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