资源描述:
《基于ASP的网上信息发布系统的设计与实现.doc》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、基于ASP的网上信息发布系统的设计与实现摘要随着人们物质生活的不断提高及Internet的广泛普及,人们对网络的要求也越来越高,用户希望能足不出户就可以了解最新的新闻动态和各种社会信息,它已成为人们了解信息的重要平台。近几年,随着Internet的普及以及动态网站技术的成熟,使得网站信息发布系统日趋完善。我开发了一个网站信息发布系统,在系统中,普通用户无需注册即可进入系统留浏览各种信息。管理员用户通过主页上的管理入口登陆至后台数据库,来更新各种公告,新闻和专业设置,用户管理等功能,确保用户第一时间浏览到最新信息。传统的信息发布是由专业网页制作人员通过更改HT
2、ML代码实现的,而我们希望通过研究来实现网页新闻内容的自动更新,向用户提供简单的管理入口来编辑在网页上显示的菜单项,来实现其动态性。关键字:网上信息发布;ASP;ADOTHEDESIGNANDREALIZATIONOFANASP-BASEDONLINEINFORMATIONPUBLISHSYSTEMABSTRACTAlongwithpeoplemateriallifeunceasingenhancementandInternetwidespreadpopularization,thepeoplemoreandmorearealsohightothenetwo
3、rkrequest,Theuserhopedcanbeconfinedathomemayunderstandmostrecentnewsdynamicandeachkindofsocialinformation,ithasbecomethepeopletounderstandtheinformationtheimportantplatform,Inrecentyears,ispopularaswellasthedynamicwebsitetechnologymaturityalongwithInternet,causesthewebsiteinformati
4、ontoissuethesystemconsummatesdaybyday.Ihavedevelopedawebsiteinformationissuesystem,Inthesystem,theaverageconsumerdoesnotneedtoregisterthenentersthesystemtoremainglancesovereachkindofinformation.Themanageruser'slandsthroughmainpageinmanagemententrancetothebackstagedatabase,renewseac
5、hkindofannouncement,thenewsandthespecializedestablishment,functionandsoonusermanagement,guaranteestheuserfirsttimetoglanceovertothenewesttendency.ThetraditionalinformationissueismanufacturesthepersonnelbythespecializedhomepagethroughtochangetheHTMLcoderealization,butwehopedrealizes
6、thehomepagenewscontentautomaticrenewalthroughtheresearch,Providesthesimplemanagemententrancetotheusertoeditthevegetablesingleitemwhichdemonstratedonthehomepage,,realizesits.Keywords:Onlineinformationpublish;ASP;ADO目录第1章引言11.1网上信息发布系统的研究意义11.2网上信息发布系统研究的内容11.3本课题实现的基本解决方法21.3.1ASP的基
7、本概念21.3.2ASP的基本特征31.3.3ASP的基本语法41.3.4ASP的内置对象41.3.5ADO技术6第二章要解决的几个关键问题92.1IIPS系统的需求分析92.2IIPS系统结构设计92.3IIPS要解决的几个关键问题10第3章IIPS系统数据模型113.1数据库设计113.2IIPS数据库实现12第4章IIPS系统功能实现154.1系统实现文档结构设计154.2主页154.2.1动态导航菜单显示实现164.2.2动态公告信息显示实现164.2.3组织机构管理信息显示实现174.3动态导航菜单管理设计与实现194.4动态新闻发布管理模块设计与
8、实现234.5动态组织结构管理模块设计与实现274.