上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 46 下一页
摘要: 1、现象 2、原因 因为只有python3 3、处理 MacBook-Pro ~ % echo "alias python=/usr/bin/python3" >> ~/.zshrc MacBook-Pro ~ % source ~/.zshrc MacBook-Pro ~ % echo "alia 阅读全文
posted @ 2022-06-29 19:50 代码诠释的世界 阅读(3539) 评论(0) 推荐(0) 编辑
摘要: 1、报错 2022-06-29 17:48:29.821 xcodebuild[1217:12822] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionPointIdentifierTo 阅读全文
posted @ 2022-06-29 17:53 代码诠释的世界 阅读(3908) 评论(0) 推荐(0) 编辑
摘要: 1、官网 https://github.com/conda-forge/miniforge 2、下载 https://github.com/conda-forge/miniforge/releases 3、安装 Install Unix-like platforms Download the ins 阅读全文
posted @ 2022-06-29 14:39 代码诠释的世界 阅读(7805) 评论(2) 推荐(0) 编辑
摘要: 1、官方 https://docs.conda.io/projects/conda/en/latest/configuration.html 2、国内常用镜像 https://developer.aliyun.com/mirror/anaconda/ https://mirrors.tuna.tsi 阅读全文
posted @ 2022-06-29 11:45 代码诠释的世界 阅读(9823) 评论(1) 推荐(0) 编辑
摘要: 1、打开CMD的方法 方法1、win+R打开 方法2、win+X打开快捷面板 2、CMD查看命令记录 方法1、使用F7快捷键 方法2、使用上下键,或者F3,F8查询 方法3、使用DOSKEY/HISTORY 3、powershell查看历史执行记录 参考链接: https://wenku.baidu 阅读全文
posted @ 2022-06-29 10:36 代码诠释的世界 阅读(2113) 评论(0) 推荐(0) 编辑
摘要: 1、官网 https://jmeter.apache.org/index.html 2、安装配置 安装JDK 安装Jmeter 3、模拟用户并发 创建测试计划 创建线程组 创建HTTP请求 创建测试报告 执行 Ctrl + r 参考链接: https://www.shuzhiduo.com/A/gA 阅读全文
posted @ 2022-06-28 18:09 代码诠释的世界 阅读(309) 评论(0) 推荐(0) 编辑
摘要: 1、官网 https://httpd.apache.org/download.cgi 2、命令帮助 C:\Users\Administrator>ab /? Usage: ab [options] [http://]hostname[:port]/path Options are: -n reque 阅读全文
posted @ 2022-06-28 17:39 代码诠释的世界 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 1、官网 https://www.elastic.co/guide/en/kibana/7.5/kuery-query.html 2、常用语法 精确匹配 字段值查询 通配符查询 逻辑查询 大于 参考链接: https://blog.csdn.net/qq_45141105/article/detai 阅读全文
posted @ 2022-06-27 20:50 代码诠释的世界 阅读(589) 评论(0) 推荐(0) 编辑
摘要: 1、开始菜单卸载 2、wslconfig命令行卸载 C:\Users\Administrator>wslconfig /? 在 Windows Subsystem for Linux 上执行管理操作 用法: /l, /list [选项] 列出已注册分发。 /all - 可选择列出所有分发,包括 当前 阅读全文
posted @ 2022-06-27 19:59 代码诠释的世界 阅读(5903) 评论(0) 推荐(0) 编辑
摘要: 1、 问题 本人是WSL连接服务器,但是报错:connect /tmp/.X11-unix/X0: No such file or directory 2、 处理方法 打开MobaXterm 设置DISPLAY=localhost:0 3、然后启动远程图形界面程序 参考链接: https://www 阅读全文
posted @ 2022-06-22 09:49 代码诠释的世界 阅读(896) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 46 下一页