资源列表
SocketClient
- socketclient实现接收数据。谢谢你的关注(socketclient receiving data is realized. Thank you for your attention)
SocketService
- SocketService实现发送数据。谢谢你的关注(SocketService receiving data is realized. Thank you for your attention)
ahraq5
- 这个也是上课用的程序,适合于初学者用,对于java的初学者,建议多看源码,()
43209411
- 这是上课用的几个程序,对于初学者还是有一定的价值的,多都源码,()
Bubble
- 用JAVA实现的冒泡排序,数据结构 ,算法(Bubble sorting, data structure, algorithm implemented with JAVA)
bin
- mvc架构中mybatis配置方法示例,可参考用于底层数据处理配置调用,较为常用(An example of the mybatis configuration method in the MVC architecture can be used as a reference for the underlying data processing configuration call, which is more commonly used)
HttpUtils
- java基于httpclient开发的网络爬虫通用实例,带登录后获取数据(Java based on httpclient development of a common example of web crawler, with login to obtain data)
clone
- 实现了clone()方法实现对象克隆的基本用法,clone()是受保护的类型,因此在子类中必须覆写此方法。Comparator和Comparator接口用法(The clone () method to realize the basic usage of object cloning, clone() is a type of protected, therefore must override this method in a subclass.Comparator and Comparat
Desktop
- 4j文件获得Dom树,获得Document对象获得解析器工厂 获得解析器 解析xml文件得到Dom树(java4jpublic void show() throws Exception)
three body
- 利用Javascr ipt模拟三体运动,寻找恒纪元(Using Javascr ipt to simulate the movement of three body)
8 queens
- 利用Javascr ipt计算八皇后问题所有的解(Solving eight queens problem by using Javascr ipt)
英文句子翻转
- 将一个英文语句以单词为单位逆序排放。例如“I am a boy”,逆序排放后为“boy a am I” 所有单词之间用一个空格隔开,语句中除了英文字母外,不再包含其他字符 接口说明 /** * 反转句子 * * @param sentence 原句子 * @return 反转后的句子 */ public String reverse(String sentence); 输入描述: 将一个英文语句以单词为单位逆序排放。