网站地图| 免费获取|
毕业论文网
  • 网站首页|
  • 论文范文|
  • 论文降重|
  • 职称论文发表|
  • 合作期刊|
  • 论文下载|
  • 计算机论文|
  • 外文翻译|
  • 免费论文|
  • 原创论文|
  • 论文开题报告
搜索

当前位置:毕业论文网 -> 论文下载 -> 资料论文下载 -> 基于BS架构的工商注册系统的设计与开发
行政管理论文范文| 物流管理论文资料| 人力资源论文| 工商管理论文| 旅游管理| 财管管理论文| 工程管理| 安全管理| 乡镇企业管理| 电视制片管理| 文化产业管理| 物业管理|
工程管理论文资料| 工商管理论文下载| 信息管理论文| 人力资源论文| 酒店管理| 免费物流论文| 工商管理| 行政管理| 物流专业论文| 免费旅游论文| 行政管理论文| 人力资源|

基于BS架构的工商注册系统的设计与开发

本文ID:LW20761 字数:11698,页数:38 价格:¥50.00 → 信用说明

以下为论文简介,扫一扫付款马上可获取全文,付款金额见标题右下角。付款后请把付款结果截图及本篇论文的网址或者论文ID发给客服,客服核实后,马上将论文发到您的邮箱或者在线传送给您。客服QQ:17304545 点击这里给我发消息   微信:17304545 扫一扫 扫一扫
本站会员可自行下载:下载地址 基于BS架构的工商注册系统的设计与开发 (收费:5000 积分)  如何获取积分?
基于BS架构的工商注册系统的设计与开发

^论文字数:11698,页数:38

摘要

 随着现代信息技术的发展,办公模式和管理方法都发生了深刻变化,以适应社会主义市场经济的需要。其中明显的一点就是收发文件从传统的手工方式向工作流程自动化方式飞跃。工商部门直接负责企业的注册和管理等工作,需要处理的信息量特别大,实现办公自动化是必然趋势。面向企业的“工商注册系统”就是办公自动化的一项主要内容。因此,加强对工商注册的管理,使工商管理的过程制度化和科学化是非常必要的。
 本人负责的工商注册管理系统,是由企业端和工商端两部分组成。企业端主要是能够进行企业信息的注册申请,并就不清楚的地方发帖提问。工商端主要可以对企业端提交的申请进行审核,对企业端注册用户进行管理,并对企业端的问题进行回复。该系统运用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, Information

目录
摘要 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

基于BS架构的工商注册系统的设计与开发由毕业论文网(www.huoyuandh.com)会员上传。
原创论文资料流程 相关论文
上一篇:驾校管理信息系统 下一篇:校园二手商品交易平台
推荐论文 本专业最新论文
Tags:基于 架构 工商注册 系统 设计 开发 2011-07-28 11:51:00【返回顶部】
发表论文

联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 硕士论文资料


毕业论文网提供论文范文,论文代发,原创论文资料

本站部分文章来自网友投稿上传,如发现侵犯了您的版权,请联系指出,本站及时确认并删除  E-mail: 17304545@qq.com

Copyright@ 2009-2020 毕业论文网 版权所有