摘要: 本文主要参考:https://blog.csdn.net/qq_37237245/article/details/80229143需要的自行去看吧, 因为人家写的很详细,我就不写了,只做记录 阅读全文
posted @ 2021-07-23 10:25 代码诠释的世界 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 1. 环境概况 android studio 4.2.2 mac 10.14.4 2. 主要是用Android studio自带的AVD(安卓虚拟设备),先看效果 3. 创建步骤 1. 打开安卓AVD Manager 菜单栏>tools>AVD Manager或者 2. 点击“Create Virt 阅读全文
posted @ 2021-07-23 10:16 代码诠释的世界 阅读(1381) 评论(0) 推荐(0) 编辑
摘要: 命令行前加上bash $ bash ./gradlew compileDebugJavaWithJavac --stacktrace Welcome to Gradle 6.7.1! Here are the highlights of this release: - File system wat 阅读全文
posted @ 2021-07-22 12:13 代码诠释的世界 阅读(1111) 评论(0) 推荐(0) 编辑
摘要: 1. 先上简单代码 function echo_log(){ color=$1 msg=$2 current=`date "+%Y-%m-%d %H:%M:%S"` if [[ $color == "error" ]]; then echo -e "\033[31m [$current]|${BAS 阅读全文
posted @ 2021-07-13 16:11 代码诠释的世界 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 主要是工作中使用Yapi管理后台http接口 这篇文章解决了我的问题, 记录一下 https://juejin.cn/post/6844904057711099912 阅读全文
posted @ 2021-07-12 20:33 代码诠释的世界 阅读(645) 评论(0) 推荐(0) 编辑
摘要: 基于pytest+allure生成自动化报告的实践,写的挺好 https://www.cnblogs.com/wxhou/p/13160922.html 详细了解还是要看官网 https://docs.qameta.io/allure/#_pytest https://learning-pytest 阅读全文
posted @ 2021-07-12 20:22 代码诠释的世界 阅读(52) 评论(0) 推荐(0) 编辑
摘要: 分享一个免费的流程图网站 https://www.diagrams.net/ 阅读全文
posted @ 2021-07-12 20:09 代码诠释的世界 阅读(1359) 评论(0) 推荐(0) 编辑
摘要: 这里只做记录, 反正我安装好了,注册账号是真的烦。 看到别人写的那么清楚,我就不想写了 原文:https://www.jianshu.com/p/ed3b7a4df560 当然,如果你想用wireshark 下载地址:https://www.wireshark.org/download.html 当 阅读全文
posted @ 2021-07-12 19:57 代码诠释的世界 阅读(301) 评论(0) 推荐(0) 编辑
摘要: 快捷键记住了,直接看官网吧。 shift + command + 5 https://support.apple.com/zh-cn/HT208721 阅读全文
posted @ 2021-07-12 19:52 代码诠释的世界 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 别人都写这么清楚了,我就记录一下好了, 反正网络也不会瘫痪, 手上活,简单的。 1. 下载anaconda, 推荐使用清华源, 快。 2. 安装anaconda,可以自定义相关安装信息 3. 使用conda创建虚拟环境 conda create -n pytorch python=3.6 # 创建虚 阅读全文
posted @ 2021-07-12 19:49 代码诠释的世界 阅读(115) 评论(0) 推荐(0) 编辑