1.新闻发布系统的论文
目 录摘要 1关键字 1引言 21 概述 21.1 互联网简介 21.2 JSP简介[2] 21.3 ACCESS简介 31.4 SQL简介[5] 31.5 ODBC与JDBC简介 32 设计思想 52.1 需求分析 52.2系统分析 52.2.1系统组织结构图 52.2.2各个模块数据流图 63 具体实现 73.1 用户管理模块 73.1.1 注册 73.1.2 登录 93.1.3 用户信息修改 113.2 管理模块 133.2.1新闻添加模块 133.2.2新闻修改模块 153.2.3新闻删除模块 163.2.4用户信息显示模块 173.2.5 系统用户增加模块 183.2.6用户删除模块 193.3 新闻模块 203.3.1新闻浏览模块 203.3.2新闻收索模块 224 程序编写时中遇到的问题 245 总结 25致谢 26参考文献 27Abstract 28Keywords 28摘要 本文主要介绍利用JSP + Tomcat + Access开发环境开发动态的Web新闻发布系统,给出了详细的系统设计、编码、调试过程,可实现在网络上多用户操作,不同的用户拥有不同级别的权限,可以实现在线用户登录、用户信息修改;动态的浏览、添加、修改、删除新闻。
在JSP代码编写的过程也用到了许多技巧,比如SESSION对象的使用、禁止右键、CSS样式表、FLASH对象的使用、浏览器状态栏的特效等等,通过各方面的论证,该系统具有一定的市场实用价值,具有一定的开发潜力。关键字 JSP 新闻发布JDBC Web开发Abstract This article is about how to design a dynamic system for promulgating news with JSP、Tomcat and Access. It includes details of designing programs、codes and the process for debugging. It can realize the multi-user operation in the network and the different user has the different rank of jurisdiction. Users can login, alter the personal information online, dynamically browse, increase, revise and delete news information. In the JSP code compilation process many skills also be used. Such as the uses of SESSION object, forbidding the right key, the CSS, FLASH object using, browser condition fence special effect and so on. Through various aspects proof, this system has the certain market practical value and the certain development potential.Keywords JSP promulgate news JDBC Web development forbade参考文献[1] " > 无标题页。
转载请注明出处众文网 » 新闻发布网站的数据库设计毕业论文