总页数 32 第 1 页
毕业设计论文
设计题目 高校教材管理系统
教 学 班:
学生姓名:
学 号:
指导教师:
完成日期:
总页数 32 第 2 页
摘 要
着时代的进步,网络的应用已经相当普及,人们也认识到网络
信息量大,传播方便快捷等特点,网上银行、网上商店、网上查分
都应运而生。需求促进了技术的发展,而在这其中,PHP 技术则因
为可以进行复杂的数据库操作、很强的交互性以及方便用户控制
管理且简便易学而备受青睐,成为当前相当热门的网络开发技
术。MYSQL 是一个真正的多用户,多线程的 MYSQL 数据库服务
器。是一个客户机/服务器结构的实现,它由一个服务器守护程序
MYSQL 和不同的客户程序和库组成。由于其源码的开放性及稳
定性,且与网站流行编程语言 PHP 的完美结合,很多站点都利用
其作为后端数据库,获得了广泛应用。
本文首先介绍了 PHP 技术的工作原理、工作过程及其运行
环境和 PHP 文件的编程特点,以及如何较好地配置 PHP 的需求环
境,既使大家对 PHP 有更好的了解,同时也有利于更好地使用 PHP
技术。其次,介绍了教材管理系统,MYSQL 数据库,包括 MYSQL 数
据库数据类型和数据表,对 MYSQL 数据库数据操作的核心概念,即
数据的添加、删除、修改和查询进行了简单的介绍。
关键词: PHP, MySql, Apache, 数据库,数据库实现,数据源 ,电子
高校教材
ABSTRACT
总页数 32 第 3 页
Abstract
With the development of the computer and technology
of the network, it is popularized day by day in the worl
d that Internet/Intranet uses, in numerous network servi
ces, web gives somebody the feeling of finding everythin
g fresh and new, and among them, ASP carry on complicate
d data base operate , very strong interaction and help u
ser control management and simple and convenient to lear
n and was favored while being easy to learn, become the
quite hot network technology at present.
This article first introduced operationprinciple of
the ASP technology, the working process and its running
environments and the programming characteristic of the A
SP document , as well as how does dispose the ASP demand
environment well, since everybody has a better understa
nding to ASP, simultaneously is also advantageous to use
s the ASP technology well. Secondly, having introduced t
he visit method based on Web data-base of Access relativ
ely in detail, including how to establish and join, carr
y out inquiring and disposal and so on, combining the da
ta-base technology and ASP technology theoretically. The
reafter, on the basis of this, this text come out the de
sign and exploitation of a currency-check-affair system
based on web—web registration sub-system, which based o
n network. Mainly recommend the foregoing preparation (s
oftware and hardware) and the design considering of basi
c constitutes and the implement of functions of the syst
em (including signing up on the net, submitting photogra
ph, querying result, maintain systematically, etc), and
the specialties and security design of this system. Fina
lly expound the matter and shortage of the system, in or
der to ameliorate better in the future .
总页数 32 第 4 页
Keywords:PHP, Mysql, Apache, database, DB implement, data
source,E-GovermentAffair .
目 录
第一 章 引言……...…………………………….…………………3
§1.1 问题的提出….…………………..………………..3
§1.2 设计方案…….…………………..………………..3
§1.3 系统运行环境.…………………..………………..4
第 二章 设计的理论依据…………………………………………5
§2.1 Linux + Apache + MySQL + PHP 最优组合…5
§2.2 PHP, Apache, Mysql , Linux 介绍……….……...6
§2.2.1 PHP……………...…………………………….6
§2.2.2 Apache……...………………………….……...7
§2.2.3 Mysql………...……………………………..…7
§2.2.4 Linux…...……………………………………...8
§2.3 安装及注意事项………………………………...8
第三章 开发过程……………………...……………………….…10
§3.1 设置服务器….………………...…………………10
§3.2 设置数据库…………………………………...….10
§3.2.1 创建数据库和数据表……….………...…...10
§3.2.2 数据库连接…………………...……………13
§3.2.3 创建数据源…….……...………..………….13
§3.3 系统功能实现…………………………………….14
§3.3.1 系统登录………..………………….………14
§3.3.2 教材规章制度……….…..…………………15
§3.3.3 重要通知…………...……………………....15
§3.3.4 最新教材信息…………….…..……………15
§3.3.5 信息查询…………………………..……….16
§3.3.6 管理员模块…………….……..……………20
§3.3.7 相关功能链接…………………..…….…....28
总页数 32 第 5 页
第四章 结束语…………………………………...…………….…29
第 五 章 参考文献…………………………..…...…………….…29
第一 章 引言
§1.1 问题的提出
在电子计算机技术发展日新月异的今天,计算机技术、网络技术和信
息技术的发展和应用早已深入到了各行各业,并发挥着它们的巨大潜力,
特别是网络的高速化、广泛化发展和运用。在我国,各类企业的改革,一
切都在朝着社会化、高效化、智能化发展,管理体制的改革更是进行着大
手笔。但是,国家高校职能的改革程度还远远不够。高校教材管理系统
是计算机技术和网络迅速发展的一个高校办公应用解决方案。高校教材管
理系统将 Internet 网络技术与现代管理观念相融合,针对信息技术的特
点对办公系统进行规划和重构,对高校内部信息流进行优化及合理配置,
生成动态的、安全的、专有的数字化信息源,将办公体系全面自动化,流
程化,数字化。以此为桥梁,横向连接同事间的交流与协同工作,纵向实
现上下级一体化的高效办公体系,从而更明确、更有效地支持高校的管理
和决策。
§1.2 设计方案
本系统采用 B/S 结构,所有的程序及数据都放在服务器上,终端在取
得相应的权限后使用 Web 页面浏览,录入,修改等功能。在语言方面使用
PHP 语言,在数据库上我们为了节约成本,采用了免费的 MySQL 数据库
(当然,也可以移植到 Oracle 上),服务器使用 Apache Web 服务器。
处理流程如下图:
外部实体
显示或打
印
高校教材管
理系统
系统