IIS 7.5安装默认是不安装asp/php/jsp支持的 解决办法也很简单 再次安装IIS功能 在 万维网服务-应用程序开发上勾选asp 就万事大吉了。。。 故障现象: 解决方法: ...
首先react需要安装nodejs然后安装reacthttps://www.runoob.com/react/react-install.htmlTypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. ...
分类:
Web程序 时间:
2020-05-12 14:06:12
阅读次数:
192
实际上代码写的没有错误, 比如用了element-ui 或者 iview 等框架后会发现vs-code有些地方会自动标出红色波浪线 , 其实是vuter的语法检查问题 , 只需要在setting.json中增加 "vetur.validation.template": false 设置方式 ...
分类:
其他好文 时间:
2020-05-12 13:45:23
阅读次数:
75
Being unique is so important to people on Mars that even their lottery is designed in a unique way. The rule of winning is simple: one bets on a numbe ...
分类:
其他好文 时间:
2020-05-11 23:31:41
阅读次数:
66
凤凰专场 @[toc] A. Phoenix and Balance 题意: 有 n 个硬币分别重 $2^1,2^2,...,2^n~(n \in even)$ , 将这 n 个硬币分成相同数量的两组,求两组重量差值最小是多少 分析: 硬币的重量是 2 的幂次增长,所以前 n 1 个硬币的重量和是 ...
分类:
其他好文 时间:
2020-05-11 21:44:33
阅读次数:
70
网络流量分析利器-可视化网络-netflow【1】-基础原理网络流量分析利器-可视化网络-netflow【2】-CiscoNetFlow工作原理介绍及配置网络流量分析利器-可视化网络-netflow【3】-netflow版本5和版本9区别网络流量分析利器-可视化网络-netflow【4】-接收器nfdump简介网络流量分析利器-可视化网络-netflow【5】-linux下数据采集器fprobe网
分类:
其他好文 时间:
2020-05-11 15:28:48
阅读次数:
93
今天参加需求评审,看到原来可以谷歌浏览器查看Axure原型文件,真是只有想不到,没有做不到(自己孤陋寡闻了,第一次接触Axure)。 需求评审后,我百度“如何使用谷歌浏览器查看Axure原型文件”,发现原来需要安装Axure RP扩展程序。 于是百度“谷歌浏览器如何安装Axure RP扩展程序”,发 ...
分类:
其他好文 时间:
2020-05-10 10:55:30
阅读次数:
103
如果元组中含有数字,就会报错:TypeError: sequence item 1: expected str instance, int found 解决: 去空格: ...
分类:
其他好文 时间:
2020-05-10 10:34:25
阅读次数:
61
今天用postman调用后端接口的时候报出这个错误,如下图。 错误原因是用的https请求如下图 把请求改为http即可解决这个错误,如下图 ...
分类:
Web程序 时间:
2020-05-10 01:44:07
阅读次数:
95
CI ~ CodeIgniter在nginx下报错404 Not Found ,解决办法 思路:linux下的/etc/nginx/conf.d,找到nginx的配置文件,修改默认配置文件为自己的新网站配置 下面ABC替换为你的网址,最后再重启服务器即可,service nginx restart ...
分类:
其他好文 时间:
2020-05-09 19:06:47
阅读次数:
70