搜索资源列表
Adapter
- 意图 将一个类的接口转换成客户希望的另外一个接口。A d a p t e r 模式使得原本由于接口不兼容而不能一起工作的那些类可以一起工作。 适用性 · 你想使用一个已经存在的类,而它的接口不符合你的需求。 · 你想创建一个可以复用的类,该类可以与其他不相关的类或不可预见的类(即那些接口可能不一定兼容的类)协同工作。 · (仅适用于对象A d a p t e r )你想使用一些已经存在的子类,但是不可能对每一个都进行子类化以匹配它们的接口。对象适配器可以适配它的父类接口。 -inten
firstaaaaa
- 从一开始就使用动态提交技术,第一个界面中书类名是从数据库中动态输入的,在第二个界面你可以选择任意多的图书,选择购买,按提交按钮进入下一个界面,在这个界面中可以修改购买数量,修改完毕后按修改数目按钮后自动计算每件商品的单价和总价并显示出来,如果还想继续购物,则按左上角继续购买商品图标返回到前面的界面继续挑选商品,同样挑选完毕,按确认按钮进入购物车,选择商品完毕,按右下角进入结算中心,这是系统判断你是否登陆,如果登陆则直接进入下一个界面,否则进入登陆界面。-from a dynamic start
bcel-5.0
- 一个用于对.class文件进行插桩的开源工具-one for the right. Chap class document of the revenue-raising tools pile
SortedTableModel
- 一个专门用于在 JTable中实现排序的类-one devoted to the realization of the JTable class ranking
HibernateGenericDao
- 自己封装的基于spring,hibernate的DAO基类,最佳实践,是目前开发项目的核心代码之一。做j2ee的可以从这个封装上学习,并减少DAO和一般Manager类的封装。如果站长没有相中,请删除。 我在j2ee上,知晓颇多,可以为网站提供java方面的最佳实践代码。-Packaging, based on their spring and hibernate the DAO base class, best practice, is the development of one of
JAVAdayin
- Java的打印API主要存在于java.awt.print包中。而jdk1.4新增的类则主要存在于javax.print包及其相应的子包javax.print.event和javax.print.attribute中。其中javax.print包中主要包含打印服务的相关类,而javax.print.event则包含打印事件的相关定义,javax.print.attribute则包括打印服务的可用属性列表等。-Java printing API mainly in java.awt.print
Test2
- 创建四个类,分别为Employee类、SalariedEmplyee类、HourlyEmployee类和CommissionEmployee类。其中Employee类是其他三个类的父类。Employee类包含姓名和身份证号。除此之外,SalariedEmployee类还应包含每月工资;HourlyEmployee类还应包含每小时工资数和工作时间数;CommissionEmployee还应包含提成比例和销售总额。每个类都应有合适的构造方法、数据成员的设置和读取方法。编写一个应用程序,创建这些类的对
Extract
- 编写一个Java应用程序,在其中编写一个类,该类封装了一元二次方程共有的属性和功能,即该类有刻画方程系数的3个成员变量以及计算实根的方法。并给出计算实根的过程-Write a Java application, in which the preparation of a class that encapsulates the properties of a total of one dollar quadratic equations and functions, that is, such a
ktable-src
- ktable是Eclipse RCP开发时使用简单、功能强大的表格控件。-This is the source of a custom table class for Java SWT applications. The original version of this table was written by Konstantin Scheglov. KTable is a complete new implementation but uses the structure a
OReilly.Java.Rmi
- OReilly.Java.Rmithis book provides strategies for working with serialization, threading, the RMI registry, sockets and socket factories, activation, dynamic class downloading, HTTP tunneling, distributed garbage collection, JNDI, and CORB
14160_1230254701zzk1
- 毕业设计Java成绩管理系统MSSQL版,高校开发一学生课绩管理系统,该系统由登陆模块,学生模块,教师模块,管理员模块。-Graduation Project Java version MSSQL score management system, institutions of higher learning to develop students in one class performance management system, which by the landing module, s
XMLMaterializer
- 本人写的另一个XML实例化小程序,同样也是以前的课程作业,用来将XML文件存储到数据库中(本例是SQL SERVER)的文件。 1. 数据库配置存储在Properties文件中,可以自由配置JDBC连接字符串而无需重新编译。 2. 其中用到了DOM4J来读取和存储XML文件,使用的是微软的JDBC类库。 3. 使用了DAO模式来存储数据库,如果针对不同的数据库可以使用不同的DAO,只需对DAO重新配置即可。-I wrote another small XML instantia
javafansheji
- Java 运行时环境中,对于任意一个类,能否知道这个类有哪些属性和方法?对于任意 一个对象,能否调用它的任意一个方法?答案是肯定的。这种动态获取类的信息,以及动态 调用对象的方法的功能来自于Java 语言的反射(Reflection)机制。-Java runtime environment, for any one class, the class can know what properties and methods? For any one object can call it any o
BinaryTree
- java实现的二叉查找树,只有一个类··没有main函数··测试绝对通过··自己用了很多次-java implementation of binary search tree, only one class of absolutely no main function of the test many times through their use
IfSwitch
- 简单的java循环语句,描述if和switch的基本用法,输入学生的成绩,获得等级-Simple java statements, descr iption of one class for each level of student achievement
Simple_One_On_One_Checkers_Game
- This a simple on one checkers game all within one class for simplification. It s made this way so that anybody can make changes and make it their own.-This is a simple one on one checkers game all within one class for simplification. It s made this
oop_day03_1112_v1_am-(1)
- 一个Java源文件只能有一个public class 文件名与公有类类名一致 源文件中可以有多个类, 但是不能都是公有的 如果没有公有类, 文件名与某个类类名一致-A Java source file can have only one public class file name and class name of the public class in the same source file can have more than one class, but can no
native
- Register several native methods for one class.
ch20
- Java事件、接口以及链表的实现代码,多个类,很好的入门学习材料-Java event, interface and implementation code list, more than one class, a very good entry-learning materials
java_RussiaBlock_1class
- java俄罗斯方块代码,仅用一个类实现,基本功能全部实现,相比其他多包的同类程序,代码量要简单-java RussiaBlock program, only apply one class to fulfill all basic functions, which is relatively simply to apply with less codes and packages comparing to other similar programs.