curl is a tool to transfer data from or to a server, using one of the supported protocols ( DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, L ...
分类:
Web程序 时间:
2018-12-28 10:43:51
阅读次数:
263
搜索LR安装目录bin文件夹下有个“wlrun.exe”的文件,邮件点击“属性”->"兼容性"->兼容模式中选择“windows 7”,确认后重新打开即可,win10下是这个选项,其他操作系统挨个试一下,总有一个可以的! ...
碰到这个一般是内核没有开启相应的 macvtap 选项,开启相应选项后,就不会报错了。 但是 macvtap 工作起来还是不正常,宿主和虚拟都不能上网了。 ...
分类:
系统相关 时间:
2018-12-24 02:54:06
阅读次数:
404
运行python代码,出现如下警告: C:\Users\niko\PycharmProjects\python_new\venv\lib\site-packages\openpyxl\reader\worksheet.py:322: UserWarning: Unknown extension is ...
分类:
其他好文 时间:
2018-12-21 00:55:04
阅读次数:
1212
解决方法: 其实就是docker镜像文件夹目录作怪,新版本的目录无法与旧版本目录相兼容。 不过建议降级的用户这样操作: ${version}指定了要降级到的版本。 ...
分类:
其他好文 时间:
2018-12-20 14:40:27
阅读次数:
127
签名出现错误: ITMS-90046: "Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported ...
分类:
其他好文 时间:
2018-12-20 12:00:03
阅读次数:
361
官方文档地址https://jmeter-plugins.org/wiki/PerfMon/ 启动JMeter,下载客户端插件: 服务端下载地址 https://github.com/undera/perfmon-agent/blob/master/README.md#supported-metri ...
分类:
其他好文 时间:
2018-12-18 21:23:27
阅读次数:
600
为什么要有python3: In November 2014, it was announced that Python 2.7 would be supported until 2020, and reaffirmed that there would be no 2.8 release as u ...
分类:
编程语言 时间:
2018-12-15 17:24:09
阅读次数:
170
this authentication plugin is not supported 应用程序连接mysql docker一直报错:this authentication plugin is not supported。 google发现,原来是mysql新版本(8.0以上)将root用户使用的p ...
分类:
数据库 时间:
2018-12-15 12:08:54
阅读次数:
648
在使用SpringBoot的时候,在html页面用form表单post提交数据的时候报错: Request method 'POST' not supported 错误解析: 我是用的前端页面是HTML页面,而HTML文件,它并不支持响应头带有 post 的应答包,所以会报错。 而且在测试的时候进入 ...
分类:
其他好文 时间:
2018-12-14 21:10:38
阅读次数:
2853