基于asp的校园网站设计.rar

RAR格式版权申诉手机打开展开

基于asp的校园网站设计,基于asp的校园网站设计2.2万字 48页包括开题报告,任务书,论文,答辩ppt,程序代码摘 要20世纪末,随着计算机科学的发展,数据库技术在internet中的应用越来越广泛,为广大网络用户提供了更加周到和人性化的服务。个性化已逐渐成为当今web应用的潮流。本文研究了一种基于asp校园新闻系统,此方案与现今网上已采用...
编号:90-38424大小:894.73K
分类: 论文>计算机论文

该文档为压缩文件,包含的文件列表如下:

内容介绍

原文档由会员 果酸 发布

基于ASP的校园网站设计
2.2万字 48页
包括开题报告,任务书,论文,答辩PPT,程序代码


摘 要
20世纪末,随着计算机科学的发展,数据库技术在Internet中的应用越来越广泛,为广大网络用户提供了更加周到和人性化的服务。个性化已逐渐成为当今Web应用的潮流。本文研究了一种基于ASP校园新闻系统,此方案与现今网上已采用的一些方案相比,具有用户使用更简单、界面更直观等优点。校园网站在我国刚起步,但发展很快。随着我国互联网的更加普及和校园网站的更趋成熟,会有越来越大的网络用户,市场潜力会得到充分发挥。
本文中所做的主要工作如下:
(1) 介绍了个性化页面的背景及ASP + VBScript + ACCESS系统的一般原理;
(2) 阐述整个个性化页面生成系统的系统结构及工作原理;分析了系统实现中的特殊性、难点和重点;
(3) 设计实现用户注册、用户登录、找回密码、在线统计人数、显示IP,用户管理等ASP页面。
(4) 分析并解决实现中的若干技术问题;
(5) 建立完整的校园网站,进行测试并分析结果。
关键字:ASP 数据库 网站设计


The Design of Campus Web Site
Abstract
In the late 20th centuries, with the development of computers, the technology of database is widely used in the internet. It provided characterized services for the internet users. Personality has become a trend in the use of today's web. This article studied a kind of amusement system based on ASP system, compared with today's designation, it has the advantage of direction .Although the campus Web site just arises, and it developed very rapidly.
With the population and maturity of internet, it will have a large consumption groups gradually .The potential of the market will be fully showed.
This paper provided such main jobs, as followed:
(1) It introduced the background of personality Web page and general principle of ASP + VBScript+ ACCESS system.
(2) It elaborated the system structure of the personality Web page and the job principle, at the same time it analyzed the specialization, difficulty, emphasis.
(3) It designed and realized the asp pages such user registration, user logging in, finding the lost key, on-line count number, display IP, user manage etc.
(4) It analyzed and solved several technical problem
(5) It built a complete internet station. So that it can have a test and analyze the result.
Keywords: ASP; Database; Website Design


目 录
摘 要……………………………………………………………………………… 1
第一章 绪 论……………………………………………………………………3
1.1 前言 ……………………………………………………………………… 3
1.2 研究时间 ……………………………………………………………………3
1.3 主要研究内容 ……………………………………………………………… 4
第二章 开发环境及需求分析 ………………………………………………… 5
2.1 开发目的 …………………………………………………………………… 5
2.2 项目背景 …………………………………………………………………… 5
2.3 开发环境 …………………………………………………………………… 5
2.3.1系统平台 ……………………………………………………………… 5
2.3.2开发工具 ……………………………………………………………… 5
2.3.3运行需求 ……………………………………………………………… 6
第三章 系统功能说明 ………………………………………………………… 7
3.1前台显示说明 ……………………………………………………………… 7
3.1.1前台首页显示 ………………………………………………………… 7
3.1.2网站的管理 …………………………………………………………… 7
3.2 数据库文件说明 ………………………………………………………… 10
第四章 网站设计总体方案设计 ……………………………………………… 11
4.1 网站简要说明 …………………………………………………………… 11
4.2 网站可用性讨论 ………………………………………………………… 11
4.2.1 网页布局 …………………………………………………………… 11
4.2.2 主题鲜明、富有特色 ………………………………………………… 11
4.2.3 版式编排布局合理性 ……………………………………………… 12
4.2.4 相关站点引导链接 ………………………………………………… 12
4.3 网站流程图 ……………………………………………………………… 12
4.4 网站模块结构 ……………………………………………………………13
4.5 本章小结 ……………………………………………………………………13
第五章 结构设计与具体实现 …………………………………………………14
5.1整体设计 ……………………………………………………………………14
5.1.1结构设计 ………………………………………………………………14
5.1.2数据库的连接 …………………………………………………………14
5.2界面设计 ……………………………………………………………………15
5.3开发语言 ……………………………………………………………………15
5.3.1 ASP 简介……………………………………………………………… 15
5.3.1.1 ASP的优势 ……………………………………………………… 15
5.3.1.2 ASP的特点…………………………………………………………16
5.3.1.3 ASP的工作原理 ………………………………………………… 17
5.3.2 VBScript的特点 ………………………………………………………18
5.4 具体设计文档………………………………………………………………18
5.4.1 内容和功能设计 …………………………………………………… 18
5.4.2 前台新闻文摘显示…………………………………………………… 19
5.4.3 后台管理……………………………………………………………… 19
5.4.4 信息结构设计………………………………………………………… 20
5.4.5 可视化设计…………………………………………………………… 21
5.5 具体实现技术 …………………………………………………………… 21
5.5.1 CSS在"湖工大计算机学院网站"中的应用实例 …………………… 21
5.5.2 应用JavaScript设计网页 ………………………………………… 21
5.6 留言系统的设计 ………………………………………………………… 22
5.7 数据加密 ………………………………………………………………… 24
5.8 管理员登录功能设计 …………………………………………………… 25
第六章 总 结 ………………………………………………………………… 29
致 谢 …………………………………………………………………………… 30
参考文献 ………………………………………………………………………… 30

Produce the design of the tool and realize automatically on the basis of JSP webpage ………………………………………………………………………… 31
基于JSP网页自动生成工具的设计与实现……………………………………35

附录表一 系统文件清单……………………………………………………36
附录表二 部分数据库表……………………………………………………41
附录表三 学院网站系统部分源程序………………………………………46


参考文献:
[1] Cay S.Horstmann,Gary Cornell.Java 2核心技术(CoreJava 2)[M].北京:机械工业出版社.
[2] Bruce Eckel.Java编程思想(Thinking in Java)[M].北京:机械工业出版社.
[3] Joseph L.Weber.Java 2编程详解(Using Java 2)[M].北京:电子工业出版社.
[4] Borland公司.Building Applications with JBuilder.