资源描述:
《个人博客的设计与实现_毕业论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、个人博客的设计与实现个人博客的设计与实现摘要Blog是Webblog的缩写,中文就是“网络日志”,在中国我们称它为博客。它被解释为一个特定的软件系统,被用来在网络上出版、发表和张贴个人的文章并且通常是由简短且经常更新的帖子所构成,这些张贴的文章都按照年份和日期倒序排列。Blog的内容和目的有很大的不同,从对其他网站的超级链接和评论,有关公司、个人构想到日记、照片、诗歌、散文,甚至科幻小说的发表或张贴都有。而此系统也主导这一思想,主要为了完善地实现注册用户发表文章,访客可以发表评论等相关功能来设计,并且完成前台运作和管理。系统功能保留了传统博客系统的功能,同时又加
2、上了人性化的界面设计,比如日历的引用。完善的数据更新能力、实用的管理以及个性化的设计使本系统能适应博客的发展。系统页面采用Html语言和Css样式以及JavaScript脚本来设计,系统的相关功能由Java语句来实现,使用Tomcat为服务器,和SQL2000数据库作为后台,来完成系统的相关功能。主要分为游客角色和用户角色。游客可以注册、查看日志、照片、博主的资料和发表评论。用户则完成写日志、修改日志、上传照片、管理照片、更改个人信息、发布公告等功能。关键词:博客系统Jsp22个人博客的设计与实现AbstractBlogistheabbreviationofWe
3、bblog,whoseChinesemeaningis“thenetworkdiary”.InChina,wecallitBlog,whichisexplainedasspecificsoftwareusedtopublishindividualarticlesinthenetworkandusuallyconsistsofabriefandfrequentlyupdatedposts,thesearticlespostedinreversechronologicalorder,anddate.Blogcontentandpurposearequitediffe
4、rentfromotherwebsites,thehypertextlinksandcommentsaboutthecompany,personaldiary,photographs,andideastopoetry,prose,evensciencefictionpublishedorposted.Forthispurpose,oursystemisdesignedtoperfectsomecorrelativefunctions,suchaspublisharticlesfortheregistrationusers,publishanonymouscomm
5、entsforthevisitors,andcompletetheforegroundoperationsandmanagements.ItnotonlyretainsthetraditionalBlogsystem,butalsoaddscompersonalwindowsdesign,suchasthequoteofcalendar.Basedontheflawlessabilityofdatarenewal,usefulbackstagemanagementandpersonaldesign,thissystemcanadapttothedevelopme
6、ntofBlog.SystemusingHtmlpagelanguageandCssstylesandJavaScriptscripts,systemdesignbytherelevantfunction,useJavastatementsfortheserver,andTomcatSQLdatabase,tocompletesystemofrelatedfunctions.Itmainlydividedintotouristrolesanduserrole.Visitorscanviewthelog,photographs,andthematerialanda
7、nonymousbloggercomment.Userswillfinishwritingblog,modifylog,uploadingphotosandpictures,thechangeofpersonalinformationmanagementsystem,addcollection,etc.functions.Keywords:BlogSystemJsp22个人博客的设计与实现目录序言1第一章概述11.1开发背景及意义11.1.1开发背景11.1.2开发博客的意义11.2开发内容及可行性分析11.2.1可行性分析1第二章系统开发技术及开发环境12.1
8、基于JSP的开发技术的网