中药词典手机网站的设计(ASP.NET2.0,SQL2005)(含录像)

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

中药词典手机网站的设计(asp.NET2.0,SQL2005)(含录像)(开题报告,论文说明书12000字,数据库)
摘  要
本论文所介绍的中药词典手机网站系统是以配合中药词典管理为目的,进行电子书籍管理与养生常识管理和用户管理等工作的。在本论文中,主要阐述了中药词典手机网站系统的需求分析、系统总体设计方案、各模块功能及流程实现、系统的评价与维护等。该系统界面灵活,前台以WAP网页形式出现,后台以普通网页形式出现,简单易于操作,而且采用模块化和面向对象的程序设计,为用户节省大量时间,能达到快捷、迅速、准确的效果。
本系统采用B/S模式:与传统的C/S模式相比,B/S结构把处理功能全部移植到了服务器端,用户的请求通过浏览器发出,无论是使用和数据库维护上都比传统模式更加经济方便。而且使维护任务层次化:管理员负责服务器硬件日常管理和维护,系统维护人员负责后台数据库数据更新维护。采用B/S模式,突破传统的文件共享模式,为学习交流平台的设计提供新的解决方案。借助asp.net的WEB应用程序,用户通过Browser软件连接后台数据库并完成做操作,将原有静态网页的形式升级到动态更新数据的方式。B/S模式平台,数据维护方便客户端无需专用的软件,有较好的网络扩展性,支持TCP/IP协议直接接入 Internet,。同时对于B/S模式而言,程序和数据的物理位置已经不再是那么重要了,访问者所关心的只是它们的URL就可以了。
本系统使用ASP.NET技术:asp.net是把基于通用语言的程序在服务器上运行。不像以前的即时解释程序,而是将程序在服务器端首次运行时进行编译,这样的执行效果,当然比一条一条的解释强很多。   数据库采用sql server2005数据库:具有良好的安全性能,防火墙技术可以保证后台数据库的安全性,如果结合Windows 2000与Internet Information Server的高度安全性,使用户可以实现系统的安全。

关键词:  wap;中药词典手机网站;asp.net;sql server2005

abstract
Described in this paper dictionaries mobile site system is based on traditional Chinese medicine with traditional Chinese medicine dictionary management for the purpose of e-books, knowledge management and health management and user management work. In this paper, mainly on the Chinese Dictionary Mobile Website System requirements analysis, system design plan, functions and processes of each module implementation, evaluation and maintenance of the system. The system interface flexibility and WAP pages to the form of front and back pages in the form of ordinary, simple and easy to operate, and the use of modular and object-oriented programming, users can save a lot of time, can achieve fast, fast, accurate results .
The system USES the B/S mode: with the traditional C/S mode to compare, B/S structure to the processing function all transplantation, and the user's request the server browser issued by database maintenance, whether to use and are more economical than the traditional mode convenience. And make maintenance tasks hierarchic: administrators responsible for the server hardware daily management and maintenance, system maintenance personnel responsible for the backend database data updating maintenance. Adopts B/S mode, the breakthrough tradition file sharing pattern, for learning communication platform design provides a new solution. Using asp WEB applications, users is clicked software connect backend database and finish doing operation, the original static webpages upgrade to dynamically update data way. B/S model platform, data maintenance convenient client without special software, and have a good network expansibility, support TCP/IP protocol direct access to the Internet,. At the same time for B/S model is concerned, the program and data of physical location is no longer so important, visitors concerns about just their URL.
This system using ASP.NET technology: the asp.net is based on general language program in the server. Unlike previous real-time interpretation process, but a program in the server's first run compile, such implementation effect, of course, than a a explanation much better. Using SQL database server2005 database: with good safety performance, firewall technology can ensure the security of the backend database, if combined with Windows 2000 and Internet Information Server height safety, users can realize the security of the system.

Keywords: wap; Chinese Dictionary Mobile Website; asp.net; SQL server2005

本系统根据中药词典手机网站的业务情况该系统可分中药词典信息管理、电子书籍管理、养生常识管理、友情链接管理、中药词典信息查询、电子书籍信息查询、用户信息管理等功能模块。

该中药词典手机网站系统是一个典型的sql server数据库
开发应用程序,该系统分为:前台浏览和查询界面和后台管理界面。
(1)前台浏览和查询界面:主要有中药词典的浏览和查询,电子书籍的浏览,查询和下载,养生常识的浏览和友情链接的浏览。
(2)后台管理界面:主要有中药词典,电子书籍,养生常识,友情链接和用户信息的管理等模块。
 

中药词典手机网站的设计(ASP.NET2.0,SQL2005)(含录像)
中药词典手机网站的设计(ASP.NET2.0,SQL2005)(含录像)
中药词典手机网站的设计(ASP.NET2.0,SQL2005)(含录像)
中药词典手机网站的设计(ASP.NET2.0,SQL2005)(含录像)
中药词典手机网站的设计(ASP.NET2.0,SQL2005)(含录像)
中药词典手机网站的设计(ASP.NET2.0,SQL2005)(含录像)
中药词典手机网站的设计(ASP.NET2.0,SQL2005)(含录像)

#p#副标题#e#
目 录
摘要    3
Abstract    4
第1章 绪论    5
1.1    项目背景    5
1.2    选题的依据及课题的意义    6
第2章  需求分析与技术分析    8
2.1     需求分析    8
2.2     asp.net技术分析    9
2.3     目前主流的动态网页技术比较    9
2.4     b/s和c/s技术分析    10
2.5     sql server2005简介    12
第3章  项目的实现与设计    14
3.1     中药词典手机网站系统大体结构图    14
3.2     有关模块的E-R图    14
第4章  系统的实现    16
4.1     连接数据库的包含文件    16
4.2.    中药词典手机浏览页面    16
4.3     电子书籍手机浏览页面    18
4.4     养生常识手机浏览页面    19
4.5     友情链接手机浏览页面    20
4.6     中药查询页面    21
4.7     书籍查询页面    22
4.8     后台登陆页面    23
4.9     养生常识管理页面    24
4.10    电子书籍管理页面    26
4.11    中药词典管理页面    29
4.12    友情链接管理页面    31
4.13    用户管理页面    31
第5章    系统的调试和优化    32
5.1     调试    32
5.2     问题分析    32
结束语    33
致 谢    35
参考文献    36
附录    37