资源描述:
《基于asp的网上信息发布系统的设计与实现》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、基于ASP的网上信息发布系统的设计与实现基于ASP的网上信息发布系统的设计与实现摘要随着人们物质生活的不断提高及Internet的广泛普及,人们对网络的要求也越来越高,用户希望能足不出户就可以了解最新的新闻动态和各种社会信息,它已成为人们了解信息的重要平台。近几年,随着Internet的普及以及动态网站技术的成熟,使得网站信息发布系统日趋完善。我开发了一个网站信息发布系统,在系统中,普通用户无需注册即可进入系统留浏览各种信息。管理员用户通过主页上的管理入口登陆至后台数据库,来更新各种公告,新闻和专业设
2、置,用户管理等功能,确保用户第一时间浏览到最新信息。传统的信息发布是由专业网页制作人员通过更改HTML代码实现的,而我们希望通过研究来实现网页新闻内容的自动更新,向用户提供简单的管理入口来编辑在网页上显示的菜单项,来实现其动态性。关键字:网上信息发布;ASP;ADO基于ASP的网上信息发布系统的设计与实现THEDESIGNANDREALIZATIONOFANASP-BASEDONLINEINFORMATIONPUBLISHSYSTEMABSTRACTAlongwithpeoplemateriallif
3、eunceasingenhancementandInternetwidespreadpopularization,thepeoplemoreandmorearealsohightothenetworkrequest,Theuserhopedcanbeconfinedathomemayunderstandmostrecentnewsdynamicandeachkindofsocialinformation,ithasbecomethepeopletounderstandtheinformationthe
4、importantplatform,Inrecentyears,ispopularaswellasthedynamicwebsitetechnologymaturityalongwithInternet,causesthewebsiteinformationtoissuethesystemconsummatesdaybyday.Ihavedevelopedawebsiteinformationissuesystem,Inthesystem,theaverageconsumerdoesnotneedto
5、registerthenentersthesystemtoremainglancesovereachkindofinformation.Themanageruser'slandsthroughmainpageinmanagemententrancetothebackstagedatabase,renewseachkindofannouncement,thenewsandthespecializedestablishment,functionandsoonusermanagement,guarantee
6、stheuserfirsttimetoglanceovertothenewesttendency.ThetraditionalinformationissueismanufacturesthepersonnelbythespecializedhomepagethroughtochangetheHTMLcoderealization,butwehopedrealizesthehomepagenewscontentautomaticrenewalthroughtheresearch,Providesthe
7、simplemanagemententrancetotheusertoeditthevegetablesingleitemwhichdemonstratedonthehomepage,,realizesits.Keywords:Onlineinformationpublish;ASP;ADO基于ASP的网上信息发布系统的设计与实现目录第1章引言11.1网上信息发布系统的研究意义11.2网上信息发布系统研究的内容11.3本课题实现的基本解决方法21.3.1ASP的基本概念21.3.2ASP的基本特征31
8、.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组织机构管理信息显示实现17