博主首页
摘要: @Overridepublic void signForm(HttpServletResponse response, Map<String, Object> map) { try{ String substring = url.substring(0, url.indexOf("?")); Str 阅读全文
posted @ 2022-03-11 11:31 笑、笑 阅读(145) 评论(0) 推荐(0)
摘要: mysql默认将tinyint(1)变成true,false; 第一种 可以改连接url?tinyInt1isBit=false 第二种 自定义查询sql时将类型转换为数值型 (字段+0)即可将数据转为数值型 阅读全文
posted @ 2022-03-11 11:28 笑、笑 阅读(192) 评论(0) 推荐(0)
摘要: connection.timeout(1000*1000); connection.maxBodySize(1024*1024*100); Connection.Response execute = connection.method(Connection.Method.POST).execute( 阅读全文
posted @ 2022-03-11 11:24 笑、笑 阅读(138) 评论(0) 推荐(0)