- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
本科生毕业论文
信息技术学院计算机科学与技术专业2010年级
学 号
学生姓名
论文题目 新闻发布系统
实习单位
指导教师
起止时间
2014 年 06 月 06 日
摘 要
近年来,互联网的各项技术几乎发展成熟,人们能够通过网络的新闻发布系统了解更多的新闻和信息,快速及时的新闻浏览,快捷方便的网络信息查询,使网络与人们的生活更加紧密。
本论文讲述了我如何采用PHP编程语言,MySQL数据库,Apache服务器等开发环境,来实现一个功能强大的新闻发布管理系统的网站。
设计系统之前,首先分析系统的功能,工作原理和可行性分析,并设计系统的功能模块图和数据流图。确定系统的大概功能之后,设计系统的E-R图,并设计数据库的表结构和数据字典,录入数据。然后介绍了系统的具体分析与实现,完成数据库连接和增删改查,陆续实现系统界面并与数据库连接,测试系统功能。最后截取了系统的运行界面和相应核心代码。
关键词:PHP;MYSQL;数据库的连接;系统的设计和实现;
Abstract
In recent years, the technology of Internet is almost mature, people can through the network news release system for more news and information, rapid and timely news browsing, fast and convenient information network, network with peoples lives more closely. This paper tells the story of how I used PHP programming language, MySQL database, Apache server development environment, to achieve a powerful press release management system.
Design of the system, firstly, the function of the system, working principle and feasibility analysis, and design the system function module diagram and data flow diagram. After determining the system about the function, design system E-R diagram, table structure and data dictionary and the design of database, data entry. Then introduced and implementation of specific analysis system, to complete the database connection and crud, gradually achieve system interface and database connection, the test system function. Finally the interception of running interface of the system and the corresponding core code.
Keywords: PHP; MYSQL; database; system design and implementation;
目 录
1. 绪论 1
1.1 系统的开发背景 1
1.1.1 研究现状 1
1.1.2 研究发展 1
1.2 系统的研究路线 2
2. 系统工作原理和可行性分析 2
2.1 系统工作原理 2
2.1.1 新闻发布系统中管理员的概念与权限 2
2.1.2 新闻发布系统中的角色及权限 2
2.1.3 新闻发布系统的管理流程 3
2.2 网站的可行性分析 3
2.2.1 网站的设计目标 3
2.2.2 用户群体与经济可行性分析 3
2.2.3 技术可行性分析 3
2.2.4 时间可行性分析 4
2.2.5 可行性分析总结 4
3. 系统需求分析 4
3.1 系统需求分析 4
3.1.1 系统需求 4
3.1.2 功能性需求 4
3.2 系统概念结构设计(E-R图) 8
3.3
文档评论(0)