毕业论文 彩信网站的建立.doc
约37页DOC格式手机打开展开
毕业论文 彩信网站的建立,摘要本文用采用java语言,研究和完成了彩信动态网站的制作。首先本文先分析了彩信的市场现状和前景,然后研究了一下彩信送彩信sp下发到用户手机的流程通道。接着介绍了一下彩信前台的制作,前台可以采用frontpage制作,在制作时要特别注意在网页中加的标签。然后着重介绍了网站的几个后台程序,主要是这些程序的功能的实现的方法...
内容介绍
此文档由会员 ljjwl8321 发布
摘要
本文用采用JAVA语言,研究和完成了彩信动态网站的制作。
首先本文先分析了彩信的市场现状和前景,然后研究了一下彩信送彩信SP下发到用户手机的流程通道。接着介绍了一下彩信前台的制作,前台可以采用FrontPage制作,在制作时要特别注意在网页中加的标签。然后着重介绍了网站的几个后台程序,主要是这些程序的功能的实现的方法,信息在网站里的传输,以及各模板的调用。
最后,在完成了网站后谈了谈网站测试的方法。测试网站是最重要的是要认真细心,这个过程对于一个网站来说非常重要,应建立长期测试的计划。
结果把网站挂到服务器上终于完成了它的预期功能——发送用户点播彩信。
ABSTRACT
The article discusses and studies the design and building of MMS dynamic website with Java language.
The article first analyzes current situation and future prosperity of MMS market. Next it studies the flow channel of MMS from certain SP to users’ mobile phones. Then it introduces foreground production of web pages with FrontPage program, paying special attention to the labels affixed to web pages. It also introduces several background programs for web site, including their functions and application, information transmission inside website and adoption of various templates.
At last, it discusses the testing method for web site. It is very important to set up a long-term testing plan for a certain web site.
The utmost purpose of above discussion is to establish the web site on server and carry out it designed function, to transmit booked MMS to users’ mobile phones.
目录
第一章 引言
1.1 彩信业务发展的现状与前景……………………………………………………5
1.2 彩信网站建立的意义……………………………………………………………6
第二章 相关技术
2.1 Java技术………………………………………………………………………… 7
2.2 彩信传送通道……………………………………………………………………8
第三章 彩信网站的基本组成部分
3.1 网站前台页面的组成和功能………………………………………………… 10
3.2 网站的主要后台程序介绍及功能…………………………………………… 11
3.3 网站的数据库主要内容……………………………………………………… 11
第四章 彩信网站的总体设计与分析
4.1 前台页面的制作………………………………………………………………14
4.1.1 网页前台效果的制作………………………………………………………………… 14
4.1.2 网页中的标签 …………………………………………………………………………14
4.1.3 概述…………………………………………………………………………………… 16
4.2 主要后台程序的编写…………………………………………………………16
4.2.1 用户点播彩信流程图………………………………………………………………… 16
4.2.2 控制文件config…………………………………………………………………………18
4.2.3 方法调用类methods……………………………………………………………………18
4.2.4 index中的功能实现的编写…………………………………………………………… 19
4.2.5 browse中的功能实现的编写………………………………………………………… 22
4.2.6 mmsdiy主要功能实现的编写………………………………………………………… 26
4.2.7 mmsdiyconfirm的编写………………………………………………………………… 28
4.2.8 Send功能实现的编写………………………………………………………………… 29
第五章 彩信网站的测试……………………………………………………………34
第六章 展望与总结……………………………………………………………………35
第七章 致谢………………………………………………………………………………36
第八章 参考文献……………………………………………………………………… 37
本文用采用JAVA语言,研究和完成了彩信动态网站的制作。
首先本文先分析了彩信的市场现状和前景,然后研究了一下彩信送彩信SP下发到用户手机的流程通道。接着介绍了一下彩信前台的制作,前台可以采用FrontPage制作,在制作时要特别注意在网页中加的标签。然后着重介绍了网站的几个后台程序,主要是这些程序的功能的实现的方法,信息在网站里的传输,以及各模板的调用。
最后,在完成了网站后谈了谈网站测试的方法。测试网站是最重要的是要认真细心,这个过程对于一个网站来说非常重要,应建立长期测试的计划。
结果把网站挂到服务器上终于完成了它的预期功能——发送用户点播彩信。
ABSTRACT
The article discusses and studies the design and building of MMS dynamic website with Java language.
The article first analyzes current situation and future prosperity of MMS market. Next it studies the flow channel of MMS from certain SP to users’ mobile phones. Then it introduces foreground production of web pages with FrontPage program, paying special attention to the labels affixed to web pages. It also introduces several background programs for web site, including their functions and application, information transmission inside website and adoption of various templates.
At last, it discusses the testing method for web site. It is very important to set up a long-term testing plan for a certain web site.
The utmost purpose of above discussion is to establish the web site on server and carry out it designed function, to transmit booked MMS to users’ mobile phones.
目录
第一章 引言
1.1 彩信业务发展的现状与前景……………………………………………………5
1.2 彩信网站建立的意义……………………………………………………………6
第二章 相关技术
2.1 Java技术………………………………………………………………………… 7
2.2 彩信传送通道……………………………………………………………………8
第三章 彩信网站的基本组成部分
3.1 网站前台页面的组成和功能………………………………………………… 10
3.2 网站的主要后台程序介绍及功能…………………………………………… 11
3.3 网站的数据库主要内容……………………………………………………… 11
第四章 彩信网站的总体设计与分析
4.1 前台页面的制作………………………………………………………………14
4.1.1 网页前台效果的制作………………………………………………………………… 14
4.1.2 网页中的标签 …………………………………………………………………………14
4.1.3 概述…………………………………………………………………………………… 16
4.2 主要后台程序的编写…………………………………………………………16
4.2.1 用户点播彩信流程图………………………………………………………………… 16
4.2.2 控制文件config…………………………………………………………………………18
4.2.3 方法调用类methods……………………………………………………………………18
4.2.4 index中的功能实现的编写…………………………………………………………… 19
4.2.5 browse中的功能实现的编写………………………………………………………… 22
4.2.6 mmsdiy主要功能实现的编写………………………………………………………… 26
4.2.7 mmsdiyconfirm的编写………………………………………………………………… 28
4.2.8 Send功能实现的编写………………………………………………………………… 29
第五章 彩信网站的测试……………………………………………………………34
第六章 展望与总结……………………………………………………………………35
第七章 致谢………………………………………………………………………………36
第八章 参考文献……………………………………………………………………… 37