1 / 71
文档名称:

一个例子-php+mysql毕业设计.doc

格式:doc   大小:1,001KB   页数:71页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

一个例子-php+mysql毕业设计.doc

上传人:陈潇睡不醒 2018/7/1 文件大小:1001 KB

下载得到文件列表

一个例子-php+mysql毕业设计.doc

文档介绍

文档介绍:小二号黑体,居中
百色职业学院

计算机应用专业毕业论文
论文题目:网站建设

学生姓名:骆卓新
学号:140682014148
指导教师:()
企业指导教师:陈军霖
专业:计算机应用
年级:高职13计算机班

 
百色职业学院XXX系
毕业论文声明
 
本人郑重声明:所呈交的毕业论文,是本人在老师指导下,进行实践工作所完成的。除文中已经注明引用的内容外,本论文的成果不包含任何他人创作的、已公开发表或者没有公开发表的作品的内容。对本论文所涉及的研究工作做出贡献的其他个人和集体,均已在文中以明确方式标明。本论文声明的法律责任由本人承担。
签名:
年月日
网站建设
摘要:部网站的建立有助于系部开展网上宣传活动。它描述了系部网页、后台管理系统和网上学生管理系统的设计过程,分析了后台管理系统的技术亮点,给出了部分数据库操作的程序代码。随着该网站的投入使用,系部的管理效率有了明显的提高。我的毕业设计课题题目——信息工程系网站建设。它是一个宣传性网站,通过该网站,可以为教师、学生及外界人员提供全面的系部信息,更好的促进系部的宣传。本网站的建立主要是用Dreanweaver 8和php语言实现的。利用网页编程工具Dreanweaver8进行前台开发,构建网站框架,便于对各种数据资源不断更新和维护;建立完成的信息工程系网站基本上可以满足预期要求,实现网上宣传和推广的效果。
关键词:PHP语言 Dreanweaver 8 V9
Abstract
Teaching resources is not only indispensable students’ learning, but also is an important way for teachers to guide students after class. A scientific teaching resource management system can not only meet the teacher to release the teaching resources helping students’ learning in time and at any time, but conducive to improve the students’ ability for solving problems by themselves.
This paper is written on the basic of the idea of software engineering, with the PHP language development in the teaching resource management system includes the backstage landing module, teaching information module, teaching resource module, online message module, course management module, website management module, and so on. It aims to meet the actual needs for the teaching resource management work.
Key words:Teaching resource management system; Information management; PHP
目录
摘要 I
Abstract II
前言 1
第1章绪论 2
系统开发背景 2
2
2
2
3
第2章网上购物系统设计与需求分析 4
4
6
6
7
7
7
8
第3章系统的开发技术及主要架构 9
9
9
9
基于MVC的应用开发模型 10
第4章系统的功能和流程分析 12
12
平台功能模块的设计分析 12
系统流程分析 13
13
13
14
15