论文格式
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 轻化工程 德语论文 工程管理 文化产业管理 信息计算科学 电气自动化 历史论文
机械设计 电子通信 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 电视制片管理 材料科学工程 汉语言文学 免费获取
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 应用物理 电子信息工程 服装设计工程 教育技术学 论文降重
通信工程 电子机电 印刷工程 土木工程 交通工程 食品科学 艺术设计 新闻专业 信息管理 给水排水工程 化学工程工艺 推广赚积分 付款方式
  • 首页 |
  • 毕业论文 |
  • 论文格式 |
  • 个人简历 |
  • 工作总结 |
  • 入党申请书 |
  • 求职信 |
  • 入团申请书 |
  • 工作计划 |
  • 免费论文 |
  • 合作期刊 |
  • 论文同学网 |
搜索 高级搜索

当前位置:论文格式网 -> 毕业论文 -> 计算机论文
毕业论文标题:

基于WEB的商场管理系统的设计与实现

 本文ID:LWGSW14039 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 基于WEB的商场管理系统的设计与实现 (收费:1000 积分)  

论文字数:15116,页数:42

摘  要
随着网络信息技术的发展,网络在人们生活中的应用越来越广泛,网络求职招聘方式已经成为了求职招聘的一大重要手段。通过它应聘者和招聘企业可以通过Internet,突破时间和空间的限制,而实现应聘者的工作求职和企业的人才招聘。本文所开发的网络求职招聘系统主要包括个人求职管理、企业招聘管理和系统管理三个部分。个人用户可以在主页方便地浏览查询招聘企业信息、招聘职位并发送应聘简历;企业用户可以方便地查找人才信息及个人简历;管理员则通过后台来实现对所有用户信息、简历、公司信息、企业招聘职位的管理。
本文主要介绍了ASP,数据库等相关知识,同时较为详尽的阐述了网络求职招聘系统的实现。本系统是使用ASP编程技术开发,并以IIS为Web服务平台实现网络求职招聘系统的构建。后台数据库选用的是ACCESS,利用ASP 动态网页编程技术,通过ADO与ACCESS数据库建立连接,并且运用SQL语言实现对其数据库的操作。
关键词:网络求职招聘;ASP;ACCESS;数据库 The Design and Implementation of the Network Job Hunting and Recruitment System
Abstract
Along with the development of the network information technology, network has been applied in people's lives more and more widely. Along with this, the network job hunting and recruitment has become an important means to recruit job, with which job seekers can search the job opportunities and the enterprises can recruit clerks through the Internet, breaking through time and space limitation. We implemented such a system that includes three modules: personal job seeking management, enterprise recruiting management and system management. By visiting the home page of our application, job seekers can browse and query the information of the open job opportunities and send their resumes to corresponding enterprises effectively and conveniently. And, on the other hand enterprises can search the resumes to find persons who are suitable with their requirements. More over, administrators can maintain the information both of the person and the enterprise.
This paper first introduces the ASP technology, the database and other the related knowledge. Then the implementation of a network job search and recruitment system is introduced in more detail. The system is developed with ASP programming technology, which runs on IIS server. Microsoft Access was chosen as the backstage database. ASP pages connect to Access by ADO, in which SQL language is used to issue database operations.

Key words: Network job hunting and recruitment; Access; ASP; Network databases

目  录
论文总页数:23页
1 引言 1
1.1 课题背景 1
1.2 研究现状 2
1.3 课题研究意义 2
2 系统开发技术简介 3
2.1 ASP简介 3
2.2 ASP内置对象 3
2.3 java script语言概述 4
2.4 数据库访问技术 4
2.5 数据库的连接 5
3 系统设计分析 6
3.1 功能需求分析 6
3.2 系统功能分析 6
3.2.1 用户功能 7
3.2.2 管理员功能 7
3.3 系统流程图 8
3.4 数据库设计 9
3.4.1 数据库的需求分析 9
3.4.2 数据库概念结构设计实体图 9
4 详细设计与实现 11
4.1 用户功能模块 11
4.1.1 用户注册 11
4.1.2 发布招聘信息 13
4.1.3 职位搜索 14
4.1.4 发送站内信息 15
4.2 管理员功能 16
5 开发难点与解决办法 20
结    论 21
参考文献 21
致    谢 22
声    明 23
摘  要
本文通过对现代企业信息化管理进行分析,根据商场信息化管理的实际需求,设计并实现了一个基于WEB技术的商场管理系统。该系统由七个功能模块组成,即:商品信息管理模块、客户信息管理模块、商品进货管理模块、商品销售管理模块、人事信息管理模块、数据报表模块和系统配置模块。
本文不仅叙述了该商场管理系统的设计过程,包括需求分析,系统架构的设计,以及功能模块的划分等,而且详尽叙述了各个功能模块的具体实现方法,包括如何在服务器端响应客户请求,如何进行相应的数据库访问、以及如何进行用户权限分配等。系统的开发采用了ASP技术,以SQL Server 2000作为后台数据库,WEB服务器使用IIS,并且采用B/S模式,实现系统的高效运行,并且安装方便,配置简易。

关键词:商场管理;商品;信息管理;数据库
The Design and Realization of Shopping Malls Management System Based on WEB
Abstract
In this thesis, the shopping malls management system based on WEB is designed and realized by analysis of the modern enterprise information management and according to its actual requirement. This system is composed of seven function modules, which includes commodity information management module, customer information management module, commodity purchase management module, the commodity sales management module, the personnel information management module, report module and system configuration module.
This thesis not only describes procedures of designing the shopping malls management system which includes requirement analysis, design of system frame and division of function module, but also describes in detail about development methods of every functional module, which includes how to respond the customers' request at the server, how to access database and how to assign of user authority and etc. This system is based on the popular B/S mode, mainly uses ASP technolgy as a development language, uses SQL Server 2000 to design the database on the backstage, the Web server use IIS. It realizes the convenient install, running effectively and simple configuration.

Key words: Shopping Malls Management;Commodity;Information Management;Database

目录

1 引言 1
1.1 系统设计目的及意义 1
1.2 系统特色 1
2 系统设计 2
2.1 需求分析 2
2.1.1 系统功能分析 2
2.1.2 数据处理过程分析 3
2.2 总体设计 4
2.2.1 功能模块设计 4
2.2.2 流程设计 6
2.2.3 开发工具 6
2.3 详细设计 7
2.3.1 商品信息管理模块 7
2.3.2 客户信息管理模块 7
2.3.3 商品进货管理模块 7
2.3.4 商品销售管理模块 8
2.3.5 人事信息管理模块 8
2.3.6 数据报表管理模块 8
2.3.7 系统配置模块 8
2.4 数据库设计 9
2.4.1 概念结构设计 9
2.4.2 逻辑结构设计 10
3 系统实现 17
3.1 系统主界面的实现 17
3.2 ASP访问数据库的实现 18
3.3 用户登录模块的实现 18
3.4 商品信息管理模块的实现 20
3.4.1 商品分类 20
3.4.2 商品增加 21
3.4.3 商品修改 22
3.4.4 商品删除 23
3.4.5 商品查询 23
3.5商品进货管理模块的实现 24
3.5.1 商品入库 24
3.5.2 商品入库审核 25
3.5.3 商品库存警示 26
3.6商品销售管理模块的实现 26
3.6.1 商品销售价格 26
3.6.2 商品销售开单 27
3.6.3 商品销售查询 27
3.6.4 打印商品收据 27
3.7数据报表模块的实现 28
3.8系统配置模块的实现 29
3.8.1 用户密码设置 29
3.8.2 用户权限设置 30
3.8.3 账套备份 31
3.8.4 账套还原 31
3.8.5 数据清空 31
4 特殊问题解决方案 32
4.1 用户使用权限的控制 32
4.2 自动计算总值 33
结    论 34
参考文献 34
致    谢 35
声    明 36


相关论文
本论文在计算机论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:班级学生管理系统的设计与开发 下一篇:某小型数字图书馆的设计与实现
Tags:基于 WEB 商场 管理系统 设计 实现 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

本站部分文章来自网络,如发现侵犯了您的权益,请联系指出,本站及时确认删除 E-mail:349991040@qq.com

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供计算机论文毕业论文格式,论文格式范文,毕业论文范文

Copyright@ 2010-2018 LWGSW.com 论文格式网 版权所有 蜀ICP备09018832号