搜索资源列表
simpleComplex
- java初学时的一个练习题,实现复数的加减乘除以及求模求俯角的运算。-java novice when a practice that, the realization of complex arithmetic and the angle of depression for the modular arithmetic.
tonic
- 模块化您的应用系统,这样可以做到您的系统可以插拔的效果!-modular your applications, you can do so the system can unplug the effect!
FCKeditorforjsp
- FCKeditor是sourceforge.net上面的一个开源项目,主要是实现在线网页编辑器的功能,可以让web程序拥有如MS Word这样强大的编辑功能。在服务器端支持ASP.Net、ASP、ClodFusion、PHP、Java等语言,并且支持IE 5+、Mozilla 、Netscape等主流浏览器。 此简化版是根据实际使用jsp配置较复杂,而进行一定简化、以实现模块化,拿来主义......方便使用. 这是转载的,觉得好用,大家共享.-FCKeditor is sourcefo
onlinebookstoreBasedOnJava
- 本程序是一个在线书店管理系统。采用了模块化的设计思想~ bookstore:MySQL 数据库文件,可以将它复制到MySQL安装目录的data下,即可完成数据库建立。 bookshop.sql:SQL脚本,可以用来建立数据库并初始化数据。 bookshop目录中是JSP页面文件 bokjpx.jpx是JBuilder工程文件,用来编辑bookshop包-this procedure is an online bookstore management systems. Using
积木小游戏Java
- 积木小游戏Java -modular small Java games
积木(JAVA程序)
- 用JAVA语言编写的玩积木程序-using the Java language play modular procedures
QQ
- 本系统主要针对目前高校学生在线请假以及学生上课出勤管理而设计的信息系统。本系统总体上由三大功能模块:请假系统模块、考勤系统模块、后台管理模块组成。系统涉及到高校三大类用户:学生、任课老师、系统管理员。-The system is mainly targeted at college students and online students leave school attendance management and design of information systems. The overa
src7.19
- 恩信ERP全套源代码 恩信科技开源ERP软件面向流程控制,针对生产型、分销型、服务型企业等不同的行业特点,对全部资源进行整合,把企业的客户关系、产品设计、生产管理、库存管理、委外管理、采购管理、资金控制、财务系统、人力资源、协同办公、物流配送、电子商务、系统安全等整合为非常明确可控制的模块化流程单元,使企业的人力、物力、财力、信息得到最充分、最合理、最具效率的信息化应用-GRACE complete source ERP Open Source ERP Software Nseer for pr
JSP_recruitment_system
- JSP招聘系统,本系统在界面设计上都采用了模块化处理思想,把很多页面共有部分集成一个模块,例如页面的头,尾和导航条,这样在开发时遇到这些相似的页面部分,就不需要重新编写-JSP recruitment system, the system interface design in both the use of a modular treatment of thought, put a lot of pages there are parts of an integrated module, su
SOA
- 接到任务,要写一个项目协作系统,任务不急,嘿嘿,用extjs试试看,自学了1个礼拜,就开始操刀了,代码很简单,模块化,希望对学习extjs的朋友有帮助-Received a task to write a project collaboration system, tasks are not urgent now, hey, give it a try with extjs, a self-study a week, began to wield the sword, the code is v
28
- 书上的代码,企业进销存管理系统,包括公共类设计,登陆模块设计,主窗体设计,进货单模块设计,销售单模块设计,库存盘点模块设计,数据库备份和恢复模块设计.供大家参考,Java编的-The code books, business Invoicing management system, including public class design, landing module design, the main form design, Jinhuo Dan modular design, marke
bank
- Java编写的银行排号系统,功能很强大,模块体系独立-Written in Java Paihao banking system functions very powerful, modular system of independent
java3
- OOD方法提供了抽象数据类型机制,遵循软件设计的三条重要原则,即抽象、信息隐藏和模块化-OOD approach provides a mechanism for abstract data types, follow the three important principles of software design, that is abstract, information hiding and modular
logn
- 简单的图形用户登录界面!1. 采用面向对象的设计方法,设计好各个类、接口和方法,体现模块化和代码重用 2. 可以用图形用户界面,也可以用控制台程序实现 系统的数据采用文本文件保存,保证文本文件打开查看的时候不是乱码 -Using object-oriented design method, design of each class, interface and method, manifests modular and code reuse Can use graphical u
Core-Java-2-Volume-I
- struts框架具有组件的模块化,灵活性和重用性的优点,同时简化了基于MVC的web应用程序的开发。-struts framework with modular components, the advantages of flexibility and reusability, while simplifying the MVC-based web application development.
SSH2web
- 先它是一个开源的项目;它是一个基于IoC和AOP的构架多层j2ee系统的框架,但它不强迫你必须在每一层 中必须使用Spring,因为它模块化的很好,允许你根据自己的需要选择使用它的某一个模块-First it is an open source project it is a framework based on IoC and AOP framework for multi-j2ee system, but it does not force you to use in each layer
Modular-Java--Creating-Flexible-Applications-with
- Modular Java- Creating Flexible Applications with OSGi and Spring
(2002)-(OReilly)-Java-Swing--2nd-Ed
- Swing is a fully-featured user interface development kit for Java applications. Building on the foundations of the Abstract Window Toolkit (AWT), Swing enables cross-platform applications to use any of several pluggable look-and-feels. Swing develope
commons-pool-1.5.5-src
- 创建新的对象并初始化的操作,可能会消耗很多的时间。在这种对象的初始化工作包含了一些费时的操作(例如,从一台位于20,000千米以外的主机上读出一 些数据)的时候,尤其是这样。在需要大量生成这样的对象的时候,就可能会对性能造成一些不可忽略的影响。要缓解这个问题,除了选用更好的硬件和更棒的虚拟 机以外,适当地采用一些能够减少对象创建次数的编码技巧,也是一种有效的对策。对象池化技术(Object Pooling)就是这方面的著名技巧,而Jakarta Commons Pool组件则是处理对象池化的得力
PM
- 对设备报价流程进行系统和高效的管理。通过自定义流程和模块化管理,形成统一的报价操作方式,方便非专业人员培训及专业人员提高职业手段-Systematic and efficient management of the equipment quotation process. Through custom processes and modular, to form a unified offer operation to facilitate non-professional training a