资源列表
USEPREPARESTATEMENT
- Java检索查询数据库的内容,Java使用参数可以使对数据库的查询灵活多样,通过查询结果集可以输出查询结果。本例主要通过执行一个参数查询过程获得一个结果集,并输出查询结果。程序运行后先对student 数据库执行参数查询,接着输出查询结果集,具体输出结果要根据用户数据库来确定。-Query the database to retrieve the contents of Java, Java parameter allows flexible queries against the databa
DBUtil
- JAVA实现连接到数据库,自动反馈连接成功-Achieve java connect to the , automatic feedback connection success
mapsToObjects
- map数据自动封装到map,实现hibernate保存-map to bean
Example-1
- http://www3.ntu.edu.sg/home/ehchua/programming/java/j5b_io.html Example 1
sock_client
- 使用Java编写socket客户端程序的小例子-Socket client program write by java.
linerequationc3
- 线性方程组求解的c代码,方便实用,对理解线性方程组的求解思路很有用-Solving linear equations c code, convenient and practical, to understand the ideas for solving linear equations is useful
StringFindReplace
- 在字符串中寻找和替换一些字符.String就是java中的字符串,用双引号引起来的几个字符.如"Abc","一天". 如何创建一个String? 1.String s1 = "ABCD" 2.String s2 = new String("ABCD") -In the string search and replacement of some characters. String is a string in java, use double quotation
MoneyChange
- 数字转换人民币程序简单实现末尾0问题未解决-Digital conversion process simple implementation of the renminbi issue is not resolved at the end of 0
ContMoney
- java数钱的小程序,不错的例子,可供初学者学习-java applet counting money, a good example for beginners to learn
zip
- 可实现文件压缩打包成zip下载,成功解决客户的需要。-Files can be compressed and packed into ZIP download, successful resolution of customer needs.
FormTest
- Form测试代码,以List进行的界面设计-Form test code to make the interface design List
A
- 比较两个数组,要求从数组最后一个元素开始逐个元素向前比较,如果2个数组长度不等,则只比较较短长度数组个数元素。请编程实现上述比较,并返回比较中发现的不相等元素的个数。-Comparing two arrays, requires beginning from the last element array elements one by one to move more, if the two array lengths, only the number of relatively short l
