摘要:
ObjectMapper mapper=new ObjectMapper(); //3.调用mapper的writeValueAsString()方法把一个对象或集合转为json字符串 Customer customer=new Customer("aaa", "333"); String jsonStr=mapper.writeValueAsString(customer); System.o... 阅读全文
摘要:
DBCP 一、导包 Apache官网下载DBCP包,导入两个包路径如下: commons-dbcp-1.4-bin\commons-dbcp-1.4\commons-dbcp-1.4.jar:连接池的实现 commons-pool-1.5.6-bin\commons-pool-1.5.6\commo 阅读全文