摘要: 最近在用jsoup爬取微信文章时Jsoup.connect(listurl).userAgent("Mozilla/5.0").timeout(3000).post();报错org.jsoup.UnsupportedMimeTypeException: Unhandled content type. 阅读全文
posted @ 2018-08-21 16:37 Maylove 阅读(1122) 评论(0) 推荐(0)
摘要: 注意:sqlStatement="SELECT LAST_INSERT_ID() " 是mysql生成主键的方式,当主键是string或者联合主键时或者插入多条数据时,要注释掉生成的xml中insert的两个方法中的selectKey 阅读全文
posted @ 2018-08-21 16:22 Maylove 阅读(195) 评论(0) 推荐(0)