摘要: 参考自core java v2, chapter3 Networking.注:URLConnection的子类HttpURLConnection被广泛用于Android网络客户端编程,它与apache HttpClient是两种主要的客户端实现方式,google官方推荐使用HttpURLConne... 阅读全文
posted @ 2013-10-12 23:51 lujinhong 阅读(576) 评论(0) 推荐(0) 编辑
摘要: 参考http://stackoverflow.com/questions/19331426/for-loop-does-not-iterate-the-way-i-want见以下代码:package com.ljh.corejava;import java.util.ArrayList;import... 阅读全文
posted @ 2013-10-12 16:21 lujinhong 阅读(272) 评论(0) 推荐(0) 编辑
摘要: 参考传智播客毕向东JAVA视频。注:DatagramSocket发送的每个包都需要指定地址,而Socket则是在首次创建时指定地址,以后所有数据的发送都通过此socket。A socket is an endpoint for communication between two machines. ... 阅读全文
posted @ 2013-10-12 13:00 lujinhong 阅读(252) 评论(0) 推荐(0) 编辑