基于python的企業(yè)it資產(chǎn)管理系統(tǒng)設(shè)計(jì)與實(shí)現(xiàn)-計(jì)算機(jī)畢業(yè)設(shè)計(jì)源碼+LW文檔
摘? 要
網(wǎng)絡(luò)的廣泛應(yīng)用給生活帶來(lái)了十分的便利。所以把企業(yè)it資產(chǎn)管理與現(xiàn)在網(wǎng)絡(luò)相結(jié)合,利用Python技術(shù)建設(shè)企業(yè)it資產(chǎn)管理系統(tǒng),實(shí)現(xiàn)企業(yè)it資產(chǎn)的信息化。則對(duì)于進(jìn)一步提高企業(yè)it資產(chǎn)管理發(fā)展,豐富企業(yè)it資產(chǎn)管理經(jīng)驗(yàn)?zāi)芷鸬讲簧俚拇龠M(jìn)作用。
企業(yè)it資產(chǎn)管理系統(tǒng)能夠通過(guò)互聯(lián)網(wǎng)得到廣泛的、全面的宣傳,讓盡可能多的用戶了解和熟知企業(yè)it資產(chǎn)管理系統(tǒng)的便捷高效,不僅為員工提供了服務(wù),而且也推廣了自己,讓更多的員工了解自己。對(duì)于企業(yè)it資產(chǎn)而言,若擁有自己的系統(tǒng),通過(guò)系統(tǒng)得到更好的管理,同時(shí)提升了形象。
本系統(tǒng)設(shè)計(jì)的現(xiàn)狀和趨勢(shì),從需求、結(jié)構(gòu)、數(shù)據(jù)庫(kù)等方面的設(shè)計(jì)到系統(tǒng)的實(shí)現(xiàn),分別為管理員和員工的實(shí)現(xiàn)。論文的內(nèi)容從系統(tǒng)的設(shè)計(jì)、描述、實(shí)現(xiàn)、分析、測(cè)試方面來(lái)表明開(kāi)發(fā)的過(guò)程。本系統(tǒng)根據(jù)現(xiàn)實(shí)情況來(lái)選擇一種可行的開(kāi)發(fā)方案,借助Python編程語(yǔ)言和MySQL數(shù)據(jù)庫(kù)等實(shí)現(xiàn)系統(tǒng)的全部功能,接下來(lái)對(duì)系統(tǒng)進(jìn)行測(cè)試,測(cè)試系統(tǒng)是否有漏洞和測(cè)試用戶權(quán)限來(lái)完善系統(tǒng),最終系統(tǒng)完成達(dá)到相關(guān)標(biāo)準(zhǔn)。
關(guān)鍵字:企業(yè)it資產(chǎn)管理系統(tǒng)Python? MySQL數(shù)據(jù)庫(kù)
Abstract
The wide application of network has brought great convenience to life. Therefore, the enterprise IT asset management is combined with the current network, and the enterprise IT asset management system is constructed by using Python technology to realize the informatization of enterprise IT assets. It can further improve the development of enterprise IT asset management and enrich the experience of enterprise IT asset management.
Enterprise IT asset management system can be widely and comprehensively publicized through the Internet, so that as many users as possible understand and know the convenience and efficiency of enterprise IT asset management system, not only provide services for employees, but also promote themselves, so that more employees understand themselves. For enterprise IT assets, if they have their own systems, they can be better managed and their image can be improved.
The current situation and trend of the system design, from the requirements, structure, database and other aspects of the design to the realization of the system, respectively for the realization of administrators and party members. The content of the paper shows the development process from the aspects of system design, description, implementation, analysis and testing. This system chooses a feasible development scheme according to the reality, realizes all the functions of the system with the help of Python programming language and MySQL database, then tests the system, tests whether the system has loopholes and tests user permissions to improve the system, and finally the system meets relevant standards.
Keywords: Enterprise IT asset management system Python MySQL database
目? 錄
摘? 要 I
目? 錄 III
第一章 概述 1
1.1研究背景 1
1.2 開(kāi)發(fā)意義 1
1.3 研究現(xiàn)狀 1
1.4 研究?jī)?nèi)容 2
1.5 論文結(jié)構(gòu) 2
第二章 開(kāi)發(fā)技術(shù)介紹 1
2.1? Python簡(jiǎn)介 1
2.2? mysql數(shù)據(jù)庫(kù)介紹 1
2.3? MySQL環(huán)境配置 1
2.4? Django介紹 1
2.5? B/S架構(gòu) 2
第三章 系統(tǒng)分析 1
3.1 可行性分析 1
3.1.1技術(shù)可行性 1
3.1.2操作可行性 1
3.1.3 經(jīng)濟(jì)可行性 1
3.1.4 運(yùn)行可行性 1
3.2性能需求分析 2
3.3系統(tǒng)設(shè)計(jì)規(guī)則與運(yùn)行環(huán)境 2
3.4功能分析 2
第四章 系統(tǒng)設(shè)計(jì) 4
4.1功能結(jié)構(gòu) 4
4.2 數(shù)據(jù)庫(kù)設(shè)計(jì) 4
4.2.1 數(shù)據(jù)庫(kù)E/R圖 4
4.2.2 數(shù)據(jù)庫(kù)表 5
第五章 系統(tǒng)功能實(shí)現(xiàn) 13
5.1管理員功能模塊 13
5.2員工功能模塊 17
第六章 系統(tǒng)測(cè)試 20
第七章總結(jié)與心得體會(huì) 21
7.1 總結(jié) 21
7.2 心得體會(huì) 21
致? 謝 1
參考文獻(xiàn) 2
企業(yè)it資產(chǎn)的需求和管理上的不斷提升,企業(yè)it資產(chǎn)管理的潛力將無(wú)限擴(kuò)大,企業(yè)it資產(chǎn)管理系統(tǒng)在業(yè)界被廣泛關(guān)注,本網(wǎng)站及對(duì)此進(jìn)行總體分析,將企業(yè)it資產(chǎn)信息管理的發(fā)展提供參考。企業(yè)it資產(chǎn)管理系統(tǒng)對(duì)企業(yè)it資產(chǎn)有著明顯的帶動(dòng)效應(yīng)。
本系統(tǒng)主要包括管理員和員工;主要包括首頁(yè),個(gè)人中心,員工管理,設(shè)備信息管理,設(shè)備借用管理,設(shè)備歸還管理,附屬服務(wù)管理,外包服務(wù)管理,軟件信息管理,軟件領(lǐng)用管理,配件信息管理,配件領(lǐng)用管理,配件歸還管理,辦公耗材管理,耗材入庫(kù)管理,耗材領(lǐng)用管理,管理員管理,系統(tǒng)管理等功能的管理系統(tǒng)。
?(1)緒論
系統(tǒng)的開(kāi)發(fā)背景,意義和系統(tǒng)狀況等,詳細(xì)講述了系統(tǒng)的用處,對(duì)本章進(jìn)行總結(jié)。
(2)系統(tǒng)開(kāi)發(fā)技術(shù)的介紹
分別對(duì)Python技術(shù)、MySQL和B/S進(jìn)行詳細(xì)介紹。
(3)系統(tǒng)分析
本章主要是對(duì)系統(tǒng)可行性、系統(tǒng)性能、還有系統(tǒng)功能需求進(jìn)行分析。
(4)系統(tǒng)設(shè)計(jì)
對(duì)系統(tǒng)系統(tǒng)功能和數(shù)據(jù)庫(kù)等進(jìn)行詳細(xì)講解。
(5)系統(tǒng)的實(shí)現(xiàn)
主要對(duì)首頁(yè),個(gè)人中心,員工管理,設(shè)備信息管理,設(shè)備借用管理,設(shè)備歸還管理,附屬服務(wù)管理,外包服務(wù)管理,軟件信息管理,軟件領(lǐng)用管理,配件信息管理,配件領(lǐng)用管理,配件歸還管理,辦公耗材管理,耗材入庫(kù)管理,耗材領(lǐng)用管理,管理員管理,系統(tǒng)管理的實(shí)現(xiàn)。
(6)系統(tǒng)的測(cè)試
在系統(tǒng)編碼實(shí)現(xiàn)后,就需要對(duì)系統(tǒng)進(jìn)行檢測(cè),檢測(cè)的方法有黑盒測(cè)試和白盒測(cè)試兩種方式,本網(wǎng)站采用的是黑白盒測(cè)試方法對(duì)不同組的數(shù)據(jù)進(jìn)行功能模塊測(cè)試。



