基于PHP微博系统的设计与实现毕业论文.doc
文本预览下载声明
X X X X大学
毕 业 论 文
二〇一二年六月
基于PHP的微博系统的设计与实现
专业班级:计算机科学与技术58班
姓 名: 高磊
指导教师:
信息学院
摘 要
微博,是微型博客的简称,是一个基于用户关系的信息分享、传播以及获取平台,用户以文字的形式更新信息,并实现即时共享。微博的公开性和即时性使其成为目前发展最为迅猛的互联网业务。
PHP是一种运行于服务器端的HTML嵌入式脚本描述语言,相较于传统的动态解析语言,PHP拥有更好的稳定性和可操作性,运行效率更高;MySQL是一个最受欢迎的开源数据库管理系统,任何人都可以从Hitemet上下载和使用MySQL而不需要支付任何费用。本文中将介绍常见的建立PHP+MySQL运行环境的方法以及如何在PHP中调用MySQL存储过程和函数完成微博系统的开发。
本文所论述系统开发的核心内容就是以PHP语言和MySQL数据库为基础,结HTML、CSS、JavaScript等语言实现将微博用户的最新信息即时传递给微博的关注者,让微博用户可以即时的看到关注对象的最新信息(包括用户的个人信息,发布新鲜事,转发好友的新鲜事,评论,回复等信息)的功能。注册用户能通过好友管理找朋友(支持按条件筛选),对你喜欢的用户添加关注,发布带话题和图片的微博消息,评论你看到的用户发布的消息,回消息和查看私信等。复对你的评论,可以给你关注的微博用户发站内私信,查看个人首页,查看回复。
关键字:微博; 互联网 ;PHP ;MySQL
Abstract
Micro-Bo is the abbreviation of Microblogging . Its a platform based on customer relationship for information sharing,dissemination and access.Users can update the information in the form of text, and instant sharing. The openness and immediacy of the microblogging make it become the most rapid development of Internet business.
PHP is a HTML embedded script description language running on the server .Compared with dynamic analysis language,PHP has a better stability and maneuverability. Its running is more efficient.MySQL is a most popular open source database management system. Anyone can download it from hitemet and there is no need to pay any money to use this popular open source database management system . This paper will introduce the common method of establishing PHP+MySQL operating environment and how to call MySQL stored procedures and the functions to complete the micro-blog system development in PHP.
The core of the system development content discussed in this paper is based on PHP language and MySQL database.HTML、CSS and JavaScript realize the function of instantly transmitting micro-blog users latest information to micro-blog followers .This function can let the micro-blog users see the concerned micro-blog users late
显示全部