摘要:
Http工具类 public class HttpUtil { private static final int TIMEOUT_IN_MILLIONS = 5000; public interface CallBack { void onRequestComplete(String requst) 阅读全文
摘要:
spring-data-jpa报错-No property ... found for ... Did you mean ——墨问苍生 spring-data 按照接口方法定义的名字(默认认为是驼峰写法) spring-data 规范要求dao中的findBy***,必须和实体字段名称一致 例如fi 阅读全文
摘要:
MySql报错-Data truncation: Data too long for column 'XXX' at row 1 ——墨问苍生 总结来说,Data truncation: Data too long for column 'CONTENT' at row 1问题的出现主要是以下几个原 阅读全文