摘要: 1.下载HTMLTestRunner 地址 http://tungwaiyip.info/software/HTMLTestRunner.html 2.右键--链接另存为保存为.py文件 3.修改,下的是应用python2.X的 我的是python3.X故需要修改 94行引入的名称要改,从 impo 阅读全文
posted @ 2021-11-05 15:40 小美丫 阅读(171) 评论(0) 推荐(0)
摘要: 1.linux下部署web程序后,一定要检查防火墙是否拦截了2.查看mysql状态:service mysqld status 查看firewall服务状态:systemctl status firewalld停止防火墙服务:systemctl stop firewalld.service 开启和重 阅读全文
posted @ 2021-10-15 10:16 小美丫 阅读(69) 评论(0) 推荐(0)
摘要: 1.win+r进入 2.输入gpedit.msc 打开本地组策略编织器 3.计算机配置--管理模板-Qos数据包计划程序 4.双击限制可保留宽带 5.已启用 限制为0 点击确定按钮 阅读全文
posted @ 2021-09-16 11:00 小美丫 阅读(37) 评论(0) 推荐(0)
摘要: linux环境下安装了nload wget rpm格式的 rpm -ivh 版本 nload -m 阅读全文
posted @ 2021-09-15 17:55 小美丫 阅读(64) 评论(0) 推荐(0)
摘要: 安装基本的命令行命令 yum install per* 安装以per开头的文件 yum list pam* 列出以pam开头的文件 scp 复制文件 scp -r local_folder remote_ip:remote_folder cat /proc/cpuinfo top tai - 100 阅读全文
posted @ 2021-09-14 15:38 小美丫 阅读(21) 评论(0) 推荐(0)
摘要: 1.读取文件路径 可以写绝对路径 2. 3.设置recycle on eof 不循环文件 stop thread on eof 是否到达文件末尾的时候停止现场 阅读全文
posted @ 2021-09-14 15:25 小美丫 阅读(210) 评论(0) 推荐(0)