摘要:
先安装格式化依赖包 pip install autopep8 根据截图设置 阅读全文
摘要:
https://dev.to/cuongld2/build-simple-api-service-with-python-fastapi-part-1-581o 阅读全文
摘要:
新建别名 alias gl='git log --pretty=format:"%h | %ai | %an | %s" | head -n 40' gl 80684a24 | 2021-11-30 17:53:13 +0800 | bb | 下拉 del清除 edb042d8 | 2021-11- 阅读全文
摘要:
Bug管理工具 tapd、jira、禅道、mantis 抓包工具 fiddler、charles、wireshark、whistle 数据库 mysql/oracle、navicat 操作系统 linux、ssh、xshell 版本控制工具 git、svn 开发工具 vim、pycharm、vsco 阅读全文
摘要:
JAVA_HOME D:\server\java\jdk-11.0.12 Path %JAVA_HOME%\bin %ANDROID_HOME%\tools\bin %ANDROID_HOME%\platform-tools %ANDROID_HOME%\build-tools\27.0.1 d:\ 阅读全文
摘要:
问题: 默认系统安全级别, 修改 /proc/cygdrive/c/Windows/System32/drivers/etc/hosts 文件保存时会提示权限问题 解决: 使用管理员 打开cmd再修改 Microsoft Windows [版本 10.0.22000.318] (c) Microso 阅读全文
摘要:
错误 $ ./release.sh sending incremental file list gid 4294967295 (-1) is impossible to set on "/data/www/qa/." gid 4294967295 (-1) is impossible to set 阅读全文
摘要:
命令行指令 Git 全局设置 git config --global user.name "hellobaby" git config --global user.email "hellobaby@163.com" 创建新版本库 git clone git@code.aliyun.com:hello 阅读全文
摘要:
安装Java环境 官网下载 Java8 https://www.oracle.com/java/technologies/downloads/#java8 安装jmeter 去官网下载 https://dlcdn.apache.org//jmeter/binaries/apache-jmeter-5 阅读全文
摘要:
插件安装 去站点下载插件管理jar包 https://jmeter-plugins.org/install/Install/ Download plugins-manager.jar and put it into lib/ext directory, then restart JMeter. 查看 阅读全文