摘要:
1.需要的Jar包1) Google Gson(gson-xxx.jar)下载地址:http://code.google.com/p/google-gson/downloads/list2)JUnit42. 应用实例代码下载地址:http://download.csdn.net/source/349... 阅读全文
摘要:
public class TestGetPost { /** * 向指定URL发送GET方法的请求 * @param url 发送请求的URL * @param param 请求参数,请求参数应该是name1=value1&name2=value2的形式。 * ... 阅读全文
摘要:
Java不像PHP解析和生产JSON总是一个比较痛苦的过程。但是使用JSONObject和JSONArray会让整个过程相对舒服一些。需要依赖的包:commons-lang.jar commons-beanutils.jar commons-collections.jar commons-loggi... 阅读全文