04 2017 档案

摘要:ueditor,百度富文本编辑器 阅读全文
posted @ 2017-04-19 17:02 戴眼镜的蚂蚁 阅读(16270) 评论(0) 推荐(0)
摘要:下载下面2个插件 jr-ide-intellij-6.4.3_13-16.zip 官网的jar(地址:https://plugins.jetbrains.com/plugin/4441-jrebel-for-intellij)jrebel6.4.0-cracked.zip 破解文件(地址:链接: h 阅读全文
posted @ 2017-04-19 16:16 戴眼镜的蚂蚁 阅读(2030) 评论(0) 推荐(0)
摘要:得到推荐写法: this.getClass().getClassLoader().getResource("文件名.文件类型") area.json文件放入resources资源目录中: area.json数据如下(参考) 阅读全文
posted @ 2017-04-18 11:18 戴眼镜的蚂蚁 阅读(51921) 评论(0) 推荐(0)
摘要:gradle仓库地址: // https://mvnrepository.com/artifact/com.google.code.gson/gsoncompile group: 'com.google.code.gson', name: 'gson', version: '2.8.0' 阅读全文
posted @ 2017-04-15 15:45 戴眼镜的蚂蚁 阅读(1368) 评论(0) 推荐(0)
摘要:注意:请求实体过大的问题,请修改Nginx服务器的大小(百度参考413 Request Entity Too Large 的解决方法)jsp:<input type="file" style="height: 114px;width: 100%;position: absolute;opacity: 阅读全文
posted @ 2017-04-12 14:37 戴眼镜的蚂蚁 阅读(288) 评论(0) 推荐(0)
摘要:滑动分页 阅读全文
posted @ 2017-04-12 09:31 戴眼镜的蚂蚁 阅读(442) 评论(0) 推荐(0)
摘要:在统计查询中,经常会用到count函数,这里是基础的 MYSQL 行转列 以及基本的聚合函数count,与group by 以及distinct组合使用 阅读全文
posted @ 2017-04-01 14:59 戴眼镜的蚂蚁 阅读(4827) 评论(1) 推荐(0)