摘要: /** * 得到网页中图片的地址 */public static Set<String> getImgStr(String htmlStr) { Set<String> pics = new HashSet<>(); String img = ""; Pattern p_image; Matcher 阅读全文
posted @ 2018-06-12 16:05 虫虫低语 阅读(399) 评论(1) 推荐(0) 编辑
摘要: JS部分:$('.summernote').summernote({ height: 200,//高度 tabsize: 2,//页面上的summernote编辑框的个数 lang: 'zh-CN',//语言 callbacks:{//回调函数,重写onImageUpload方法 onImageUpload: function(files, editor, w... 阅读全文
posted @ 2018-06-12 16:00 虫虫低语 阅读(2360) 评论(0) 推荐(0) 编辑
摘要: 解决Myeclipse导入IDEA项目报错问题 阅读全文
posted @ 2018-05-14 12:46 虫虫低语 阅读(993) 评论(0) 推荐(0) 编辑