摘要:
1.各种json工具包比较 四个JSON类库分别为:Gson,FastJson,Jackson,Json-lib。 适用:使用FastJson进行JSON字符串解析,Jackson将集合转成JSON格式字符串。 参考:https://blog.csdn.net/jiyueqianxue/articl 阅读全文
摘要:
Junit4单元测试报错:method 'initializationError' not found: Opening the test classs 1.缺包 除了junit还需要hamcrest-core和hamcrest-library。 下载:https://mvnrepository.c 阅读全文
摘要:
1.java.io的几种读写文件的方式 (1)建议使用:BufferedInputStream、BufferedOutputStream (2)5种方式 InputStream、OutputStream(字节流) BufferedInputStream、BufferedOutputStream(缓存 阅读全文
摘要:
一、网址 http://mvnrepository.com/ 操作参考:https://www.cnblogs.com/dhqy/p/12300222.html 二、常用类和对应jar包 1.将java对象转换成json数据 (1)ObjectMapper类 使用 ObjectMapper类 必须引 阅读全文