摘要:
https://github.com/abel533/Mapper 以一个基础查询为例子 SELECT * FROM equip_info 很多时候会遇到这样 的情况,例如: SELECT * FROM rmp_equip_info WHERE is_active = 'Y' AND ( creat 阅读全文
摘要:
踩坑经历 因为项目需要去对接别的接口,使用URLConnection POST请求https接口,发送json数组时遇到java.io.IOException: Server returned HTTP response code: 500 for URL。 当时情况是本地测试通过,正常返回,放到l 阅读全文