学习pytest第一步 一、安装 pytest不是python默认的package,需要手动安装。 pytest支持python 2.6--3.5之间的版本,同时可以在windows、unix系统上安装 安装方式: pip install pytest 另外,可能会遇到一下问题: Could not ...
分类:
编程语言 时间:
2020-03-16 09:38:00
阅读次数:
86
在dos命令窗口输入pip install flask 遇到错误 错误: ERROR: Could not find a version that satisfies the requirement Werkzeug>=0.15 (from flask) (from versions: none)E ...
分类:
其他好文 时间:
2020-03-15 22:08:44
阅读次数:
242
情态动词+完成时 (1)“情态动词+have + done过去分词.” a. 表达过去事实。 b. 推测的含义,比如可能已经这样,或者一定这样了。表猜测 (但助动词should例外)。 1. He can/could have arrived. 他可能已经到了。 2. He may/might ha ...
分类:
其他好文 时间:
2020-03-14 23:38:29
阅读次数:
72
1 按dhcp安装完成之后,如果yum install net-tools失败,出现 Could not retrieve mirrorlist 错误时,需要改一下dns,具体命令 vi /etc/resolv.conf 添加 一个阿里云的dns,然后重启网络服务 service network r ...
分类:
其他好文 时间:
2020-03-14 21:52:07
阅读次数:
56
async main方法 static int Main()//以前 { return DoAsyncWork().GetAwaiter().GetResult(); } static async Task Main() //现在 有返回值 { // This could also be repla... ...
由于在拉取这是由于删除一个项目时,没有同时在硬盘上删除该项目,而后又到硬盘文件系统中删除了该项目,才出现这问题的。 方法一:参考https://www.cnblogs.com/iamconan/p/7383651.html 到eclipse工作空间workspace中找到\.metadata\.pl ...
分类:
Web程序 时间:
2020-03-14 14:56:52
阅读次数:
72
什么是 vue-cli vue-cli 官方提供的一个脚手架(预先定义好的目录结构及基础代码,咱们在创建 Maven 项目时可以选择创建一个骨架项目,这个骨架项目就是脚手架)用于快速生成一个 vue 的项目模板 统一的目录结构 本地调试 热部署 单元测试 集成打包上线 安装 环境准备 Node.js ...
分类:
其他好文 时间:
2020-03-14 13:06:02
阅读次数:
80
0.Types of People Doctors 医生????? Answer any questions?that the patient has for you . Ask questions about how the patient is feeling .Give some advice ...
分类:
其他好文 时间:
2020-03-14 11:15:10
阅读次数:
161
flume 启动agent报No appenders could be found for logger的解决 ...
分类:
移动开发 时间:
2020-03-14 11:10:42
阅读次数:
63
情态动词(一) can/could/may/might (1) can/could表示能力,用be able to代替也行 can/could现在/过去的能力 客观可能性(can的可能性大)could表达的更委婉 表示请求和允许 He can/could/is able to swim. 他可以游泳 ...
分类:
其他好文 时间:
2020-03-13 23:30:38
阅读次数:
165