摘要: 开启,关闭mysql Mysql在修改my.ini文件后,如修改字符集,需要重启服务才能生效。 开启的命令:net start mysql关闭的命令:net stop mysql 进入本地数据库: mysql -hlocalhost -uroot -p105157 临时支持tab键补全(linux下 阅读全文
posted @ 2020-11-25 10:54 心痛是尾调 阅读(96) 评论(0) 推荐(0) 编辑
摘要: adb 基本操作 adb connect/disconnect 通过WiFi进行远程调试,此时我们就可以不需要通过USB线将手机连接到电脑了,但是有如下注意事项: 1、确保手机和电脑处于同一网络中(连接的同一个路由器) 2、提前通过adb tcpip 5555来确定通讯的端口号 3、再通过adb c 阅读全文
posted @ 2020-02-18 22:04 心痛是尾调 阅读(2258) 评论(0) 推荐(1) 编辑
摘要: 运行结果: test session starts platform win32 -- Python 3.7.4, pytest-5.1.0, py-1.8.0, pluggy-0.12.0rootdir: E:\py_pytest\interfacecollected 3 items test_f 阅读全文
posted @ 2019-08-17 18:32 心痛是尾调 阅读(3198) 评论(0) 推荐(0) 编辑
摘要: 运行结果: test session starts platform win32 -- Python 3.7.4, pytest-5.1.0, py-1.8.0, pluggy-0.12.0rootdir: E:\py_pytest\interfacecollected 2 items test_f 阅读全文
posted @ 2019-08-17 18:29 心痛是尾调 阅读(519) 评论(0) 推荐(0) 编辑
摘要: 运行结果; test session starts platform win32 -- Python 3.7.4, pytest-5.1.0, py-1.8.0, pluggy-0.12.0rootdir: E:\py_pytest\interfacecollected 3 items test_f 阅读全文
posted @ 2019-08-17 18:26 心痛是尾调 阅读(684) 评论(0) 推荐(0) 编辑
摘要: 1:准备html模版 打开模版,数据替换 工程目录 阅读全文
posted @ 2019-08-08 04:42 心痛是尾调 阅读(1384) 评论(0) 推荐(0) 编辑
摘要: 打印结果 3 6 9 打印结果 3 6 9 打印结果 30 30 30 打印结果 30 35 40 阅读全文
posted @ 2019-08-05 02:34 心痛是尾调 阅读(13245) 评论(1) 推荐(3) 编辑
摘要: 打印结果 20 30 报错信息: a=a+20 UnboundLocalError: local variable 'a' referenced before assignment 打印结果 50 50 阅读全文
posted @ 2019-08-05 02:02 心痛是尾调 阅读(3419) 评论(0) 推荐(0) 编辑
摘要: text=excuse,name=add7outer_args=(1, 2, 'test'),outer_kwargs={'test1': 2},decorator_args={'outer_args': (1, 2, 'test'), 'outer_kwargs': {'test1': 2}},f 阅读全文
posted @ 2019-07-26 12:59 心痛是尾调 阅读(623) 评论(0) 推荐(0) 编辑
摘要: arg(<__main__.MyClass object at 0x10c5b5240>, 'admin', 10),keord{},fuc_args{'self': <__main__.MyClass object at 0x10c5b5240>, 'username': 'admin', 'it 阅读全文
posted @ 2019-07-26 01:39 心痛是尾调 阅读(364) 评论(0) 推荐(0) 编辑