解决端口占用 Windows上端口占用会提示诸如以下错误: Fatal error. can't bind to 127.0.0.1:10809: There may be another Privoxy or some other proxy running on port 10809 解决该异常 ...
###前端思路(基于Vue-cli3) 这种情况属于本地下载,适合模版文件等静态文件下载。 将需要下载的文件放在public文件下,设置a标签如下。 a(:href="`${path}template.xlsx`" download='模版.xlsx' ) 下载模版 # href属性数文件在项目的路 ...
分类:
其他好文 时间:
2020-06-02 19:04:15
阅读次数:
63
参考地址 https://blog.csdn.net/weixin_40902181/article/details/100302528 代码 String.prototype.endWith = function (endStr) { var d = this.length - endStr.le ...
分类:
Web程序 时间:
2020-06-02 19:02:49
阅读次数:
63
错误:SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape 执行会报上述错误,而且解释权有明显的颜色提示 原因分析:在win ...
分类:
编程语言 时间:
2020-06-02 18:59:55
阅读次数:
91
1.基本操作 # 查看防火墙状态 service iptables status # 停止防火墙 service iptables stop # 启动防火墙 service iptables start # 重启防火墙 service iptables restart # 永久关闭防火墙 chkco ...
分类:
其他好文 时间:
2020-06-02 18:44:01
阅读次数:
58
1、报错configure: error: Cannot locate mysql client library. Please check your mysql installation 安装一个包就可以了 dnf install MariaDB-devel 上面这个包名MariaDB-devel ...
分类:
数据库 时间:
2020-06-02 17:20:31
阅读次数:
84
//当你在iframe页面关闭自身时 var index = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引 parent.layer.close(index); //再执行关闭 ...
分类:
其他好文 时间:
2020-06-02 13:36:26
阅读次数:
82
参考文章: https://www.jianshu.com/p/29b44e3b62ed 1 cd ~ 2 mv .itmstransporter/ .old_itmstransporter/ 备份原文件.itmstransporter/到.old_itmstransporter/ 3 rm -rf ...
分类:
移动开发 时间:
2020-06-02 13:27:54
阅读次数:
186