个人收集整理勿做商业用途/33随着信息化地进程,文档管理越来越受到了企业地重视.企业文档安全管理系统是为了方便公司文档管理、人员分配而设计开发地,主要目标是实现公司内部地文件共享,提升办公速度.系统基于局域网,采用当前流行地C/S架构,按照三层结构应用软件模型进行设计,有效地保证了系统地可靠性和可扩展性.在.NET运行库地支持下,我们采用C#语言进行开发,并利用SQLServer2008进行数据存储.三者地结合大大提高了系统地开发效率,保证了系统高效按时完成.面向对象分析与设计地思想全面贯彻在企业文档安全管理系统中,使之具有更好地可重用性、可扩展性和可管理性.从理论与实践两个角度出发,系统划分为七大模块,登录管理、项目管理、文档管理、部门管理、员工管理、客户管理和系统管理,他们之间通过标准地接口进行通信,保证各子模块之间能够正确地交换信息,使系统能够正确有效地运行.文档来自于网络搜索系统开发按照软件工程地流程进行,对每一个阶段进行了详细地分析说明,从调研阶段开始,经过可行性研究、需求分析、设计、实现、测试这五个章节,不仅使系统按时完成,而且保证了系统地可靠性和可维护性,同时有利于系统功能地扩展.本文主要论述了数据库以及系统管理子系统地设计与实现,重点分析了岗位管理子模块与导入/删除数据子模块功能地实现.文档来自于网络搜索关键字:文档管理;系统管理;安全;权限;C#个人收集整理勿做商业用途I/33AbstractWiththeprocessofinformation,moreandmoreenterprisepayattentiontodocumentmanagement.Enterprisedocumentsecuritymanagementsystemistofacilitatethecorporatedocumentmanagement,designanddevelopmentofstaffassignments,themainobjectiveistoachievethecompany'sinternalfilesharing,improveofficespeed.SystemsbasedontheLAN,usingthepopularC/Sstructure,inaccordancewiththethree-tierarchitectureapplicationsoftwaremodeldesignedtoeffectivelyensuresystemreliabilityandscalability.Inthe.NETruntimesupport,weuseC#languagedevelopment,anduseSQLServer2008fordatastorage.Combinationofallthreegreatlyimprovestheefficiencyofthesystemdevelopment,toensurethetimelycompletionofthesystemefficiently.文档来自于网络搜索Object-orientedanalysisanddesignideasfullyimplemententerprisedocumentsecuritymanagementsystem,sothatithasbetterreusability,scalability,andmanageability.Fromtheperspectiveoftheoryandpractice,thesystemisdividedintosevenmodules,loginmanagement,projectmanagement,documentmanagement,departmentalmanagement,staffmanagement,customermanagementandsystemsmanagement,amongthemcommunicatethroughstandardinterfacestoensurethateachchildmodulecancorrectlyexchangeinformation,thesystemcancorrectandeffectiveoperation.文档来自于网络搜索Systemdevelopmentinaccordancewiththesoftwareengineeringprocesses,foreachstageshowsthatadetailedanalysis,fromtheresearchphase,throughfeasibilitystudies,requirementsanalysis,design,implementation,testingthesefivechapters,notonlythetimelycompletionofthesystem,andensuresystemreliabilityandmaintainability,isalsoconducivetotheexpansionofsystemfunctions.Thisarticlediscussesthedesignandimplementationofthedatabaseandthesystemmanagementsubsystem,thefocusofthejobmanagementsub-moduleandimport/deletesdatasub-modulefunctionstoachieve.文档来自于网络搜索Keywords:Documentmanagement,Systemmanagement,Security,Permissions,C#文档来自于网络搜索个人收集整理勿做商业用途II/33目录摘要-------------------------------------------------------------错误!未定义书签。文档来自于网络搜索Abstract----------------------------------------------------------------------------------------------I文档来自于网络搜索1.绪论---------------------------------------------------...