摘要:
一、导入layui资源在页面写导出按钮 <input type="hidden" id="excel" value="${time}">//获取数据的条件,可无 <th id="exc" onclick="setExcel()" lang>excel</th> <script>function se 阅读全文
摘要:
ueditor上传bug,选择图片上传后在编辑器删除照片,服务器不会自动删除,会出现很多无用文件,占用资源。 这里有一个不成熟的方法,查询数据库里的图片,在查询服务器里的文件,判断服务器里的照片在数据库中存不存在,不存在久删除,但是这个方法吧如果有文件很多,就会耗时会比较长,不利于程序的运行。 话不 阅读全文
摘要:
web.xml 里配置 <context-param> <param-name>webAppRootKey</param-name> <param-value>bookdir</param-value></context-param>在方法里获取 String pathUrl = System.ge 阅读全文
摘要:
function getRootPath() { var curWwwPath = window.document.location.href; var pathName = window.document.location.pathname; var pos = curWwwPath.indexO 阅读全文
摘要:
一、下载ueditor资源 二、减压资源,将ueditor包(我项目里的utf8-jsp)放到项目的WebContent下的js文件夹里。 把ueditor资源里 utf8-jsp\jsp\lib文件夹里的jar包拷贝到项目的lib里。(以idea为例)选择file >Project Structu 阅读全文