- 博客(5)
- 收藏
- 关注
转载 python--getpass密码非明文显示
我们在执行input('请输入你的密码:')时候,会显示明文,而getpass就解决了明文显示的问题: 1 我们在执行input('请输入你的密码:')时候,会显示明文,而getpass就解决了明文显示的问题: 2 3 import getpass 4 import smtplib 5 from email.mime.text import MIMEText...
2019-09-10 15:26:00
755
转载 pytest——重复执行
一、重复执行用例repeat1.安装:pip install pytest-repeat2.执行:pytest test01.py --count=51 def test_a():2 print('i love you python')3 4 def test_b():5 a='hello'6 assert 'h' in a,...
2019-09-02 14:11:00
653
转载 python-对目录下的文件按时间排序
1.按照时间来排序 1 def get_file_list(file_path): 2 dir_list = os.listdir(file_path) 3 if not dir_list: 4 return 5 else: 6 # 注意,这里使用lambda表达式,将文件按照最后修改时间顺序升序排列...
2019-07-31 14:56:00
4421
转载 python数据可视化—pygal
pygal.Line()基本单线型pygal.StackedLine(fill=True)相同的图形但具有堆叠值和填充渲染view.x_labels=map(str,range(1,34))设置x轴取值范围1、单系列 1 import pygal 2 3 frequency = [10, 20, 30, 40, 50, 60] 4 bar = pygal.Bar...
2019-07-31 14:52:00
355
转载 RobotFramework+eclipse配置
为什么要用Eclipse编辑器?因为ride锻炼不了我们写代码的能力,pycharm编写RF脚本的功能没有EC完善!环境安装步骤:一、python和jdk环境安装配置【略】;二、安装robotframework;三、Ec安装+RED插件;四、配置Ec一、python和jdk环境安装配置python和jdk环境安装配置,这里就不一一介绍,都是最基本的...
2019-07-20 18:39:00
563
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅