1 / 40
文档名称:

毕业设计论文-网站网页设计.docx

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

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

分享

预览

毕业设计论文-网站网页设计.docx

上传人:小雄 2021/10/31 文件大小:112 KB

下载得到文件列表

毕业设计论文-网站网页设计.docx

文档介绍

文档介绍:摘要 1
前言 2
第一章 软件介绍 3
1 PHP 与 MySQL 简述 3
7
第二章 系统安装与配置 8
1软件下载 8
2 在 Windows 上安装 Apache 和 PHP 10
3在Windows上安装并配置MySQL 11
第三章PHP动态网页设计 14
1网页要实现的功能 14
2系统的设计和实施方案 14
第四章MYSQL数据库设计 21
1 MySQL 的 SQL 命令 21
23
第五章PHP与MYSQL动态连接 25
25
25
PHP对数据表的操作 28
PHP对数据表记录的操作 29
30
第六章结论 32
摘要
随着Web技术的发展,越来越多的网站提供个性化和动态内容,传统的静态网页逐 渐被交互式、开放式、甚至并行分布式的基于数据库的动态网页取代,以便增加更多的交 互,满足用户更高的需求。动态网页是指用户将HTTP请求发送到一个可执行应用程序而 不是一个静态的HTML文件。服务器将运行该程序以对用户响应,并将处理结果返回客户 端,或者对数据记录进行更新。目前,动态网页开发技术主要有ASP、、PHP和 JSP,为用户开发动态网页,发布实时和交互式信息提供有力的支持。本文涉及了 PHP,MySQL 与Apache的下载,安装和配置。并用其技术设计了一个监测网页,实现对一个点的电压、 电流及功率的监测。
关键字:静态网页 数据库 动态网页 服务器PHP MySQL Apache
Abstract
With the development of Web technology, more and more sites provide personalized and dynamic content. The traditional static Web pages are replaced by interactive, open, and even distributed parallel dynamic web pages based database gradually in order to increase more interactive to meet the higher needs of the user. Dynamic Web pages means that the HTTP is requested to sent to an executable application instead of a static HTML file. The server would either run the program as response and return the results,or update the data records. Currently, the key development technologies of dynamic web include ASP, , PHP and JSP,strongly support users to develop dynamic Web pages, publish real-time and interactive information. This article deals with the download, install and configure of PHP, MySQL and Apache. And use its technology to design a monitoring web page to achieve the monitoring the voltage, current and power of a point.
Key words: static web pages database dynamic web pages server PHP MySQL Apache
、,. 、.
刖日
PHP语法简单非常易学易用,很利于快速开发各种功能不同的定制网站。由于其免费、 开源,它往往和同样免费、开源的Apache和MySQL搭配使用,可以非常快地搭建一套功 能丰富的动态网站。PHP功能的强大在于它与数据库的超强整合。数据库,顾名思义,是 存入数据的仓库,这个仓库是在计算机存储设备上,按一定格式存放数据的,其好比是一 个文件夹,用于集中存储组织和访问所有信息。一个好的网站离不开一个功能强大的数据 库。MySQL是开源软件,选择MySQL是最节省成本的做法,而且Apache