毕业论文---会计核算管理系统.doc

约63页DOC格式手机打开展开

毕业论文---会计核算管理系统,论文标准word格式排版63页 24705字[摘要]本系统研发的目的是为了辅助人工完成日常生活中复杂而烦琐的凭证处理工作,并且要保证系统的安全性。系统的开发流程主要采用rational统一过程法(rup),系统采用internet/intranet应用模式,应用主要建立在b/s结构下,可以辅助以c/s结构,用户界面以浏...
编号:25-256633大小:632.00K
分类: 论文>计算机论文

内容介绍

此文档由会员 莎士比亚 发布

论文标准WORD格式排版63页 24705字

[摘要] 本系统研发的目的是为了辅助人工完成日常生活中复杂而烦琐的凭证处理工作,并且要保证系统的安全性。系统的开发流程主要采用Rational统一过程法(RUP),系统采用Internet/Intranet应用模式,应用主要建立在B/S结构下,可以辅助以C/S结构,用户界面以浏览器为主。同时也可采用三层应用体系结构,即数据库服务器、应用服务器和前台。功能模块主要分为登录模块,凭证录入模块,凭证查询模块,凭证修改以及系统管理模块,各个子系统尽量采用模块化的设计,使子系统之间的关联规范化,减少程序上的依赖性。在系统开发过程中,系统主要涉及设计模型,用例模型,JAVA编程,JSP技术和数据库开发等知识。系统的开发环境为 Borland JBuilder +Tomcat。通过系统开发,检验对JAVA有关技术和数据库开发技术的掌握,加深对Rational统一过程法的理解,熟悉完整的软件开发流程。
[主题词] 凭证处理;会计;Rational统一过程法;应用模式 。

Accountant Check Manage System Software Engineering

[Abstract] The purpose of this study system is to assistant people to accomplish complex voucher disposing tests in daily life, and to ensure the system's security. The exploitation flow of the system mostly adopts Rational unite process (RUP),and the system adopts Internet/Intranet application mode, appliance mostly based on B/S framework .It can assistant C/S framework .Majority of the interface users are blowser .At the same time, it also can use the three layer apply system form,namely database server、apply server and proscenium .The function part mainly contains login module,voucher put-in module,voucher demand module,voucher modification as well as system manage module. Each subsystem adopts blocking design to the best of my abilities,to making each subsystem’s relationship standardization,and reducing the depend on program .At the possess of this system exploitation ,it involves the knowledge of design model ,use case model,JAVA program ,JSP technic and database exploitation. The environment of the system exploitation is Borland JBuilder and Tomcat. Through the exploitation of this system, to check the technology of JAVA and to predominate technology of VF, deeply improving the understanding of Rational, and acquainting the process of developing of the softwards.

[ key word ] Voucher disposing ; accountant ; Rational unite process ; application mode.


目录
1 综述 1
2 核算系统简介 1
2.1基本的会计核算知识: 2
2.2JSP技术知识介绍 2
2.2.1 JSP的运作模式和JSP的优点 4
2.2.2 JSP中的session使用 5
2.3数据库知识 6
2.3.1数据建摸工具Power Desiginer 6
2.3.2 SQL知识介绍 8
2.3.3在JBuilder中使用com.microsoft.jdbc.sqlserver.SQLServerDriver 8
2.4开发环境 9
2.4.1 Tomcat知识介绍 9
2.4.2 JBuilderX 简介 12
3 开发过程 13
3.1需求分析阶段 13
3.1.1主要的用例图 13
3.1.2相对应的主要事件流 13
3.1.3简单的时序图 17
3.1.4数据库设计和开发 17
3.2开发阶段 21
3.2.1登录模块 21
3.2.2凭证录入模块 22
3.2.3凭证查询模块 23
3.2.4凭证修改模块 23
总 结 24
参考文献 25
声 明 26
致 谢 27
附录1 源代码(模块代码主体部分) 36
附录2 翻译(原文和译文) 54
..........