基于linux的校园通讯录网站的研究与设计.doc

    
约35页DOC格式手机打开展开

基于linux的校园通讯录网站的研究与设计,基于linux的校园通讯录网站的研究与设计1.34万字我自己的毕业论文,原创的,已经通过校内系统检测,仅在本站独家出售,重复率低,大家放心下载使用摘要 随着互联网的快速发展,如今,web网页能够做到动态地与用户交互,甚至可以作为用户的存储平台,用户可以将各种信息通过网页保存在互联网上,能够非常简便快捷地上传,下载,查询...
编号:99-423055大小:1.30M
分类: 论文>通信/电子论文

内容介绍

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

基于Linux的校园通讯录网站的研究与设计

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

摘要 随着互联网的快速发展,如今,Web网页能够做到动态地与用户交互,甚至可以作为用户的存储平台,用户可以将各种信息通过网页保存在互联网上,能够非常简便快捷地上传,下载,查询,浏览信息。因此,以校园为研究对象,研究面向网络的存储通讯录,使用Web平台来存储学生的信息,实现大范围准确查找联系人,打造便捷的校园信息服务平台,完善校园信息服务,给校园信息的管理和维护提供更便捷、更安全的服务系统而开发的校园信息通讯录系统。
通讯录网站分为两部分,一是管理员部分,管理员作为后端,统筹管理班级和学生,负责创建班级,添加学生,编辑学生信息等;另一部分是学生模块,学生登录之后能够查询,更新自己的联系信息,并能够实现班级留言,文件共享等。在此研究中,都使用密码验证登录,来保护学生信息安全。
通讯录网站的平台是以Linux为操作系统,使用Apache作为Web服务器,Mysql作为数据库,PHP为编写动态网页语言。这一组合称为LAMP架构,被誉为最强大的网站解决方案,全球70%的网络访问流量由这一架构提供。其为开源软件,成本低廉、部署灵活、快速开发、安全稳定,资源丰富,因此作为研究校园通讯录网站的首选平台。只要在Linux上安装完成Apache,Mysql ,PHP 之后,作简要配置,最后将网页源代码放入/var/www/html/contacts/目录下,通过浏览器即可访问。

关键词:Linux;Apache;Mysql;PHP;LAMP;通讯录;网页


Research and Design of Linux-based campus contacts website
Abstract With the rapid development of the Internet , and now , Web pages can be dynamically interact with the user , the user can even be used as a storage platform, users can save all kinds of information on the Internet via the web , can be very easily and quickly upload, download, query, browse information . Therefore, to campus for the study, research-oriented network storage contacts book , use the Web platform to store student information to achieve a wide range of accurate and find contacts , to create convenient campus information service platform , improve campus information services to the campus information management and maintenance to provide more convenient and more secure services and the development of campus information system address book system .
Website address book is divided into two parts, one part of the administrator , the administrator backend , integrated management classes and students , is responsible for creating classes, add students, edit student information ; another part of the student module , students log can then query update their contact information , and the ability to achieve class message , file sharing and so on. In this study, the use Password Authentication to protect student information security.
Contacts website is Linux platform for the operating system, use the Apache Web server as , MySQL as database , PHP language for writing dynamic web pages . This combination is called LAMP architecture , known as the most powerful website solution , 70% of global network traffic provided by this architecture . It is open source software, low cost, deployment flexibility , rapid development, security and stability, abundant resources, and therefore the site as a research campus book platform of choice . Just after the completion of the installation on Linux Apache, MySQL, PHP, briefly configuration , and finally into the page source code under / var / www / html / contacts / directory can be accessed through a browser.

Key words Linux ; Apache ; MySQL ; PHP ; LAMP ; contacts ; website

目 录
第一章 绪 论 1
1.1 研究背景 1
1.2 研究发展趋势 2
1.3 研究目的及意义 3
1.4 论文研究的主要内容 3
第二章 系统架构及原理 5
2.1 基于Linux的系统结构 5
2.2 系统工作原理 5
2.3 网站结构及功能 6
第三章 系统架构的技术介绍 8
3.1 Linux操作系统 8
3.2 Apache Web服务器 8
3.3 MySQL数据库 9
3.4 PHP语言 10
第四章 系统的安装与配置 11
4.1 安装配置Linux系统 11
4.2 安装配置Apache 13
4.2.1 Apache的安装 13
4.2.2 配置Apache.........................................................................................................14
4.3 安装配置Mysql 14
4.3.1 安装Mysql 14
4.3.2 配置MySQL 15
4.4 安装配置PHP 15
4.4.1 安装PHP 15
4.4.2 配置PHP 16
第五章 网站的设计与调试 18
5.1 PHP 相关语法介绍 18
5.2 PHP连接MySQL数据库 19
5.3 网站模块介绍 20
5.3.1 用户登录模块 20
5.3.2 管理员管理模块 21
5.3.3 学生访问模块 23
第六章 总结及展望 28
6.1总结 28
6.2展望 28
致谢.............................................................................................................................................. 30
参考文献 31