上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 51 下一页
摘要: 1、处理方法 git config --system core.longpaths true 顾名思义,就是支持长的路径 2、官网文档 https://git-scm.com/doc 参考链接: https://blog.csdn.net/qq_42068550/article/details/89 阅读全文
posted @ 2022-08-03 10:21 代码诠释的世界 阅读(251) 评论(0) 推荐(0)
摘要: 1、场景 只有一级目录 2、批处理脚本 CHCP 65001 @ECHO OFF ECHO "####################################################" ECHO "# Subject: update git repo #" ECHO "# Date: 阅读全文
posted @ 2022-08-02 14:50 代码诠释的世界 阅读(402) 评论(0) 推荐(0)
摘要: 参考链接: https://blog.csdn.net/qq_37107304/article/details/103731209 阅读全文
posted @ 2022-08-01 20:06 代码诠释的世界 阅读(116) 评论(0) 推荐(0)
摘要: 1、docker hub https://hub.docker.com/_/mysql 2、创建目录 mkdir -p $HOME/mysql/conf $HOME/mysql/data $HOME/mysql/log 3、编辑配置文件 # 编辑配置文件my.cnf vim my.cnf # 新增配 阅读全文
posted @ 2022-08-01 15:34 代码诠释的世界 阅读(445) 评论(0) 推荐(0)
摘要: 空了再写 参考链接: https://blog.csdn.net/zyndev/article/details/113888620 阅读全文
posted @ 2022-08-01 14:56 代码诠释的世界 阅读(63) 评论(0) 推荐(0)
摘要: 1、官网 https://www.consul.io/docs/guides HTTP API | Consul by HashiCorp 2、docker hub https://hub.docker.com/_/consul/ 3、github https://github.com/hashic 阅读全文
posted @ 2022-08-01 12:06 代码诠释的世界 阅读(480) 评论(0) 推荐(0)
摘要: 1、系统 2、步骤 打开系统偏好设置 打开电池选项 打开电源适配器选项 至此即可 阅读全文
posted @ 2022-08-01 11:32 代码诠释的世界 阅读(675) 评论(0) 推荐(0)
摘要: 1、官网 https://developer.aliyun.com/mirror/ubuntu?spm=a2c6h.13651102.0.0.3e221b11WGU6KG 2、一键替换(更快捷) 备份(备份是个好习惯) sudo cp /etc/apt/sources.list /etc/apt/s 阅读全文
posted @ 2022-08-01 10:26 代码诠释的世界 阅读(3406) 评论(0) 推荐(0)
摘要: 1、pymongo官网 https://pypi.org/project/pymongo/ https://api.mongodb.com/ 2、github https://github.com/mongodb/mongo-python-driver 3、文档 https://www.osgeo. 阅读全文
posted @ 2022-07-30 21:58 代码诠释的世界 阅读(390) 评论(0) 推荐(0)
摘要: 1、下载 https://www.dll-files.com/geos_c.dll.html 2、按照提示放到对应目录和注册即可 C:\Windows\System32 阅读全文
posted @ 2022-07-30 21:42 代码诠释的世界 阅读(231) 评论(0) 推荐(0)
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 51 下一页