某学会门户网站的后台设计实现.docx

   
约31页DOCX格式手机打开展开

某学会门户网站的后台设计实现,1.18万字自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用摘要 在当今这个信息化时代,门户网站已经成为了一个信息交流的工具。学会机构可以通过门户网站来宣传和发表本学会的研究,让全世界相关的专家都能够参与到自己的研究和发展中,也可以通过门户网站了解到全世...
编号:99-423123大小:507.74K
分类: 论文>计算机论文

内容介绍

此文档由会员 淘宝大梦 发布

某学会门户网站的后台设计实现

1.18万字
自己原创的毕业论文,已经通过校内系统检测,重复率低,仅在本站独家出售,大家放心下载使用

摘要 在当今这个信息化时代,门户网站已经成为了一个信息交流的工具。学会机构可以通过门户网站来宣传和发表本学会的研究,让全世界相关的专家都能够参与到自己的研究和发展中,也可以通过门户网站了解到全世界的相关研究机构的研究方向、研究成果,使得信息共享率能够最大化。
本次毕业设计实现了一个某学会的门户网站的后台设计,使用的开发工具是Wordpress、PHP和MySQL。对于该门户网站的后台,主要实现了对于该门户网站所需要的信息的存储、读取和删除等功能。其中建立了wp_posts、wp_users、wp_links等表格存储了用文章、用户信息以及评论内容。在Wordpress提供了一个全局变量$wpdb来访问wordpress数据库,通过$wpdb这个全局变量可以实现对数据库的各种操作。这里各种操作包括添加一个新表,查询,删除,更新等等。

关键词: 学会 门户网站 MySQL PHP Wordpress

Background design to achieve a certain portal Society
Abstract In today's information age, the portal has become a tool for the exchange of information. Organizations can learn to promote and publish research through the portal of the Institute, so that the relevant experts around the world are able to participate in their own research and development, you can also learn research institutions’ research-related and research results around the world through the portal, which makes information sharing ratio be maximized.
The graduation project is designed to achieve a certain background Society portal.We use Wordpress, PHP and MySQL to complete it. The the main achievement of the background of portal is to store,read and delete the information.We established tables such as wp_posts, wp_users, wp_links to store the user information and comments. In Wordpress offers a global variable $wpdb wordpress database access through the global variable $ wpdb can achieve a variety of operations on the database. Here various operations include adding a new table, query, delete, update, and so on.

Key words portal Society MySQL PHP Wordpress

目录
第一章 绪 论 1
1.1研究背景 1
1.2研究内容 2
1.3论文结构 3
第二章 基本知识介绍 4
2.1 MySQL 4
2.2 PHP语言 5
2.3 Apache服务器 6
第三章 性能分析与系统功能的设计 8
3.1 需求分析 8
3.2 总体设计 8
3.3 需要存储的信息 9
3.4 表格实现 9
3.5 对表格的操作 20
第四章 结论与展望 23
4.1 结论 23
4.2展望 23
致谢 26
参考文献 27