你好,欢迎来到经管之家 [登录] [注册]

设为首页 | 经管之家首页 | 收藏本站

  • 印染企业进销存管理系统_计算机专业论文范文

    计算机专业论文范文 摘要 印染企业进销存管理系统是一个基于Internet的应用系统,由于当前的进销存管理工作基本还处于手工和半自动信息化处理状态,而本系统就是应运而生的一个基于Internet的完全自动信息化的系统。企业单位只需具备访问Internet的条件即可在系统发布的站点上进行进销存的管理。在图形化的人机界面中完成日常的进销存管理工作。一方面摆脱了时间和空间的限制,另一方面有效地解决了数据共享的问题。 本论文主要讲述了利用 JSP + Tomcat + MySql 开发一个基于 WEB 的印染企业进销存管理系统。通过开发此系统,详细讲述了数据库的开发以及核心程序的具体实现。整个系统以符合操作简便、界面友好、灵活、实用、安全的要求为出发点,完成进货、销售、库存管理的全过程。提供了一套比较完善的印染企业进销存WEB系统开发方案。 关键词:JSP,管理系统,进销存 ABSTRACT Dyeing enterprise inventory management system is an Internet-based application system, since the current inventory management work is still in the basic manual and semi-automatic information processing statement, and the requirement of the system is a fully Internet-based automated information system. Enterprises can manage logistics management systems only with the conditions of Internet which are released on the site. The pattern of the man-machine interface complete inventory management of the daily work. While out of time and space constraints and effective solution to the data sharing problem. This paper describes the use of JSP + Tomcat + MySql development of a Web-based dyeing enterprise logistics management systems. Through the development of this system, describes the concrete realization of the development of the database and core program. The entire system to comply with the simple, friendly interface, flexible, practical and safety requirements as a starting point to complete the purchase, sale, inventory management throughout the entire process. Provide a more complete dyeing enterprise Web Invoicing System Development program. Keywords : JSP ,Management System ,Invoicing 目录 摘要I ABSTRACTII 第1章 绪论1 1.1背景 1 1.2进销存系统的发展策略1 1.3 研究内容 2 1.3.1 开发技术的分析2 1.3.2 本课题的可行性2 1.3.3 本课题的实现目标3 第2章 技术背景4 2.1 动态网页技术 4 2.2 动态网页技术的比较 4 2.2.1 JSP技术的强势4 2.2.2 JSP技术的弱势5 2.3 Tomcat服务器 5 2.4 MySql数据库 6 2.5 本章小结 6 第3章 需求分析7 3.1 需求分析原则 7 3.2 需求功能分析 7 3.3 本章小结 10 第4章 系统设计11 4.1系统分析 11 4.1.1 设计原则11 4.1.2 系统设计目标11 4.1.3 系统的体系结构11 4.1.4 数据流图12 4.2 系统功能模块 12 4.3 数据库设计 14 4.3.1数据库设计原则14 4.3.2 数据库E-R图设计14 4.3.3 数据库表单的设计16 4.4 本章小结 19 第5章 系统实现20 5.1 编码实现原则 20 5.2 系统模块的设计与实现 20 5.2.1 系统设置管理模块的设计与实现20 5.2.2 基础信息管理模块的设计与实现22 5.2.3 商品采购模块的设计与实现24 5.2.4 产品销售模块的设计与实现26 5.2.5 加工处理模块的设计与实现28 5.3 本章小结 29 第6章 系统测试30 6.1 软件介绍 30 6.2 测试的作用和意义 30 6.3 测试方法 30 6.4 系统配置要求 30 6.5 测试用例 31 6.5.1 原料库存模块测试31 6.5.2 原料采购模块测试32 6.5.3 产品库存模块测试32 6.5.4 产品销售模块测试33 6.6 本章小结 34 第7章 结论35 致谢36 参考文献37

  • 基于Java的语图仪的实现_计算机专业论文范文

    计算机专业论文范文 摘要 语图仪能把声音信号转变为可见语谱图。从语谱图观察声音信号的频率、幅度和时间等物理参量以及这3者之间的动态关系,从而了解被测信号的声学本质。使用语图议不仅能阐明异常语音部分的构造、强弱,还能观察到其瞬间变化,使异常语音“视觉化”。声音图象与临床检查相结合,可为明确诊断、客观评价腭裂语音和语音训练提供有意义的理论依据。 本文介绍了一种基于PC 的语图仪。利用虚拟仪器的思想和短时傅里叶变换的理论, 论述了基于PC 的语图仪的设计原理, 分析了不同参数选取对处理结果的影响, 介绍了该语图仪的编程和实现方法。测试和实际应用证明该语图仪使用方便, 实用性强。 关键词:语图仪,时频分析,语谱图,短时傅里叶变换 ABSTRACT Sound Spectrography can make sound signals into a visible spectrogram. We can observe from the spectrogram the frequency of the sound signal, amplitude and time of physical parameters, and the dynamic relationship among them,then we can understand the nature of the measured acoustic signals. Using the Sound Spectrography we can not only clarify abnormal voice part of the structure, strength, but also can we observe the transient of voice, in another word, we can "see" the sound. Sound image and the combination of clinical examination, can provide a meaningful theoretical basis for diagnosis and objective eva luation of cleft palate speech and speech training. In this paper, a spectrogram based on PC is presented by using the idea of Virtual Instrument (VI) and the Short Time Fourier Transform (STFT) , design principle of the spectrogram is discussed, the affection between different parameters and programming realization are also analysed. At last, test and application indicate the good function. Keywords: Sound Spectrography, time frequency analysis, spectrogram, STFT 目 录 摘要I ABSTRACTII 第1章 引言1 1.1 背景1 1.2 研究内容2 第2章 语图仪的设计原理3 2.1 语图仪的基本设计原理3 2.1.1 语音信号处理3 2.1.2 语图仪及语谱图的分析5 2.1.3 短时傅里叶变换7 2.1.4 窗函数的选择7 第3章 语图仪的实现方法9 3.1 本文设计介绍9 3.2 语图仪的设计流程与模块9 3.2.1 数据采集模块9 3.2.2 数据处理模块12 3.2.3 图形显示模块15 第4章 软件实现的结果18 4.1 音频采集模块18 4.1.1 参数设置18 4.1.2录音过程19 4.2 数据处理过程19 4.3 波形与语图的显示20 第5章 结束语22 致谢23 参考文献24 附录 主要源代码25

  • 会员管理系统_计算机专业论文范文

    计算机专业论文范文 摘 要 在当今的信息化时代,随着Internet的飞速发展,基于Web的网络服务已得到广泛的应用,同时也催生了一个个新生产业。ASP作为Web开发中的中最广泛的工具之一,充分体现了此项技术的生命力。越来越多的社会机构,学会、协会都希望有一个在线的面向用户的会员管理信息系统。使用户在网上就可以申请入会、学会后台管理员在网上就可以很方便的处理会员的信息。本文简要介绍了ASP技术特点, Dreamweaver8 的功能,融合ASP + Access,实现动态交互功能,用IIS5.1作为Web服务器,用Access作为后台数据库管理系统。 本系统论文主要是管理会员的资料。重点介绍其功能:信息添加、信息修改、信息的删除及信息查询。使用进行静态页面设计,应用ASP程序进行后台管理操作,并用Access进行后台数据库的连接设计。主要是以四大功能进行系统的设计和实现。 关键字:会员管理系统,Asp,Web,Access ABSTRACT In this information time, along with the rapid development of Internet, Obtained the widespread application based on the Web network service, simultaneously has also expedited a each one newborn industry. ASP took one of in Web development center most widespread tools, has fully manifested this technical vitality. More and more social organization, the academic society, the association all hoped has on-line face user's member management information system. On-line service enables the user to be allowed to apply to join a society. The academic society, the backstage manager is on-lineman the very convenient processing member's information. This article briefly introduced the ASP technology characteristic, the Dreamweaver 8 functions, fuse ASP + Access, the realization dynamic interactive function, with IIS5.1 took the Web server, takes the backstage database management system with Access. This paper mainly about the member's material. Key introduces its function: The information increases, the information revision the information deletion and the information inquiry. The use carries on the static page design, carries on the backstage management operation using the ASP procedure, and carries on the backstage database with Access the connection design. Mainly is carries on the system by four big functions the design and the realization. Key words:Member Management System,Asp,Web,Access 目 录 摘 要I ABSTRACTII 第1章 绪论1 1.1 背景1 1.2 研究内容1 第2章 开发工具的介绍3 2.1 Web开发技术概述3 2.1.1 ASP技术介绍3 2.1.2 ASP开发工具4 2.2 ASP技术环境配置5 2.2.1 安装IIS5 2.2.2 IIS的配置5 2.3 Access数据库的介绍5 2.4 本章小结6 第3章 系统的需求分析及其设计7 3.1 系统的需求7 3.2 会员管理系统的设计功能7 3.3 本章小结8 第4章 系统的实现9 4.1 数据库的设计9 4.2 数据库的连接12 4.3 本章小结13 第5章 前台系统的主要功能14 5.1 实现注册功能15 5.2 会员留言的发表17 5.3 密码找回功能18 5.4 本章小结19 第6章 后台管理模块的功能20 6.1 会员状态的审核20 6.2 等级管理模块22 6.3 系统新闻管理功能24 6.4 会员信息的管理24 6.5 系统测试25 6.6 本章小结26 第7章 结论27 致谢28 参考文献29

  • 中国移动人工充值系统的设计_计算机专业论文

    计算机专业论文范文 摘要 中国移动和中国联通是中国现在手机业的两个巨头。话费充值业务是他们的一项主要业务,该平台的设计要求非常之高。 本文论述了中国移动人工充值系统的设计过程,该系统主要采用JSP+JavaBean模式,以Microsoft SQLServer2000作为后台数据库的支撑,JSP技术开发前台,以JavaBean来连接数据库系统。本文的论述中主要包括了人工充值平台的业务受理模块、开/停机模块、挂失申请和员工工具里的业务宝典的设计和开发。经过四个月的设计开发,现已能实现所有的功能,达到了原定的计划。 关键词: 人工充值平台,中国移动,Eclipse,JSP Abstract China Mobile and China Unicom are two main members of mobile phone industry in china. Credits business calls is one of the main business, which is why it requested the platform is very high. This paper discusses the China Mobile artificial recharge system design process, The system is mainly used JSP + JavaBean model Microsoft SQLServer2000 as a background database support, JSP technology development prospects JavaBean to connect to database systems. This paper discussed with the majority of artificial recharge platform business admissibility module on / stands module, reported loss for the staff and the operational tools Lane book design and development. After four months of design and development, is now able to achieve all the functions to the original plan. Key word: Artificial Recharge platform,China Mobile ,Eclipse ,JSP 目录 摘要I AbstractII 第1章 绪论1 1.1 中国移动的充值业务的发展1 1.2研究内容2 第2章 充值平台总介及其实现技术3 2.1 平台构建理念3 2.1.1 系统结构和功能3 2.1.2 系统体系设计3 2.1.3 应用情况5 2.2 系统开发相关介绍5 2.2.1 系统开发技术介绍5 2.2.2 主要的开发工具介绍8 2.3 本章小结12 第3章 系统和功能分析13 3.1 用户需求分析13 3.2 系统流程分析14 3.2.1 数据业务流程分析14 3.2.1 12580业务流程分析15 3.2.3 套餐业务流程分析16 3.2.4 开/停机业务流程分析17 3.2.5 挂失申请流程分析18 3.3主要业务的E-R图19 3.4 数据表分析19 3.5系统功能模块简介21 3.5.1 系统结构图21 3.5.2 业务受理模块22 3.5.3 开/停机业务模块23 3.5.4挂失申请模块23 3.5.5员工工具模块23 3.6 本章小结23 第4章 开发过程说明及相关代码设计24 4.1 登录界面24 4.2 业务受理模块的实现25 4.2.1 数据业务的实现25 4.2.2 12580业务的实现27 4.2.3 套餐业务实现28 4.3开/停机的业务的实现30 4.4申请挂失业务的实现31 4.5业务宝典实现34 4.6 本章小结34 第5章 结果测试和分析36 5.1 本章小结37 第6章 结论38 致谢39 参考文献40

  • 基于VC++的画板软件_计算机专业论文范文

    计算机专业论文范文 摘要 文章介绍了基于VC++编译环境,采用C++语言编写画板软件的分析与设计过程。 主要思路是利用MFC针对用户鼠标的移动与点击,编写代码来做出相应的响应,实现画板功能。主要编写代码的流程为:一、新建虚基类,编写虚函数和公有成员;二、新建派生类,编写各自的公有函数实现具体的功能;三、将用户的操作和派生类的具体功能相结合,编写用户操作要执行的代码;四、编写代码实现画板的保存;五、对整个程序进行调试,提高代码效率。 本次设计,基本实现画板软件画线、画圆和画方的功能,并添加了保存和打开功能。 关键词: 画板软件,VC++,MFC,C++ ABSTRACT This thesis introduces the analysis and design of the sketchpad software based on VC + + compiler environment and the language of C++. The main ideas is using MFC to write out the code to respond the user’s mouse movements and clicks ,to realise Sketchpad features. The main process of program is: first, build new virtual base classes,program virtual functions and public members.second, build new derived class, write their own specific functions to achieve the Specific function. Third,conbain the user's operation and the specific function of derived classes, program the code of user's operation . Forth, program the code of saving function. Fifth, debugging the program, improve the code efficiency. This design, basically realise sketchpad software’s functions of drawing lines, circles, and square ,and add save and open functions. Keywords: ketchpad software, VC++, MFC, C++ 目录 摘要I ABSTRACTII 第1章 引言1 1.1 背景1 1.2 研究内容1 第2章 概念介绍3 2.1 VC++3 2.2 MFC4 2.3 C++4 第3章 画板基本功能的设计5 3.1 总体的设计思路5 3.2 为什么要使用抽象类7 3.3 抽象类的设计7 3.4 由基类到派生类8 3.5虚函数和多态性9 3.6 利用VECTOR实现动态增长10 3.6.1 STL介绍10 3.6.2 向量vector10 3.7 选择画图工具11 3.8 鼠标左键按下的响应11 3.9 鼠标移动时的响应11 3.10 鼠标左键弹起时的响应13 3.11 重要的OnPaint13 第4章 画板附加功能的设计14 4.1 颜色功能14 4.2 粗细功能15 4.3 保存功能17 4.4 打开功能17 第5章 结束语18 致谢19 参考文献20 附录1 类的部分源代码21 附录2 功能实现的部分源代码25

  • 在线购物网站的设计与实现_计算机专业论文范文

    计算机专业论文范文 摘要 网上购物的环境条件日趋成熟,它突破了传统商务的障碍,无论对消费者、企业还是市场都有着巨大的吸引力和影响力。因此我决定制作一个在线购物网站。 本系统是使用ASP架构一个动态的在线购物网站,它是在Windows XP下,利用IIS建立运行环境,再利用ODBC(数据源)建立数据连接关系及其提供的各种组件,以Access为数据库开发平台,利用Dreamweaver8开发的网上购物系统。 文中着重论述了该网站的功能与实现、数据流程与存储、网上购物、后台管理,配置测试服务器等。本网站分前台部分和后台部分,前台部分主要包括用户注册,购物车管理,订单管理,个人资料管理等功能;后台部分由管理员使用,主要包括商品管理,处理订单,用户信息管理等功能。 关键词:在线购物系统,动态服务器页面,数据连接 ABSTRACT Online shopping environment matures, it broke through the barriers of traditional business, both for consumers, enterprises still have significant market appeal and influence. Therefore I have decided to create an online shopping site. The system is a dynamic framework for the use of ASP's online shopping site, it is in Windows XP using IIS to run the establishment of the environment, re-use ODBC (Data Source) to establish data connections and to provide a variety of components to Access database development platform, using the online shopping Dreamweaver8 system development. The article focuses on the functions of the site and implementation, data flow and storage, online shopping, backstage management, configure the test server.Front part of this website and the background of some of the major prospects, including user registration, shopping cart management, order management, personal information management features such as; background in part by the administrators, including merchandise management, processing orders, customer information management. Keywords: Online shopping systems, dynamic server pages, data connections 目录 摘要.................................................................I ABSTRACT............................................................II 目录...............................................................III 第1章 引言..........................................................1 1.1 背景.........................................................1 1.2 设计内容.....................................................2 第2章 网站开发工具介绍..............................................3 2.1 Dreamweaver8 开发软件简介....................................3 2.2 ASP 介绍.....................................................3 2.3 Microsoft Access2000 简述....................................4 第3章 网上购物系统的设计............................................6 3.1 购物网站建站过程.............................................6 3.2 购物系统的用户购物流程.......................................6 3.3 系统功能模块设计.............................................7 3.4 数据表设计 ..................................................8 第4章 网站各模块制作介绍 ..........................................11 4.1 前台页面介绍 ...............................................11 4.1.1 网站主页面 ...........................................11 4.1.2 登录注册页面 .........................................14 4. 1. 3 商品浏览页面 .........................................14 4.1.4 购物车页面 ...........................................15 4.2 后台模块介绍 ...............................................16 4.2.1 常规设置模块 .........................................16 4.2.2 商品管理模块 .........................................16 4.2.3 信息管理模块 .........................................18 4.2.4 VIP 管理模块..........................................18 4.2.5 用户管理模块 .........................................18 4.2.6 数据处理模块 .........................................19 第5章 系统配置说明 ................................................20 5.1 搭建服务器平台 .............................................20 5.1.1 IIS 的安装 ...........................................20 5.1.2 设置服务器 ...........................................20 5.2 创建数据库链接 .............................................21 第6章 结束语 ......................................................23 致谢 ...............................................................24 参考文献 ...........................................................25 附录 网站网页代码 ..................................................26

  • 数字电视中间件技术_计算机专业论文范文

    计算机专业论文范文 摘要 数字电视的出现是电视广播史上最重大的事件之一,它不仅大大提高了电视音频和视频的质量,还改变了传统的收视模式,能够提供电视网站、视频点播、系统在线升级、信息服务等多项增值业务。 本项目是以数源科技股份有限公司的辽宁铁岭交互型机顶盒项目为背景进行研究和开发的,主要完成了以下工作: EPG排序,SMSV CAS系统,影立池数据广播和股票,SMSV马赛克和NVOD。该项目经过了公司内部测试后提交了辽宁铁岭,并得到了当地广电的认可,将于6月份正式在铁岭使用。本项目用到了国内比较常用的几种数字电视配制系统,如:新生代的CAS SMSV,老牌的影立池,将有利于公司整个中间件系统的完善。 关键词: 数字电视,中间件,嵌入式系统,Linux C语言开发 Abstract The emergence of digital television is one of the most important things in the history of telecast. It can not only improve the quality of audio and video but also change the traditional mode of watching TV. It can provide many incremental operations, such as television website, Video-On-Demand, remote education and information services. The program was studied and empoldered based on the Set-Top-Box program in Tieling, Liaoning Province, of SOYEA Science and Technology Co. Ltd, covering the following work, like EPG, SMSV CAS, ENRICH DATA BROADCAST& SHARES, SMSV MOSIAC and NVOD. It have been handed over to the local broadcasting station in that city after having been tested by the inner of the corporation and approbated by the broadcasting station. The program will be made use of in due form in June this year. Take Neozoic CAS SMSV and old-style ENRICH for example, this program employs several commonly used digital TV confect system, which will avail the consummation of the whole middleware system of the company. Keywords: Digital T.V. , Middleware, Embedded system, Linux C 目录 摘要I AbstractII 第1章 绪论1 1.1概述1 1.2课题来源及研究意义2 1.3论文章节安排3 第2章 机顶盒技术综述4 2.1机顶盒的基本概念4 2. 2数字电视机顶盒的分类及功能、特点4 2.2.1.上网机顶盒4 2.2.2.数字卫星机顶盒5 2.2.3.数字地面机顶盒5 2.2.4.数字有线电视机顶盒6 2.3有线电视数字机顶盒的关键技术8 2.3.1有线电视数字机顶盒的基本原理8 2.3.2实时操作系统9 2.3.3中间件10 2.3.4条件接收、加解扰技术10 2.3.5电缆调制解调器11 2.4机顶盒的发展趋势12 第3章 数字电视业务信息规范13 3.1 MPEG-2标准简介13 3.1.1 MPEG-2系统层简介13 3.1.2传送流13 3.2 DVB介绍17 3.2.1 DVB SI概述17 3.2.2 DVB SI分类及各表的功能分析18 3.2.3 SI表更新机制35 3.2.4 SI的加扰机制36 第4章 电子节目指南(EPG)的实现37 4.1 EPG简介37 4.2 EPG的规范37 4.3本次设计中EPG的实现37 4.3.1NIT及其描述子37 4.3.2SDT及其描述子38 4.3.3 EIT及其描述子38 4.3.4 PAT38 4.3.5 PMT及其描述子38 4.3.6 EPG的软件实现38 4.4结果图(EPG)42 第5章 数字视频广播条件接收的原理及实现方法43 5.1条件接收起因43 5.2 DVB条件接收系统的基本原理43 5.2.1加扰(Scrambling)和加密(Encryption)概念43 5.2.2系统原理44 5.3 DVB加扰方法46 5.3.1传送流级加扰在传送流级加扰的情况下,加扰算法作用于传送流分组负载。46 5.3.2 PES级加扰46 5.4条件接收信息的传送方式47 5.5本次设计中条件接收的实现49 5.5.1原理49 5.5.2加扰方式49 5.5.3获取条件接收信息49 第六章 总结51 6.1工作成果总结51 6.2心得体会51 致谢52 参考文献53

  • 欣欣房地产中介管理系统_计算机专业论文范文

    计算机专业论文范文 摘要 最近几年,我国房地产业迅猛发展。但在房地产销售中存在着一些问题,如资料管理手段落后、销售工作不规范等,这些问题导致了房地产销售行业的效率低下。为此,研制开发了一个房地产中介管理系统。本系统以Visual C++ 6.0 作为开发工具,SQL Server 2000作为后台数据库,主要包括账户管理,房产信息添加删除查询,员工管理等功能。这些基本功能的应用对于规范房地产市场运作和管理具有一定实际意义。 文章详细介绍了系统的开发与应用,主要内容有系统开发背景、系统概述、需求分析、系统设计等。同时还对采用的开发工具Visual C++ 6.0和数据库管理工具SQL Sever 2000做了简要的介绍。 关键词:房地产中介管理系统,Visual C++ 6.0,SQL Server 2000 ABSTRACT Nowadays our country’s real estate is rising rapidly. But there are also some problems in the real estate. For instance, the way to administer the data fell behind, the market work was not very proper, and so on. So this article developed the real estate sell management system. This system was developed by Visual C++, and regard the SQL Server 2000 as the background database. There are some main functions, such as to manage the account, to add or delete the real estate’s information, and so on. This system’s application has some real significance to make the real estate market specification. This article introduced the system’s development and application in detail. The main content included the the system’s background, summarize, analysis, design and so on. At the same time, this article also introduced Visual C++ and SQL Server 2000. Keywords: real estate management system, Visual C++ 6.0, SQL Server 2000 目录 摘要I ABSTRACTII 第1章 引言1 1.1 背景1 1.2 研究内容2 第2章 相关技术简介3 2.1 开发工具简介3 2.2 数据库管理工具简介4 第3章 数据库及系统功能模块设计6 3.1 数据库需求分析6 3.2 概念结构设计6 3.3 逻辑结构设计7 3.3.1 房子概况信息表7 3.3.2 房间内部信息表8 3.3.3 买房人信息表9 3.3.4 售房人信息表10 3.3.5 系统用户信息表10 3.3.6 登录日志信息表11 3.4 系统功能模块设计12 第4章 系统实现13 4.1 连接数据库13 4.2 登录模块14 4.3 账户管理15 4.4 查询房子15 4.5 房子信息17 4.5.1 用户信息18 4.5.2 人员管理19 4.6登录日志19 第5章 系统调试20 5.1 调试环境20 5.2 调试过程20 5.2.1.SQL Server 2000连接20 5.2.2.SQL Server 2000数据同步21 5.2.3.系统登陆22 5.2.4.用户权限22 5.2.5.服务器连接23 5.2.6.C++文件及类的命名23 5.2.7.C++路径调试24 5.2.8.用户注册24 5.2.9.创建数据库表格24 5.3 调试结果25 第6章 结束语26 致谢27 参考文献28 附录 部分函数29

  • 基于JAVA的网上拍卖系统的设计与实现_计算机专业论文

    计算机专业论文范文 摘要 本文介绍了如何设计一个基于java流行开源框架的网上拍卖系统——SUSESAKHI。 2009年的上半年,我一直在位于中国服装第一街的杭州四季青网络科技有限公司做网络开发的实习生。SUSESAKHI使用了与公司的服装批发网站sjq.cn一样的架构,即spring, ibatis, spring mvc ,velocity。而SUSESAKI是我在实习中完成了项目经理分派的任务后抽空开发的一个项目。当然,它得到了同事们很多的帮助。 SUSESAKHI采用常见的三层架构——数据持久层、业务逻辑层、页面表达层。数据持久层采用SQL映射框架ibatis,把SQL语句分开并集中到得xml文件,由于SUSESAKHI使用了spring,所以我们使用的是spring 封装好的ibatis接口。在业务逻辑方面,SUSESAKHI使用spring security实现了用户授权,使用lucene实现了搜索功能,使用QUARTZ实现了作业调度。而在页面表达层,SUSESAKHI采用jquery作为java script框架,并使用了大量的jquery插件。 关键词:电子商务,Java,拍卖,Sql映射,模版语言,全文检索 ABSTRACT This article introduces how to design a java web system which is powered by popular open source framework—named SUSASAKHI. In the first half of the year,I was taken on as a graduatetrainee by Hang Zhou Ever Green Network Technology Company Limited which is located in the first clothing street of China. SUSESAKHI uses the same architecture(spring, ibatis, spring mvc, velocity) as the company’s website(sjq.cn).And SUSESAKHI was developed in the free time when I finished the tasks that PM dispatched to me. Of cause, SUSESAKHI gets much helps from my colleagues. SUSESAKHI uses common three-tier architecture—data persistence tier, business logic tier and expression tier. On the persistence tier, SUSESAKHI uses ibatis as its sql mapping framework. Ibatis divides SQL clauses into xml files. And because we use spring framework ,so we also use the ibatis interfaces which have been encapsulated by spring framework .On the business logic tier, SUSESAKHI uses spring security implementing user authentication, uses lucene implementing search function, uses quartz implementing job scheduling. On the expression tier , SUSESAKHI uses jquery as its java script framework, and uses a lot of jquery plug-ins. Keywords: E-commerce, Auction, Java, Sql Mapping , Velocity , Lucene. 目录 摘要I ABSTRACTII 目录III 第1章 引言1 1.1 背景1 1.2 研究内容1 第2章 SUSESAKHI的网站架构2 2.1 SUSESAKHI的分层设计与框架概述2 2.1.1 SUSESAKHI的分层设计2 2.1.2 SUSESAKHI应用的开源框架纵览3 第3章 面向对象中实体的设计与实现4 3.1 USER4 3.2 Bank account4 3.3 Item5 3.4 Bid5 3.5 Comment6 3.6 Shipment6 3.7 Logistics6 第4章 SUSESAKHI数据的持久化7 4.1 SQL与实体设计7 4.1.1 实体类避免复杂的类层次结构7 4.1.2聚合7 4.1.3一对多关系的映射@OneToMany9 4.1.4多对多关系的映射@ManyToMany10 4.1.5动态条件映射10 4.2 SUSESAKHI的数据库连接方式11 4.3 如何存储Item的introduction属性11 4.4 DataAccessException11 4.5 让ibator自动生成代码11 第5章 各个功能模块的设计与实现13 5.1 SECURITY13 5.2 USER STATUS13 5.3 网上银行服务14 5.4 Item status14 5.5 修改商品15 5.6 自动完成拍卖15 5.7 分页16 5.8 国际化16 第6章 表现层的设计与实现17 6.1表现技术概述17 6.2中文乱码17 6.3页面的布局17 6.4表单的提交18 6.4图片上传19 6.5相对url与绝对url19 第7章 开发助手20 7.1DAO的测试20 7.2 log20 第8章运行和测试21 8.1登陆与注销21 8.2商品管理22 8.3银行账户管理23 8.4首页23 8.5拍卖页面24 8.6系统的自动终止拍卖24 8.7综述24 第9章 结束语25 致谢27 参考文献28

  • 基于web的在线考试系统的设计与实现_计算机专业论文

    计算机专业论文范文 摘 要 在我国,虽然远程教育已经蓬勃地发展起来,但是目前学校与社会上的各种考试大都采用传统的考试方式,随着考试类型的不断增加及考试要求的不断提高,教师的工作量将会越来越大,并且其工作将是一件十分烦琐和非常容易出错的事情,可以说传统的考试方式已经不能适应现代考试的需要。因此,开发基于web的在线考试系统在当前已成为一项迫切的需求。 本毕业设计的课题是“基于web的在线考试系统的设计与实现”。系统实现涉及到数据库技术、网络技术、软件工程、编程能力等;需要具备独立观察分析的能力、系统设计的能力、以及实际编程技能。 本课题主要解决考生登陆,人工出题,考生考试,人工阅卷,成绩评估和试卷分析,和综合管理等模块,包括前台客户端程序的开发和后台数据库的设计。前者主要为界面开发和部分功能的实现;后者主要为数据库表格的设计和创建,存储过程的创建和维护、视图的创建和维护、SQL函数的创建和维护等。 本系统的开发工具为,Microsoft SQL Server 2000,ASP技术,微软的IIS和介面开发工具Macromedia Dreamweaver MX 2004,采用B/S结构 关键词:在线考试、远程教育、SQL、web、B/S、ASP DESIGN AND IMPLEMENTATION OF ON-LINE EXAMINATION SYSTEM BASED ON WEB ABSTRACT In China, the distance education has been remarkably developed, but now most of the examinations are organized by the traditional test method in the schools and communities. With the increase of examination types and examination demands, the workload of teachers will grow larger and larger, and those works will be very cumbersome and very easy to go wrong. It can be said that the traditional examination methods can not meet the needs of modern examinations. Therefore, the development of web-based online examination system has become an urgent demand in the current. The topic of this project is “Design and implementation of on-line examination system based on web” The major scope covers database technology, network technology, software engineering, programming and other capabilities. Ability of independent analysis, examination system design, and practical programming skills are assessed. The task mainly includes six modules: candidates logging on, artificial topic, the candidates examination, artificial markers, performance eva luation and analysis of the test, such as front-end(client) software development, that includes user interface development and implementation of some functions etc; and back-end database system design, that includes database table design and creation, stored procedure creation and maintenance, view creation and maintenance and SQL function creation and maintenance. Developing tools used are Microsoft SQL Server 2000, ASP technology, Microsoft IIS and Macromedia Dreamweaver MX 2004 which is an interface development tool, and B/S architecture is applied. KEYWORDS:on-line examination,Distance Education ,SQL,web, B/S、ASP 目 录 摘 要II ABSTRACTIII 第一章 引 言1 1.1 选题意义1 1.2 开发工具的选用及介绍1 1.2.1 开发工具的选用……………………………...……………………1 1.2.2 开发工具的介绍…………………………………………...………1 第二章 系统总体分析与设计……………………………………………………….5 2.1 需求分析5 2.1.1学生子系统………………………………….…………..…………5 2.1.2 教师子系统………………………………………...………………5 2.2 功能描述...5 2.3 系统功能模块结构图...6 2.4 系统页面设计..7 第三章 数据库的设计…………………………………………………………….....9 3.1数据库设计原则9 3.2 数据库逻辑结构设计9 第四章 软件实现……………………………………………………………….…..14 4.1 登数据库的设计与连接14 4.2 用户登陆验证14 4.3考试时间控制18 4.4试卷的随机生成19 4.5 规定的时间内强迫交卷20 4.6自动评分技术的实现20 4.7系统安全性22 第五章 系统的使用说明与安装…………………………………………...………23 5.1 运行环境要求23 5.1.1 服务器端配置………………………………………………...…..23 5.1.2 考试计算机配置………………………………………………….23 5.2 安装设置24 参考文献………………………………………………………………….………….27 致  谢28

AB
CD
ABCDEFGHIJKLMNOPQISTUVWXYZ