你好,欢迎来到经管之家 [登录] [注册]

设为首页 | 经管之家首页 | 收藏本站

  • 基于ASP的网上书吧的设计_计算机专业论文范文

    计算机专业论文范文 摘要 20世纪末,随着计算机科学的发展,数据库技术在Internet中的应用越来越广泛,为广大网络用户提供了更加周到和人性化的服务。网上书店在我国刚起步,但发展很快。随着我国互联网的更加普及和网上书店的更趋成熟,会有越来越大的消费群体,市场潜力会得到充分发挥。 本次毕业设计的题目是基于ASP的网上书吧设计。系统的开发基于ASP,SQL Server 2000等开发技术和工具来实现。该系统主要包括前台客户操作和后台管理员管理两部分。前台主要实现用户的注册和登录,按分类浏览图书,对图书进行评论,使用购书帮助文档,查看购物车,下订单,查看订单,修改用户个人资料,修改用户密码等。后台管理员主要实现对数据库中书籍信息和用户信息的维护。 用户可以订购图书,查看图书的详细信息,进行会员注册与登录,查看购物帮助等,同时也提供了购物车功能,用户可以同时购买多本图书。管理者可以添加,删除和修改图书信息;添加,删除和修改出版社信息;对订单进行修改,删除等操作。 该系统操作简单、界面友好、具有很好的实用价值。 关键词:网上销售系统,ASP,数据库信息系统,网上图书销售系统 ABSTRCT End of the 20th century, With the development of computer science, The application of database technology in internet is more widely . For the majority of Internet users with a more thoughtful and human services. Customization has become the trend of today's Web applications. Online bookstores in China has just started but developed quickly. As Internet of china became more widely accessible and online bookstores become more mature, there will be more and more consumer groups and market potential will be fully realized. The online bookstore outdated expect, Not only does not help to resolve the problem, but would delay business opportunities. A fish-Yuan Mu, not retreat networking. The title ofThe graduation project is online bookstore based on ASP.The development of the system is in modular design structure .The development of this system is based on many development tools and technology to achieve,such as the ASP, SQL Server 2000, and so on. The on-line book sale system mainly includes the onstage of customer operation and the backstage of management by managers. The onstage is the realization of registration and logon for users, browsing books according to the classified, carrying on the commentary to the books, querying shopping cars by help documents of buying the book, ordering forms, revision to user individual information including keywords and so on. The backstage manager is mainly responsible for maintenance of boos and users’ information stored in the database.Users can order books, read more information about books, membership’s registration and login to view the shopping help, the system also provides a Cart, users can also buy more books at the same time. The administrators can add, delete and modify books and the publishing information .also they can modify the orders to remove an operation. This system is simple, user-friendly,so it has a good practical value. Key words: Internet marketing system,, Active Server Pages, database information system, online book sales system 目录 摘要I ABSTRCTII 第一章 绪论1 1.1课题背景1 1.2 开发网上书店的意义2 1.3 毕业设计主要任务2 第二章 开发平台介绍4 2.1 ASP技术介绍4 2.2 IIs介绍5 2.3 SQL Server 2000介绍5 第三章 需求分析及网站总体设计7 3.1 需求分析7 3.1.1 功能需求分析7 3.1.2非功能需求分析8 3.2 网站主要流程图和构架图9 第四章 数据库设计13 第五章 网站详细设计19 5.1 网页的数据库连接19 5.1.1创建数据库链接19 5.1.2、创建数据对象19 5.1.3、操作和关闭数据库20 5.2 主要页面功能20 5.2.1注册系统20 5.2.2 搜索模块25 5.2.3 购物车系统28 4.2.4 数据备份功能34 总结36 致谢36 参考文献37 附录:38

  • 餐饮管理系统设计与实现_计算机专业论文范文

    计算机专业论文范文 摘要 现代化的餐饮行业服务项目多、信息量大。为了提高劳动生产、降低成本、提高服务质量和管理水平,进而促进经济效益,必须借助计算机来进行现代化的信息管理。餐饮管理系统正是为此而设计的。 本系统根据国内中小餐厅现状开发,采用了C/S架构,同时使用MyEclipse作为前台开发工具,SQL Server 2005作为后台数据库。前者是一个开放源代码的、基于Java的可扩展开发平台,具有稳定和与平台无关的特性;对于后者主要是利用了其在数据库方面的优势,其拥有对数据库强大的支持能力。本系统采用JDBC技术连接数据库。在软件开发方式上,采用软件工程分析、设计软件的主要一般步骤及模型来完成设计,这里软件开发方法主要是面向对象的软件开发方法。 本系统主要具有点菜功能、智能化获取菜品功能、自动结账功能、营业额报表功能,并继承Java的“Write Once, Run Anywhere”的优点,可以在任何一个系统下运行。本系统的优点在于能充分发挥客户端的处理能力,对服务器的运行数据负荷比较轻,且数据的存储管理比较通透。 关键词:餐饮管理系统,SQL Server 2005,MyEclipse,Java ABSTRACT Modern catering industry services more informative.In order to improve labor productivity, reduce costs, improve service quality and management level, thus promoting economic efficiency, have to rely on computers to carry out the modernization of information management.Restaurant Management System is designed for this purpose. The system developed under the current situation of domestic small and medium sized restaurant, with a C /S structure, using MyEclipse as a development tool, SQL Server 2005 as backend database.The former is an open source, Java-based extensible development platform, has the stability and characteristics of platform-independent; for the latter is the use of its advantages in the database, which has a strong ability to support the database.The system connects to the database using JDBC technology.The way in software development using software engineering analysis, design software, and model the main general steps to complete the design, where the main software development method is object-oriented software development methods. This system has the a la carte features, intelligent access to dishes, automated billing function, turnover reporting capabilities, and inherit Java's "Write Once, Run Anywhere" the advantages that can run on any system.The advantages of this system can give full play to the client's processing power to run the data load on the server relatively light, and the data storage management more transparent.Keywords: Hotel management system, SQL Server 2005, MyEclipse, Java 目录 摘要I ABSTRACTII 第1章 引言1 1.1 背景和意义1 1.2 研究内容1 第2章 相关技术简介2 2.1 JAVA简介2 2.2 开发工具MyEclipse简介2 2.3 SQL Server 20052 2.4 C/S 结构3 第3章 系统分析4 3.1 问题分析4 3.2 可行性研究5 3.2.1 技术可行性分析5 3.2.2 经济可行性分析5 3.3 需求分析5 3.3.1 系统功能需求5 3.3.2 系统软硬件需求6 3.4 系统数据流分析6 3.4.1 顶层数据流图6 3.4.2 第0层数据流图7 3.4.3 前台服务数据流图7 3.4.4 结账报表数据流图8 第4章 系统概要设计9 4.1 系统总体结构设计9 4.2 数据库设计9 4.2.1 数据库概念设计9 4.2.2 E-R图11 4.2.3 数据库逻辑结构设计12 第5章 系统详细设计与实现13 5.1 公共模块设计13 5.1.1 数据库连接类13 5.1.2自定义表格组件14 5.2 主窗体设计15 5.3 用户登录窗口设计15 5.4 登录模块设计17 5.4.1 功能概述17 5.4.2 功能设计与实现17 5.5 开台签单工作区设计19 5.5.1 功能概述20 5.5.2 主要功能设计与实现20 5.6 自动结账工作区设计22 5.6.1 功能概述22 5.6.2 主要功能设计与实现23 5.7 结账报表工作区设计27 5.7.1 功能概述27 5.7.2 主要功能设计与实现28 5.8 后台管理工作区设计31 第6章 系统测试33 6.1 部分单元测试33 6.1.1 智能点菜功能测试33 6.1.2 菜品管理功能测试34 6.2 集成测试35 6.3 系统测试36 第7章 结束语37 致谢38 参考文献39 附录 源代码40

  • 基于JAVA的图书馆管理系统设计_计算机专业论文

    计算机专业论文范文 摘要 二十一世纪是信息的社会,随着计算机技术的飞速发展,计算机技术在各行各业的应用得到了广泛的普及。由于图书馆图书收藏量大大增加,使传统的图书管理员的工作日益繁重起来,迫使人们启用新的信息化管理方法来管理图书,以提高效率,减轻工作人员的工作压力,减小出错的概率。 本文结合了现代图书馆管理系统的基本要求,详细论述了系统开发的具体流程,包括可行性分析、需求分析、系统总体设计、数据库设计以及编码测试等环节。系统采用JAVA作为开发语言,SQL Server 2000作为数据库管理系统,开发出一个界面友好、操作简便的一个实用小型图书馆管理系统。该系统实现了系统管理、用户登录、图书管理、学生管理,图书的借阅与归还等功能,基本符合小型图书馆日常管理的要求,达到了预期的设计目标。 关键词:管理信息系统,图书管理,系统设计,信息技术,JAVA技术 ABSTRACT The 21 century is the information society, the rapid development of computer technology, which computer technology has been widely spread and use in most business. Because of library books collection has increased quickly, the traditional librarians’ workload also increased , forced people to use the new management approach to the management of books, inorder to make the librarians easy from the heavy work. Therefore, the library management system convenient, fast, low-cost advantages will be taken slowly into people's lives, extricate the traditional library management manner thorough themselves, improve efficiency, reduce workers in the work of their previous peak, reducing the probability of error. In this paper, a combination of modern library management system of the basic requirements for system development in detail the specific process, including feasibility analysis, needs analysis, system design, database design and coding aspects of testing. System uses JAVA as development language, SQL Server 2000 as a database management system, developed a user-friendly, easy to operate a practical management system for small libraries. The system is the realization of the system management, user login, library management, student management, and the return of borrowed books and other functions, basic daily management of a small library in line with the requirements of the design to achieve the desired objectives. Keywords: MIS,Book manage, System design, Information technology, JAVA technology 目录 摘要I ABSTRACTII 第1章 引言1 1.1 背景1 1.2 研究内容1 1.3 开发工具简介2 1.3.1 Java简介2 1.3.2 SQL简介4 第2章 系统分析5 2.1 需求分析5 2.2 系统功能结构6 2.3 系统流程图7 2.4 构件开发环境8 2.5 文件夹组织结构8 第3章 数据库设计9 3.1 数据库分析9 3.2 数据库概念设计9 3.3 数据库的逻辑结构设计13 第4章 系统各模块的设计和实现16 4.1 公共模块设计16 4.2 登录模块设计与实现16 4.3 主窗体的设计与实现18 4.4 基础数据维护模块的设计与实现19 4.5 图书借阅归还模块设计与实现21 4.5.1 图书借阅、归还模块概述21 4.5.2 图书借阅、归还模块技术分析26 4.6图书查询模块设计与实现32 第5章 总结和体会35 致谢36 参考文献37

  • 高校毕业设计过程管理网站系统_计算机专业论文

    论文字数:14705,页数:42 高校毕业设计是高等学校教学过程的最后一个重要教学环节,其在整个教学过程中占有非常重要的地位。在信息技术日益发展的今天,高校毕业设计过程管理采用管理网站系统方式,能更及时有效地进行信息的交流与沟通。 本次毕业设计任务是开发一个高校毕业设计过程管理网站系统,主要包括用户管理模块、教师专用模块、学生专用模块、资源共享模块、通知信息模块。系统前台网站主界面采用 FrameSet 框架,后台管理系统界面系统采用弹出窗口模式。在指导老师的帮助下,已经基本上成功地实现了设计任务书的要求,设计完成的管理网站系统能够实现一般数据库和网站的功能。 关键词:网站设计,JAVA,B/S模式,Oracle9i ABSTRACT College graduates design is a final most important link in the college educational teaching processes, and it occupies a very important position in the process of the whole teaching. As the information technology growing fast today, the management of college graduates design process takes a mode of website management system, which can more timely and effective exchange information and communication. Graduation project this task to is it develop one college graduates design process management web design, which mainly include User Management module, Teacher module, Student module, Resource Sharing module, Information Notice module. Prospect for the main system interface uses FrameSet framework, and background management system interface uses a pop-up window mode. With the help of instructor, I have been basically implementate the design task’s requirements successfully already, the website management system designed can realize functions of general database and website. Keywords: web design, Java, B/S structure, Oracle9i 目录 摘要I ABSTRACTII 第1章 绪论1 1.1背景1 1.2研究内容1 第2章 系统需求分析3 2.1 系统研究的方法与技术路线3 2.2 系统开发技术简介4 2.2.1 系统开发工具4 2.2.2 数据库ORACLE7 2.2.3 开发IDE(Eclipse+MyEclipse)8 2.3 本章小结9 3.1 系统软件结构模式的选择10 3.1.1 B/S软件结构概述10 3.1.2 系统软件开发框架的选择10 3.2 系统概要设计11 3.2.1 用户管理模块11 3.2.2 教师专用模块12 3.2.3 学生专用模块14 3.2.4 资源共享模块15 3.2.5 通知信息模块15 3.3 系统数据库设计16 3.3.1 数据库及数据字典16 3.3.2 系统数据库设计17 3.3.3 系统概念结构设计18 3.3.4 系统表结构设计19 3.4 系统界面设计22 3.4.1 前台网站界面设计22 3.4.2 后台管理系统界面设计23 3.5 本章小结23 第4章 系统部分模块的实现25 4.1登录模块的实现25 4.2 系统公告通知模块28 4.3 论文管理模块31 4.4 本章小结33 第5章 毕业设计中遇到的问题及解决方法34 5.1遇到的问题及解决方法34 5.2 本章小结35 第6章 结论36 6.1 本系统特点36 6.2 开发心得36 致谢37

  • 学校器材管理系统_计算机专业论文范文

    计算机专业论文范文 摘要 本文对学校器材管理系统的设计与应用进行了研究,旨在通过器材管理系统提高学校内部器材的利用率。因为目前国内学校教学器材管理大多数仍采用纸质档案管理方式,信息化程度不高,本系统主要是利用信息网络化的优点,更好地对器材进行自动化管理。文中首先对学校器材管理的现状及其重要性进行了分析;其次针对该校的日常业务流程,分析数据来源及数据处理流程,并根据收集到的资料设计适合该校的器材管理系统;最后对系统的设计实现过程进行了阐述,同时简述了实现系统时的过程及注意事项,并提出其可维护性。 系统分为两大功能模块:管理员模块和教师模块,系统界面友好,操作简单,基本达到了预期的设计目标。 关键词:器材管理,信息管理系统,JSP Abstract This paper on school equipment management system design and application of research, through equipment designed to improve the management of the school system's internal equipment utilization. Because the current domestic schools teaching equipment management majority still use paper-based records management, information technology is not high, The system is the use of information networks advantage of better equipment to automate management. This paper first right of school equipment management status and importance of the analysis; Secondly against the school's day-to-day business processes, Analysis of data sources and data processing workflow, and the basis of the information gathered for the school's design equipment management system; Finally, the system design process to achieve a given, and of realizing the system and attention to the process, and made its maintain ability. System consists of two modules : Administrators and teachers module module, the system friendly interface, simple operation, basically achieved the desired design objectives.System consists of two modules : Administrators and teachers module module, the system friendly interface, simple operation, basically achieved the desired design objectives. System consists of two modules : Administrators and teachers module module, the system friendly interface, simple operation, basically achieved the desired design objectives. Keywords:Equipment management,Systems analysis,JSP 目录 摘要I AbstractII 目录III 第1章 绪论1 1.1 系统背景1 1.2 研究内容及方法1 1.3 管理信息系统开发方法2 1.3.1 原型法2 1.3.2 面向对象的开发方法3 1.4 开发语言及应用软件平台4 1.4.1 Java简介4 1.4.2 Eclipse简介5 1.4.3 JSP6 1.4.4 Microsoft SQL20007 1.4.5 Tomcat7 1.4.6 B/S 模式8 1.4.7 DREAMWEAVER9 第2章 系统分析10 2.1 系统需求分析10 2.1.1 系统要求10 2.1.2 系统应用需求分析10 2.2 系统可行性及可靠性分析11 2.2.1 可行性分析11 2.2.2 可靠性分析11 2.3 基本功能概述12 2.4 数据流程分析13 2.4.1 数据流程图13 2.4.2 系统E-R图16 2.5 数据库逻辑结构设计17 2.6 本章小结20 第3章 系统功能开发21 3.1 管理员管理信息模块22 3.1.1 管理员登录模块设计22 3.1.2 增加用户模块设计25 3.1.3 显示基本信息设计26 3.1.4 删除信息设计27 3.1.5 器材维修设计28 3.1.6 器材审核模块29 3.1.7 器材使用情况设计29 3.1.8 数据统计29 3.2 教师功能模块30 3.2.1 教师登录模块30 3.2.2 基本资料修改31 3.2.3申请器材使用模块33 3.2.4 器材查询模块34 3.3 数据库操作34 3.3.1 数据库操作语句34 3.3.2 数据库连接36 3.4 本章小结37 第4章 结论38 致谢39 参考文献40

  • 电子产品信息发布系统的设计与实现_计算机专业论文

    计算机专业论文范文 摘要 随着网络技术的迅速发展,以信息化带动工业化已经成为电子行业的共识,越来越多的企业选择Internet/Intranet作为产品信息的发布平台。但是目前的信息发布基本上是通过网站信息管理人员手工完成,信息的维护成本高、发布效率低。本项目的主要内容为设计一个能够对电子产品信息进行动态实时发布系统平台,并给出该系统的实现方案。 本文通过网络电子产品发布系统的建设来讨论动态网站工作原理及实现方法。首先介绍系统开发技术,系统设计的实现要求,再详细介绍系统的设计,系统各模块和数据库设计,最后分析系统实现。 电子产品发布系统采用现在流行的RSS技术、JSP技术编程、Hibernate开发、采用MYSQL数据库。 关键词:信息发布系统,RSS,JSP,Hibernate,MYSQL数据库 Abstratt Along with the development of network technology, it is a common view in the electronic industry that industrialization would be promoted by information technology. More and more enterprises make Internet/Intranet as their products information publishing platform. However the information is manually published by the website information administrator in present. It is costly to maintain information and inefficiency to publish information. The main content of this project is to design a platform which can publish the electronic products information dynamically. This paper is to discuss the working principle and method through building the eletronic products publishing system of websites. First,we introduce the systems of development technology and the requirement of system designing.Second,we will give a detailed account of the design, system module and database design. The last,we will analysis the system. Elctronic products publishing system of is using the RSS technology, JSP Programming, Hibernate development and MYSQL database now. Keywords: information publishing system, RSS, JSP, Hibernate, MYSQL data base. 目录 摘要I AbstractII 第1章 绪论1 1.1 系统开发背景1 1.1.1开发背景1 1.1.2系统的体系结构1 1.2 系统开发工具简介2 1.2.1 JSP概述2 1.2.2 RSS概述2 1.2.3 JSP 网站的RSS 应用技术4 1.2.4 Hibernate概述4 1.3系统开发工具SQL语言简介5 1.3.1 SQL的优点5 1.3.2 MYSQL特点6 1.4 JSP与MYSQL数据库连接7 1.4.1JSP与MYSQL数据库连接代码7 1.4.2本系统与数据库相连7 第2章 系统分析8 2.1 系统需求分析8 2.2 功能分析8 2.2.1系统功能模块8 2.2.2系统主要工作流程10 第3章 数据库的分析与设计12 3.1 数据库设计原则12 3.2 概念结构设计12 3.3 逻辑结构设计13 第4章 系统功能现实17 4.1前台管理系统17 4.1.1产品系统17 4.1.2用户系统19 4.2后台管理系统21 4.2.1管理员信息系统22 4.2.2电子产品管理24 总结28 致谢29 参考文献30 附 录131 附录234 附录335

  • 基于博客技术的网络学习平台_计算机专业论文范文

    计算机专业论文范文 摘要 博客是近年来兴起的一种网络交流形式,由于其具有个性化的知识管理和交流平台功能,而逐步被引用到教育教学领域。博客在教学领域中的应用将有助于改革教学方式,提高教学质量,并帮助学生养成终身学习的习惯。 本课题将博客技术应用到具体的课程《多媒体技术与应用》网络学习平台中,学生不仅可以学习多媒体的相关知识,并且可以通过博客的思想实现学生和学生的互动,从而更好地激发学生的学习兴趣。此平台采用web程序开发语言ASP,配合实用的ACCESS数据库完成。本课题所设计的学习平台为学习者提供一个协作学习的环境,由教师引导学生去主动建构自己的知识体系。 关键词: 博客技术,网络学习平台,协作学习 ABSTRACT Blog is one exchange form of network which is on the rise in recent years. Since it has the individual knowledge mange and the exchange plateform function, blog is recommended in the teaching field step by step.The application of blog will help reform teachingway,enhance the quality of education and help a student form the self-educated habit in his life. The issue is to apply the blog technology to the course network study platform of the "Multimedia technology and application ". The students not only study the relevant knowledge of multimedia ,but also realize the interaction between student and student. Thereby,it will arouse students’study interest. The plateform use web programming language ASP with practical ACCESS database. The studying plateform designed by the issue which provides a cooperation study environment for learner.The teacher guides a student to go and construct his knowledge hierarchy. Keywords: Blog technology,network study plateform, cooperation study 目录 摘要I ABSTRACTII 目录III 第1章 引言1 1.1 背景1 1.2 开发工具的选择与介绍2 1.2.1 开发工具的选择2 1.2.2 主要开发技术的介绍2 第2章 平台分析与设计3 2.1 平台首页3 2.1.1 平台首页分析3 2.1.2 平台模块设计图4 2.2 教学资源日志模块4 2.2.1 教学资源日志模块概述4 2.2.1 教学资源日志模块功能设计5 2.3 博客模板模块6 2.4 个人博客空间模块7 2.4.1 个人博客空间模块概述7 2.4.2 个人博客空间模块设计图9 第3章 后台管理平台设计与分析10 3.1 后台管理平台10 3.2 日志管理模块10 3.2.1 日志管理模块分析10 3.2.2 日志管理模块设计11 3.3 注册用户管理模块12 3.4 相册管理模块13 3.5 留言管理模块14 第4章 数据库设计15 4.1 数据库设计原则15 4.2 数据库逻辑设计15 4.2.1 博客信息16 4.2.2 日志类别16 4.2.3 日志信息17 4.2.4 日志评论17 第5章 安全性设计19 5.1 系统用户密码的加密方法19 5.2 用户权限使用19 第6章 毕业设计总结20 参考文献22 致谢23 附录 源代码24

  • 基于MyEclipse的博客系统_计算机专业论文范文

    计算机专业论文范文 摘要 Blog--又称“网络日记”,是个人信息在网络上的集中体现,Blog是继Email、BBS、ICQ之后出现的第四种网络交流方式,是网络时代的个人“读者文摘”,是以超级链接为武器的网络日记,是代表着新的生活方式和新的工作方式,更代表着新的学习方式。一个Blog其实就是一个网页,它通常是由简短且经常更新的帖子所构成。Blog的内容和目的有很大的不同,从对其他网站的超级链接和评论,有关公司、个人构想到日记、照片、诗歌、散文,甚至科幻小说的发表或张贴都有。博客的特点是个人信息的公开发布性,交流性。本系统基于网络博客的特点和普遍功能,设计了一个基本实现博客功能的系统。 博客系统主要包括以下三个部分:前台,个人博客管理、系统管理。本系统使用MySQL server来设计数据库,使用MyEclipse 6.0.1作为开发工具,采用了B/S结构开发。 本论文介绍了博客的知识、产生与历史、现状与发展趋势。介绍了开发系统所用的技术。最后介绍了开发的过程和功能。重点说明了系统设计所遇到的难点和解决方案。 关键词:博客系统,BLOG,MySQL server,MyEclipse 6.0.1,B/S结构 ABSTRACT Blog, another name “network diary”, is the concentrated embodiment of individual information in network. It is the forth intercommunion means which appeared after Email、BBS、ICQ. Blog is an individual reader tabloid in network age, which is called network diary by super-link and represents new life style and new work style, new study style all the more. A blog is actually a webpage which is common composed by short and often updated notes. There are many differences between content and aim in blog. In blog, you can see many things like super-link to other websites or comments, company and individual’s diaries、photos、poesy and essay, the publish or paste of science fiction. The characteristics of blog are public issuance and intercommunication of personal information. This system has been designed to implement blog functions based on internet blog’s features and common functions. There are there main parts in internet blog: foreground、individual blog management、system management. We has designed data-base using MySQL server and made MyEclipse 6.0.1 as exploitation tool in this system. This article will introduce bolg’s knowledge 、emergence and history 、status quo and development trend. Besides, it introduces the technology used in the system and exploitation process and function. This article puts the emphases on the difficulties encountered during system design and how to resolve these problems. Key words: Blog system,Blog,MySQL server,MyEclipse 6.0.1, B/S structure 目录 摘要I ABSTRACTII 第1章 绪论1 1.1开发背景1 1.2开发内容1 第2章 概述与技术介绍2 2.1 博客系统概述2 2.2 博客系统技术介绍2 2.3 主要任务与目标3 2.4 本章小结3 第3章 博客系统需求与设计4 3.1 需求分析4 3.1.1 功能模块划分4 3.1.2 具体页面实现功能4 3.1.3 系统结构5 3.2 系统功能模块6 3.3 数据库的设计与实现7 3.4 数据表的关系图11 第4章 系统的环境配置12 4.1 数据库配置12 4.2 系统环境配置13 4.2.1 JSP的服务器安装与配置13 4.2.2 项目的建立与TOMCAT的集成与配置14 第5章 系统的功能实现15 5.1 数据库连接设置15 5.2 系统管理模块15 5.2.1 管理员登录功能15 5.3.2 公告管理功能17 5.3.3 用户管理22 5.3.4 日志管理24 5.4 个人博客管理模块27 5.4.1 用户登入功能27 5.4.2 用户注册28 5.4.3 日志管理30 5.4.4 相册管理35 5.4.5 好友管理38 5.5 技术要点41 5.5.1 游客浏览的实现41 5.5.2 分页43 5.6 系统维护44 第6章 结束语45 致谢46 参考文献47 附录48

  • 基于网络的企业网站系统的研究和实现_计算机专业论文

    计算机专业论文范文 摘要: 计算机技术的发展,特别是网络技术在电子商务中的飞速发展, 给中小企业宣传自己企业形象,产品提供了非常直观的方式。 本文重点讨论一个基于网络的企业网站系统的研究和实现的过程。系统采用了比较流行而且实用的Web技术和合适的数据库技术,使用当前Windows XP+ IIS6.0服务器平台以及ACCESS数据库平台管理系统,通过采用Dreamweaver MX及ASP(Active Server Page)技术设计前台界面,是一个典型的当前流行的基于浏览器/服务器(B/S Browser/Server)模式管理信息系统(MIS)。 系统软件实现了基本信息设置,公司简介,产品展示,客户留言,人才招聘等功能,具有界面清晰,操作简单方便的特点,是一款适合现代化的企业系统网站。 本系统最大特点就是,在页面设计时,采用当前流行的DIV+CSS设计方式,实现了类似WEB 2.0的功能,企业可以根据自己的需求,设置符合自己企业形象的网站皮肤。 关键字:企业门户,电子商务,ASP/ACCESS,因特网 Abstract The development of computer technology, especially Internet technology in the rapid e-commerce development, providing a very intuitive manner to promote their corporate image, products. This paper focuses on a Web-based enterprise web systems and the realization of the process. Adopts a more popular and practical and appropriate Web database techn -ology, the use of the current Windows XP + IIS6.0 server platforms and ACCESS d -atabase management platform, through the use Dreamweaver MX and ASP (Active Server Page) technology Interface design for the future, is a typical Based on the cur -rent popular browser / server (B / S Browser / Server) mode Management Informati -on System (MIS). System software achieved a basic set of information, company profiles, product display, voice mail customers, personnel recruitment and other functions, with a clear interface, simple and convenient features, is one suitable for a modern enterprise syste -m website. The biggest feature is that the page designs, the introduction of the current popul - ar DIV+CSS design, achieve a similar Web 2.0 enterprise, according to their own ne - eds, set up their own corporate image for the skin. Key words:Enterprise portals, Internet e-commerce,ASP/ACCESS, Internet 目录 摘要I AbstractII 第1章 绪论1 1.1 背景1 1.2 研究内容1 第2章 开发工具3 2.1 ASP简介3 2.2 Dreamweaver MX2004 开发工具的介绍3 2.3 Access数据库4 2.4本章小结5 第3章 数据库的设计和实现6 3.1 数据库的概念设计6 3.2 数据库逻辑结构设计6 3.3 本章小结9 第4章 公共函数的编写10 4.1 数据库连接操作的类10 4.2 工具类的编写10 4.3 页眉与页脚的设定13 4.4本章小结14 第5章 网站管理员模块的实现15 5.1 设计目标15 5.2 设计功能15 5.3 功能说明16 5.4本章小结19 第6章 网站各模块功能的实现21 6.1 各个模块的介绍21 6.2 本章小结23 第7章 网站页面皮肤制作24 7.1 网页设计简介24 7.1.1网页界面构成要素24 7.1.2网页的整体造型25 7.2.设计目标26 7.2.1程序设计与说明26 7.3 设计与编码中遇到的困难26 7.4本章小结27 第8章 网站搜索与伪静态网页功能的实现28 8.1 站内产品查找的实现28 8.1.1工作原理29 8.1.2 程序详解30 8.2 伪静态页面的生成30 8.3 本章小结31 第9章 总结32 致谢33 参考文献34 附录1 程序清单35

  • 审批系统的设计与实现_计算机专业论文范文

    计算机专业论文范文 摘要 对目前流行的管理信息系统(MIS) 开发平台模式:客户机/ 服务器模式(C/ S) 和浏览器/ 服务器模式(B/ S) 进行比较。阐述选择浏览器/ 服务器(B/ S) 模式的客观因素。利用Internet 和Web 技术,以JSP 编程环境为基础,兼顾系统的安全性,提出一种适合当前发展需要的Web 应用模型。以大型电子政务建设项目软件工程为研究背景,我们讨论了如何增强电子政务办公系统的可操作性、可移植性、可扩展性、可维护性和数据一致性。 关键词:电子政务; 办公系统; B/ S 结构;Web 服务器;JSP技术 ABSTRACT A comparison between the two popular models of management information system, namely Client/ Server and Browser/ Server is made. The objective factors of Browser/ Server selected are expounded. Based on JSP programming environment, the interface technology visiting Oracle Database is discussed with a practical example. The system security of the system is considered and the Web application model suitable for the current development is presented. Taking against of the background of the software engineering, we discuss how to improve a higher level of operability, transplantation, expansibility, maintainability and consistence in terms of data of E-government official system. Key words:E-government;official System;B/ S; Web ; JSP 目录 摘要I ABSTRACTII 第1章 绪论- 1 - 1.1 网上审批系统的概述- 2 - 1.1.1 网上审批系统具有的一般功能- 2 - 1.1.2目前网上审批系统存在的问题- 3 - 1.2 B/S结构概述- 4 - 1.3 Struts + Hibernate框架概述- 5 - 1.3.1 Struts架构- 6 - 1.3.2 O/R映射框架Hibernate- 7 - 1.3.3 Struts和Hibernate相结合- 8 - 第2章 系统概论- 10 - 2.1 业务现状- 10 - 2.2 项目建设原则- 12 - 2.3 项目建设目标- 13 - 2.4 项目建设运行环境解决方案- 13 - 2.4.1 硬件环境- 13 - 2.4.2 软件环境- 14 - 2.4.3系统网络结构说明- 14 - 2.5 本章总结- 15 - 第3章 项目的设计与实现- 16 - 3.1 需求分析- 16 - 3.1.1 一站式服务门户需求- 16 - 3.1.2 咨询服务需求- 16 - 3.1.3 申报方便需求- 17 - 3.1.4 监督需求- 19 - 3.2 项目设计- 20 - 3.3 数据库设计- 21 - 3.4 在线服务平台各功能设计- 29 - 3.4.1 注册- 31 - 3.4.2 事项申报- 33 - 3.4.3 状态查询- 36 - 3.4.4 网上咨询- 45 - 3.4.5 项目公示- 46 - 3.4.6 在线投诉- 46 - 3.4.7 电子投票- 47 - 3.5 在线服务平台管理模块设计- 47 - 3.5.1 业务办理- 47 - 3.5.2 系统管理- 48 - 3.5.3 知识管理- 48 - 3.6 项目实现描述- 48 - 3.6.1 在线服务平台部分- 48 - 3.6.2 管理模块部分- 49 - 3.7 本章总结- 50 - 第4章 项目关键问题和解决方法- 51 - 4.1 数据交换监控问题的解决- 51 - 4.2 网络安全性问题的解决- 52 - 4.3 本章总结- 53 - 第5章 结论- 54 - 致谢- 55 - 参考文献- 56 -

AB
CD
ABCDEFGHIJKLMNOPQISTUVWXYZ