- 博客(10)
- 收藏
- 关注
原创 记录element ui Upload 上传 on-success动态传参
参考诸多资料找到思路,记录防止忘记on-success=" function (res, file) { return quillImgSuccess(res, file, value.id)}"/** 上传文件 */ quillImgSuccess(res, file,index) { // res为图片服务器返回的数据 // 如果上传成功 根据index值进行业务处理 if...
2021-10-22 20:25:24 1269
转载 Ubuntu保存git用户名和密码
转载记录:https://www.jianshu.com/p/0dda66a4bb94打开Git 配置文件,该文件中保存着所有的配置信息vim ~/.gitconfig修改配置文件,添加下面这一行。[credential] helper = store
2021-03-30 17:56:39 608
转载 Selenium+WebDriver 各浏览器驱动下载与使用
Chrome(google)浏览器驱动http://chromedriver.storage.googleapis.com/index.html转载:https://blog.csdn.net/kenny_pj/article/details/103646745
2021-03-19 09:50:47 235 1
原创 Linux redis服务 查询和启动
查询命令:find / -name redis-server配置路径:/etc/redis/下启动:redis-server /etc/redis/redis.conf
2021-03-18 15:06:58 261
原创 git 更新仓库地址
先通过命令删除旧远程仓库,再添加新的远程仓库git remote rm origingit remote -vgit remote add orgin http://192.168.1.101/item.gitgit remote -v
2021-03-18 15:01:27 124
转载 ueditor跨域上传,虽然图片上传成功,但是提示上传错误,图片不展示的解决方法
ueditor.all.js中查找关键字domUtils.on(iframe, 'load', callback);然后替换//domUtils.on(iframe, 'load', callback);//form.action = utils.formatUrl(imageActionUrl + (imageActionUrl.indexOf('?') == -1 ? '?...
2019-04-28 13:48:39 2771 3
转载 java检查对象属性修改 旧值->新值
import java.beans.PropertyDescriptor;import java.lang.reflect.Field;import java.lang.reflect.Method;import java.util.Date;import org.apache.commons.lang3.time.DateFormatUtils;public class Compa...
2018-12-06 11:50:15 3260
原创 activiti-modeler 使用
1.avtiviti网址:https://www.activiti.org/ 下载需要的biz文件2.5.x使用文档:https://www.activiti.org/5.x/userguide/ 也可以参考:http://www.mossle.com/docs/activiti/index.html3.配置java环境和Apache Tomcat安装说明:从Activiti网站下载Ac...
2018-12-06 11:30:47 1430
原创 bootstrapTable 导出Excel
引入js:bootstrap-table-export.jstableexport.js bootstrapTable 配置:$("#table").bootstrapTable({ // 对应table标签的id url: //AJAX获取表格数据的url striped: true, //是否显示行间隔色...
2018-12-06 11:20:02 3338 2
转载 文件上传出现Unable to calculate MD5 hash
做一个头像上传时碰到一个问题上传中出现如下错误:Unable to calculate MD5 hash: *** \work\Catalina\localhost\ROOT\upload_a40f5638_e515_4a6d_8ea5_e199be878a67_00000001.tmp (系统找不到指定的文件。)查了下发现是因为上传文件太小没有生成临时文件,故而无法计算md5为什
2017-10-26 15:32:37 4902
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人