1、摘要 本科毕业论文 (科研训练、毕业设计 ) 题 目 : 软件园 管理 服务 系统 姓 名: 学 院:软件学院 系: 软件工程 专 业:软件工程 年 级: 学 号: 指导教师 : 职称: 年 月 摘要 【 摘要 】 信息 管理 系统 是 一门新兴的 技术 ,其主要任务是最大限度的利用现代计算机及网络通讯技术加强企业的信息管理,通过对企业拥有的人力、物力、财力、设备、技术等资源的调查了解,建立正确的数据,加工处理并编制成各种信息资料及时提供给管理人员,以 便进行正确的决策,不断提高企业的管理水平和经济效益。 目前,企业的计算机网络已成为企业进行技术改造及提高企业管理水平的重要手段。随着我国与世界
2、信息高速公路的接轨,企业通过计算机网络获得信息必将为企业带来巨大的经济效益和社会效益,企业的办公及管理都将朝着高效、快速、无纸化的方向发展。 软件园信息管理系统结合软件园的实际情况, 充分考虑到厦门软件产业投资发展有限公司的人员素质、技术储备、管理水平、资金条件等 条件 的限制,从企业当前和长远的实际需求出发,定出相应合适的规划与发展目标, 使用 .NET 技术,配合 SQL Server2005 搭建基于 B/S 架构的系统 。 【 关键字 】 : 信息管理系统 B/S 安全性 软件园管理服务系统 3 AbstractMIS, a new-rising technology, its mai
3、n task is utilize modern computer and network communication technology utmost to strengthen the information management of enterprise. By means of researching and realizing the enterprises resources of manpower、material resources、 financial、 equipment、 technology ,etc., builds up accurate database, c
4、ures and composes various information data, offers it to the managers on time for correct decision-making, improve the enterprises managing level and financial benefit. Presently, enterprises computer networks have become the main means for technology alteration and managing-level improving. Along w
5、ith our countrys meeting track with the Infobahn, enterprises getting information by the internet will surely bring them enormous financial benefit and social benefit, and enterprises official business work and management will develop in the direction of efficient, high-speed and non-paper. Combined
6、 with the Software Gardens realities, Software Garden MIS takes the complexion of Xia-Men Software Industry investment B/S;Security Contents 4 目录 第一章 绪论 . 8 1.1 选题背景 . 8 1.2 存在的问题 .10 1.3 本系统的主要目标 . 11 1.4 论文结构 .12 第二章 基本技术 . 13 2.1 引言 .13 2.2 B/S 架构 .13 2.2.1B/S 架构的优缺点 .13 2.2.2 与传统 C/S 架构的区别 .14 2
7、.3 ASP.NET+SQL Server .17 2.3.1ASP.NET 技术 .17 2.3.2SQL Server 2005 .18 2.4 AJAX.18 2.4.1 免刷新 .18 2.4.2 数据校验 .20 2.4.3 缺点 .20 2.5 小结 .20 第三章 系统架构 . 21 3.1 引言 .21 3.2 企业需求 .21 3.2.1 项目的信息需求 .21 3.2.2 项目的性能要求 .21 3.2.3 项目的难点 .22 3.3 设计原则 .23 3.4 总体技术路线 .24 3.4.1 三层体系结构 .24 3.4.2 用 ASP.NET 部署三层架构 .24 3.
8、5 系统组成 .25 3.6 小结 .26 第四章 安全控制 . 27 4.1 引言 .27 4.2 数据库安全配置 .27 4.2.1 强壮的密码 .27 4.2.2 防注入式攻击 .27 4.3 页面访问控制 .32 4.4 网络访问控制 .34 4.5 小结 .35 第五章 系统中的数据流转 . 36 5.1 引言 .36 5.2 房租缴交流程 .36 5.3 小结 .40 第六章 系统主要模块 . 42 软件园管理服务系统 5 6.1 引言 .42 6.2 行政部 .42 6.3 培训部 .45 6.4 企业登陆模块 .45 6.5 小结 .47 第七章 总结与展望 . 48 7.1
9、总结 .48 7.2 展望 .48 参考文献 . 50 致 谢 . 51 Contents 6 Contents Chapter 1Prologue. 错误 !未定义书签。 1.1 Bankground . 8 1.2 Problem . 10 1.3 The Goal of This System . 11 Chapter 2Basic Technic. 13 2.1 Foreword . 13 2.2 B/S. 15 2.2.1The Excellence and Shortcoming of B/S . 15 2.2.2The Different Between B/S and C/S
10、. 16 2.3 ASP.NET+SQLServer. 19 2.3.1ASP.NET . 19 2.3.2SQLServer 2005. 20 2.4 AJAX . 20 2.4.1No Flush . 20 2.4.2Verify the Data. 22 2.4.3Shortcoming . 22 2.5 Brief Summary . 22 Chapter 3System Structure. 23 3.1 Forword . 23 3.2 Enterprise Requirement. 23 3.2.1 Information Requirement . 23 3.2.2 Perfo
11、rmance Requirement. 23 3.2.3 Problem . 25 3.3 Principia of Design. 25 3.4 Technic . 26 3.4.1 Three Tier . 26 3.4.2 Use ASP.NET to Deploy the Three Tier. 27 3.5 The Element of System . 27 3.6 Brief Summary . 28 Chapter 4Security Setting . 29 4.1 Forword . 29 4.2 Security Setting of Database . 29 4.2.
12、1 Strong Password. 29 4.2.2 Attack by SQL . 29 4.3 Control on Page. 35 4.4 Control on Web . 37 4.5 Brief Summary . 38 Chapter 5Transfer of Data in System . 39 5.1 Forword . 39 5.2 Process of pay for the Rent . 39 5.3 Brief Summary . 43 Chapter 6Import Module. 45 软件园管理服务系统 7 6.1 Forword . 45 6.2 Administration Department. 45 6.3 Training Department . 48 6.4 Enterprise Department .
Copyright © 2018-2021 Wenke99.com All rights reserved
工信部备案号:浙ICP备20026746号-2
公安局备案号:浙公网安备33038302330469号
本站为C2C交文档易平台,即用户上传的文档直接卖给下载用户,本站只是网络服务中间平台,所有原创文档下载所得归上传人所有,若您发现上传作品侵犯了您的权利,请立刻联系网站客服并提供证据,平台将在3个工作日内予以改正。