- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
精品优秀毕业设计论文资料,已通过知名高校导师审核认可并通过答辩,更多详情资料科咨询上传本人!
分类号:TP315 U D C:D10621-408-(2007)5746-0
密 级:公 开 编 号:2003215065
成都信息工程学院
学位论文
论文格式化系统
——后台模块的设计与实现
论文作者姓名: 余栋梁 申请学位专业: 网络工程 申请学位类别: 工学学士 指导教师姓名(职称): 高宏宇(讲师) 论文提交日期: 2007年06月10日
论文格式化系统
——后台模块的设计与实现
摘 要
论文的格式修改是一件很麻烦的事情,一篇论文在定稿以前为了让格式达到标准,需要修改很多次,浪费了大量时间。本系统的设计初衷就是为了解决论文书写格式的规范化,方便学者论文格式的自动生成。
本系统是基于Java平台的Web应用程序。采用JSP作为后台开发语言,HTML和JavaScript作为前台开发语言,MYSQL5.0作为后台数据库,系统具有稳定性高、可移植性强等特点。
本系统中文档数据的传输和存储均使用XML形式,以XML作为数据的中间状态,便于以后进行系统的扩展。完成了论文的格式化,生成格式化后的word文件和PDF文件,并提供给用户进行下载。
本系统设计过程中使用了当前比较流行的技术,比如使用AJAX技术来进行注册验证,系统架构使用B/S模式进行设计。
关键词:格式化;移植性;数据库The Essay Formatting System
——Server-side Design and Implementation
Abstract
Modification the format of thesis is always a troublesome thing. In order to make the thesis match the format before the final version or text need many times amending, which is a waste of time. This system is mean to solve the problem which can modify the format of the thesis automatically, and create the format easily.
This system is a web application based on Java platform. JSP is the background program language while html and JavaScript as the forestage program language. The system is stable and can be replanted by using the MYSQL5.0 as the database.
The transmission and storage of the document in the system are all using xml form. Using the xml as the middle state of the data is convenience for the system expending, after the format of the thesis will create a formatted word or PDF document.
This system is designed by using the most popular technology, such as AJAX technique to check registration. This system is designed based on b/s mode.
Key words: format; replant; database目 录
论文总页数:27页
1 引言 1
1.1 课题背景 1
1.2 国内外研究现状 1
1.3 本课题研究的意义 1
1.4 本课题的研究方法 1
2 论文格式化系统总体设计 2
2.1 论文格式化系统的需求分析 2
2.1.1 功能需求 2
2.1.2 性能需求 2
2.2 论文格式化系统选型 2
2.2.1 设计语言的选择 3
2.2.2 数据库的选择 4
2.2.3 开发工具的选择 5
2.2.4 文档转换技术的选择 5
2.3 环境搭建 6
2.3.1 安装jdk 6
2.3.2 安装Tomcat 6
2.3.3 安装Mysql 7
2.3.4 安装JDBC驱动程序: 7
3 论文格式化系统详细设计 7
3.1 系
文档评论(0)