摘要
随着现代信息技术的发展,办公模式和管理方法都发生了深刻变化,以适应社会主义市场经济的需要。其中明显的一点就是收发文件从传统的手工方式向工作流程自动化方式飞跃。工商部门直接负责企业的注册和管理等工作,需要处理的信息量特别大,实现办公自动化是必然趋势。面向企业的“工商注册系统”就是办公自动化的一项主要内容。因此,加强对工商注册的管理,使工商管理的过程制度化和科学化是非常必要的。
本人负责的工商注册管理系统,是由企业端和工商端两部分组成。企业端主要是能够进行企业信息的注册申请,并就不清楚的地方发帖提问。工商端主要可以对企业端提交的申请进行审核,对企业端注册用户进行管理,并对企业端的问题进行回复。该系统运用MYSQL作为后台数据库,用JSP为开发工具。本文论述了系统从分析到实现的整个过程,说明系统实现的基本思路,介绍系统不同的功能模块以及实现的相关技术。
关键词:工商注册管理,数据库,信息
ABSTRACT
With the development of modern information technology, office and management models have undergone profound changes to adapt to the socialist market economy. One obvious point is that the way of sending and receiving files is changed from the traditional manual way to the automated way. The Business Sector is directly responsible for the registration and management work, because of the increasing of the amount of information, there is an inevitable trend to achieve office automation. Business-oriented "Business Registration System" is a key element of office automation. Therefore, it is necessary to strengthening the management of industrial and commercial registration, and make the process of institutionalization of business institutionalized and scientific.
The Business Registration Management System of mine is combined of two parts, the server for the Business Sector and client for company. The users of company part can carry out business registration information, and post question. The users of Business Sector can check the registration information from client, manage business information, and reply the questions of companies. The system uses MYSQL as the backend database, and JSP as the development tool. This paper discusses the system implementation from analysis to the whole process, explains the system of achieving the basic idea, and introduces different functional modules and related technologies of the system .
Keywords: Business Registration Management, Database, Informatio
目录
摘要 I
ABST1RACT II
第1章 引言 1
1.1 背景 1
1.2 研究范围及要达到的技术范围 1
第2章 系统总体设计 2
2.1 系统概述 2
2.2 整体功能需求分析 3
2.3 系统设计思想 3
2.4 数据库设计 4
2.5系统技术及开发工具 6
2.6系统实现所需环境 8
2.7 相关术语及其解释 8
2.8 系统总体设计总结 10
第3章 系统各模块设计 11
3.1 用户注册登录 11
3.1.1 用户注册 11
3.1.2 用户登录 11
3.2 注册信息申请 12
3.2.1 设立登记申请 12
3.2.2 变更登记申请 13
3.2.3 注销登记申请 14
3.3 注册信息审核 15
3.3.1 设立登记审核 15
3.3.2 变更登记审核 16
3.3.3 注销登记审核 17
3.4 用户信息管理 18
3.5 留言板 18
3.5.1 分页显示功能 19
3.5.2 留言和回复功能 19
3.5.3 留言管理功能 20
第4章 系统各模块实现 21
4.1 功能总体说明 21
4.2 数据库的连接 21
4.3 用户注册登录模块的实现 22
4.4 注册信息申请模块的实现 23
4.5 注册信息审核模块的实现 24
4.6 用户信息管理模块的实现 25
4.7 留言板模块的实现 27
4.7.1 分页显示功能的实现 27
4.7.2 留言和回复功能的实现 28
4.7.3 留言管理功能的实现 28
第5章 系统的功能测试 30
5.1 测试的目的及意义 30
5.2 测试的方法 30
5.3 测试过程中遇到的问题和解决方法 30
5.3.1 注册信息申请模块 30
5.3.2 留言板模块 31
第6章 结束语 32
致谢 33
参考文献 34