- 博客(1)
- 资源 (2)
- 收藏
- 关注
原创 百度ueditor自定义上传路径
首先下载源码,对源码修改后再打成jar包,替换原jar包ueditor最终上传路径是rootPath(项目路径) +savePath(config.json中的filePathFormat),所以只要修改最终上传路径即可a、修改最终上传路径中获取rootPath 为 获取自定义参数saveRootPathb、修改最终上传路径中savePath的值,即重新设置config.json中的...
2019-04-28 11:09:52 679
ueditor自定义上传路径
对源码进行了修改,实现了自定义上传路径设置,配置方便简单
a、jsp页面中首先定义customJson参数,设置saveRootPath和filePathFormat
var customJson = {
"saveRootPath": "d:/eoms4_attaches" //绝对路径
,"filePathFormat": "/自定义路径/{time}{rand:6}" //图片上传路径
}
b、实例化editor时把customJson参数传入
var editor = UE.getEditor("upload_ue", {
......
,serverUrl : "/ueditor/jsp/controller.jsp?customJson="+encodeURI(JSON.stringify(customJson))
});
2019-04-28
Elasticsearch2.3.4+head+ik
版本:Elasticsearch2.3.4
直接集成了head管理工具和中文分词IK工具,直接可使用
head访问路径:http://IP:PORT/_plugin/head/
2019-04-26
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人