自动化测试、性能、前后端、测试平台、安全、爬虫等
但知行好事,莫要问前程
  • 首页
  • 归档
  • 标签
  • 分类
  • 关于
  • 首页
  • 归档
  • 标签
  • 分类
  • 关于
  • Django项目打包的步骤以及可能出现的问题

    在anaconda虚拟环境下打包失败了,切换到系统python下pipenv打包成功了。 打包成exe若想要打包的项目为单独的py文件,则使用 pyinstaller-F xxx.py ’打包若想要打包的项目为一个的文件夹,则使用 pyi-makes...
     
    • 工具 
    阅读全文 
  • 爬虫问题

    乱码问题解决1 1r = requests.get(url, headers=headers) 读取时读取r.content 解决2查看原网页中head标签中的charset设置 1bf = bs4.BeautifulSoup(html,'...
     
    • 爬虫 
     
    • 爬虫 
    • | 问题 
    阅读全文 
  • html2text修改图片存储

    modify html2markdown source code,the location and format of pictures in html. old version note the first line, add the second...
     
    • python 
    • | 第三方库 
    阅读全文 
  • allure集成Jenkins生成的报告为空

    参考:https://github.com/jenkinsci/allure-plugin/issues/201#issuecomment-499879705 1234567Here is the solution: Inside your wor...
     
    • 自动化测试 
     
    • 效率 
    阅读全文 
  • jmeter脚本常用命令

    命令参数1234567891011-n 非GUI模式,命令行模式(表示在非GUI模式下运行)-t 测试文件, 要运行的jmeter测试脚本文件(一般使用绝对路径)-l 结果文件,记录结果的文件-h 获取jmeter帮助信息-r 远程执行,启动远程服务...
     
    • 性能测试 
    阅读全文 
  • docker搭建jforum

    pull mysql 镜像运行: 1docker run --name hi-mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=123456 -d mysql:5.7 这里将密码设置为了123456,也可以设置为其他...
     
    • docker 
    阅读全文 
  • element-ui修改自定义主题

    official document:https://element.eleme.cn/#/zh-CN/component/custom-theme change color open:theme editor online button,modify...
     
    • 前端 
    阅读全文 
  • pip安装github包确定egg名称

    安装1pipenv install git+https://github.com/bluejeans/api-rest-meetings.git@pip-repo#egg=BlueJeansMeetingsRestApi setup.py1234...
     
    • python 
    阅读全文 
  • 爬取技术文本存为markdown

    网址python cookbook: https://python3-cookbook.readthedocs.io/zh_CN/latest/ 库需要用到html2markdown库,先安装 1pipenv install html2text b...
     
    • python第三方库 
     
    • 爬虫 
    阅读全文 
  • 冷静的做自动化测试

    冷静,在自动化和测试开发的路上要冷静,不要被看起来高大上又新鲜的框架技术洗白。 探索的历程 Excel api test google sheet api test flask bootstrap4 api test & ui test py...
     
    • 自动化测试 
    阅读全文 
下一页
© 2015 - 2024    Whisper
由 Hexo 驱动 | 主题 Keep v3.6.1