资源列表
Jdbc_oracle_statement
- 使用JDBC连接Oracle 1.重新下载、指定驱动程序 2.重新指定驱动名称 3.修改URL,重新指定数据库连接信息 4.创建对象(不变) 5.关闭连接(不变)-Using JDBC to connect Oracle 1. Re-download, specify the driver 2. Reassign drive name 3 modified URL, re-specify the database connection information 4 Create
rldm
- JAVA日历代码,输入年份和月份会输出当月的日历-JAVA calendar code, enter the year and month of the calendar month will be output
HuffmanCoding
- 霍夫曼编码,一旦两颗具有最小频率的数合并后,产生一棵新的树,其频率为合并的两棵树的频率之和-constantly selected two minimum nodes based on greedy principle construct optimal binary tree # then encoding of each element
yonghuziliao
- 用java写的一个填写用户资料的窗口,主要是java图形界面-Using java to write a complete user information window java graphical interface
shizhong
- 很好的美丽的彩色时钟,彩色显示各个指针与时刻,还可有其他更多功能 -Beautiful color clock
static-founction
- 静态变量:由static修饰,静态变量是所有对象共享,唯一。 可以直接使用 类名.变量名 调用。 静态方法:方法中不能使用非静态的变量或对象,除非该变量或对象是在该方法 中申明或定义的。 可以直接使用 类名.方法名() 调用该方法。 不能被子类重写(覆盖 )。 静态代码块: static{你的代码}代码块中不能使用非静态的变量或对象, 除非该变量或对象是在该方法中申明或定义的。 该代码块在类加载的执行一次,不会再执行第二次。-Stat
HungryPeer
- 一个简单的基于JXTA的P2P程序,供初学者参考-A simple JXTA-based P2P program, for beginners reference
ajax
- 上网找的ajax文件上传,应该会很好用的,大家可以-Internet looking for ajax file upload, should be good, we can try
AsmGeneratorTest
- Unit tests for some methods of AsmGenerator for Andriod.
WillClose
- Used to annotate a method parameter to indicate that this method will close the resource.
hexadecimal
- Tests regular expressions containing \<number>.
PackedObjectVector
- Packed Object Vector for Andriod.