企业固定资产管理系统

loading 分享 2026-8-12 下载文档

此系统设计上采用三层结构、Web Service技术,使之在选用平台、采用技术上具有先进性、前瞻性、扩充性,从而保证建成的系统具有良好的稳定性、可扩充性。系统设计按标准化、规范化,分层设计,构件化实现。采用软件构件化的开发方式,使系统结构分层,业务与实现分离,逻辑与数据分离;以统一的服务接口规范为核心,使用开放标准。从功能上来说,系统是比较完备的,系统以Web界面与用户交互,为用户提供信息并接受其操作,同时通过数据库管理系统来存储信息数据。系统实现了对信息数据的浏览、查询、编辑和管理等基本数据库操作,采用了模块化设计方法,根据用户的需求及程序的应用与维护的易用性,将各个部分置于不同的模块当中,方便了程序的扩展与维护,同时建立了程序功能复用的基础。
 

关键词:ASP  资源共享  电子政务  数据库  SQL

 


1           一 引言                                                       4

1.1  可行性分析... 5
1.2  论文各章简介... 7

2           二  需求分析

                                                  8
2.1  业务流分析... 11
2.2  数据流分析... 12
2.3  数据字典... 13

2.4  数据库概念结构设计... 18
2.5  数据库逻辑结构设计... 19

3           三  公安科技系网站的具体实现

                                20
3.1  系统实现软件简介... 20
3.1 普通用户操作说明... 24
3.2  管理员用户操作界面... 30
3.3软硬件平台... 36

4           结  论

                                                     37

5           致  谢

                                                      38

6           参 考 文 献

                                               39

 

    随着Internet的发展,数据库技术的进一步成熟,建立能够高效工作的高校人才信息管理系统是当前高校管理部门的迫切要求,借鉴目前国内的高校人才信息管理的发展情况及管理模式,建设基于WEB平台,实现方便快捷的WEB登录和查询;采用SQL Server 2000数据库系统作为后台数据库,采用ASP技术对数据库进行操作和维护;系统的开发过程主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要

求建立起数据一致性和完整性强、数据安  计算机毕业论文网〗全性好的数据库。而后者则要求其应用程序具有功能完备,易使用等特点;已开发完成的系统具有以下三大功能模块:系统管理员功能模块、企业操作功能模块和学生操作功能模块。系统面向三个对象,学生、企业、管理员,其中系统管理员有管理权限,分配给企业和学生的管理账号和密码。用户先进行一个简单的注册,再填写简历。用户注册后并能查找自己做需要的信息,最终实现学生求职、企业招聘,即学生选择职位后,企业可以查询到学生基本信息情况的功能,然后用户之间进行邮件或电话联系。另外添加了留言版功能,方便用户之间的交流。最后详细分析了系统的整体方案设计和安全策略设计实现。
关键词:B/S模式,ASP,WEB数据库,人才信息

ABSTRACT

    With the development of Internet and the maturity of database, it is exigent request to establish Universities Human Resources Information Management System (UHRIMS).The construction based on the WEB platform, realization convenience quick WEB registers and the inquiry, SQL Server 2000 is its database on the background. It can access data from database by using ASP technology. The paper emphatically expounds course of tri-layer Web development of B/S mode using ASP as development tool. The system performance history mainly includes the backstage database the establishment and the maintenance as well as front ends the application procedure development two aspects. Establishes the data uniformity and the integrity regarding former request is strong, the data security good database. But latter wants the as desired application procedure to have the function completely is easy to use and so on the characteristic; The final version system mainly includes the following functions: Administrator management module, Company management module and Student management module. Three target-oriented system, student, the company, system managers, System manager has the management authority, assigns for company and student's management account number and the password., The user first carries on a simple registration, then fills complete curriculum vitae. After the user registration and can search the information something they need. Ultimately students find good jobs, and company can find suitable talent, After the students choose jobs, Companies can understand the students basic information function, finally users can contact with each other by  mail or telephone ,Also added to the message board function, Facilitate the exchange between users. Finally the whole scheme design, security strategy design and program module are analyzed in detail.

Keywords: B/S,ASP,Web Database, Human Resources Information

目录

第1章 绪论 1
1.1本课题的来源 1

1.2开发高校人才招聘信息管理系统的意义 1
1.3系统的可行性研究 2
1.3.1 可行性研究内容 2
1.3.2系统目标和范围 2
1.4运行环境配置 2
1.5 本文的组织结构 3
第2章  系统分析 4
2.1系统需求分析 4
2.1.1 设计背景 4
2.1.2 设计目标 4
2.1.3 用户特点 5
2.1.4 条件与限制 5
2.2 系统功能分析和设计 5
2.2.1 系统功能的分析 5
2.2.2 系统功能模块的设计 6
2.3 系统流程分析 7
第3章 系统概要设计 8
3.1 系统设计思路 8
3.1.1 设计思想 8
3.1.2 设计步骤 8
3.2 总体设计 8
3.2.1 数据库设计 8

3.2.2 Microsoft SQL Server 2000 介绍 10
3.2.3 SQL语言简述 10
3.2.4创建数据表 11

3.2.5 系统功能模块结构设计 13
第4章 系统详细设计 15

4.1 系统主页面及登录模块设计 15
4.1.1系统主页面设计 15
4.1.2 登录程序设计 15
4.1.3 查看最新人才信息 16
4.1.4 查看最新职位信息 16
4.1.5 查看最新企业信息 16
4.2管理员用户管理模块的设计 16
4.2.1 管理员信息页面的设计 16

4.2.2 企业信息的管理设计 17
4.2.3 学生用户信息的管理设计 17
4.2.4 新闻信息的管理设计 17
4.2.5密码的管理设计 17
4.3 学生功能模块设计 17
4.3.1学生信息页面的设计 17
4.3.2 个人信息的管理的设计 18
4.3.3 查询招聘信息的设计 18
4.4企业用户管理功能模块设计 18
4.4.1企业信息页面设计 18
4.4.2招聘信息页面的设计 18
4.5 新闻信息管理模块设计 19
4.5.1 设计管理新闻页面设计 19
4.5.2 新闻查看功能页面的设计 19
第5章 系统实现 21
5.1系统主页面 21
5.2 登录程序的实现 21
5.3 查看最新职位信息的页面 22
5.4 查看最新企业信息的页面 23
5.5 企业信息的管理的页面 24
5.6 学生用户信息的管理的页面 24
5.7 新闻信息的管理页面 25
5.8 密码的管理的实现 25
5.9 招聘信息查询的实现 26
5.10企业信息查看的实现 28
5.11 新闻查看功能的实现 28
6 系统运行与测试 30
6.1 系统环境配置 30
6.1.1 软件配置 30
6.1.2 硬件配置 31
6.1.3 网络配置 31
6.2 系统测试 32
6.2.1 测试方式 33
6.2.2 系统操作 33
结  论 34


企业固定资产管理系统.doc 将本文的Word文档下载到电脑
搜索更多关于: 企业固定资产管理系统 的文档
相关推荐
相关阅读