摘要:
import java.io.UnsupportedEncodingException; public class TestUnicode{ /* * 中文转unicode编码 */ public static String gbEncoding(final String gbString) { c 阅读全文
摘要:
日志报错: No operations allowed after connection closed.; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No ope 阅读全文
摘要:
public class Test { public static void main(String[] args) { // 实现java对象与Json字符串之间的转化 // 1. Person对象与json之间的转换 //1.1 将Person对象转成json Person p = new Pe 阅读全文