文档介绍:西南科技大学自学考试
学生毕业(设计)
题目博客系统实现
二级学院信息工程学院
专业信息管理与服务
年级 103 级2班
班级 09级网络5班
学号
姓名
指导教师
职称讲师
2012年3月13日
博客系统的实现
【摘要】博客是“一种表达个人思想、网络链接、内容,按照时间顺序排列,并且不断更新的出版方式”。简单的说博客是一类人,这类人。
博客它通常是由简短且经常更新的帖子所构成,这些张贴的文章都按照年份和日期倒序排列。Blog的内容和目的有很大的不同,从对其他网站的超级链接和评论,有关公司、个人构想到日记、照片、诗歌、散文,甚至科幻小说的发表或张贴都有。
本博客与网上的其他博客一样,实现了一般博客所具有的功能,能够进行文章,图片的发布以及进行博客系统中的各个部分的管理、后台的管理等等,浏览者可以进行浏览和留言等等。
本博客采用PHP实现以上功能,用MySQL建立数据库,以Web网页的形式呈现,用“”实现浏览各项功能。
【关键词】博客,博文,相册,JavaScript,MySQL数据库
The realization of the blog system
【Abstract】The blog is an expression of personal thoughts, Web links, arranged in chronological order, and constantly updated publishing. The simple blog is a class of people, these people are accustomed to in the online diary.
Blog it is usually brief and frequently updated position, these articles are posted in reverse order by year and date. The contents and purpose of the Blog are very different, and hyperlinks from other sites ments about someone's idea, to diaries, photos, poetry, prose, and even science fiction published or posted.
This blog and other blogs on the general blog, to carry articles, Pictures release, and the blog in various parts of the management, the background of the management, the viewer can navigate and message and so on.
This blog using PHP to achieve the above functions, established with MySQL database, the form of a Web page showing, use "" browse the various functions.
【Keywords】Blog, blog, photo albums, JavaScript, MySQL database
目录
第1章绪论 1
博客的作用 1
研究博客的背景与必要性 2
第2章关键技术简介 3
相关术语 3
站点 3
超链接 3
URL 3
3
Adobe Photoshop简介 4
开发语言简介 5
VBScript脚本语言 5
JavaScript简介 6
PHP和MySQL简介 6
博客系统开发技术 8
介绍 8
数据库的选择 9
MVC开发模式 10
Ajax介绍 11
第3章博客系统分析设计 13
系统设计方案 13
系统功能模块 13
系统功能需求描述 14
博客系统功能简图 14
数据库需求分析 15
系统操作流程 16
组件和样式分析 16
用户控件 17
博客系统预期的结果 17
界