摘要:
## 一、只显示某个 commit 的内容 示例: 1.有多次提交记录。  2.只显示 8dd428 这个 c 阅读全文
posted @ 2023-07-09 11:29
悟透
阅读(1191)
评论(0)
推荐(0)
摘要:
git --date 常用参数 **详细使用说明**: [https://www.cnblogs.com/wutou/p/17493337.html](https://www.cnblogs.com/wutou/p/17493337.html "https://www.cnblogs.com/wut 阅读全文
posted @ 2023-07-09 10:36
悟透
阅读(201)
评论(0)
推荐(0)
摘要:
选项参数语法: --pretty=format:%ae 详细使用教程:https://www.cnblogs.com/wutou/p/17490984.html --pretty=format控制显示信息的颜色:https://www.cnblogs.com/wutou/p/17536218.htm 阅读全文
posted @ 2023-07-09 10:22
悟透
阅读(3694)
评论(0)
推荐(2)
摘要:
1.创建 markdoen 代码片段文件。 注意文件名:markdown.json  2.写代码片段: `` 阅读全文
posted @ 2023-07-08 15:44
悟透
阅读(1169)
评论(0)
推荐(0)
摘要:
log日志,默认显示是黑白的,看这个不方便。加点颜色显示看着更方便。 一、颜色示例 1.默认显示: git log -1 --pretty="format:%h %s" 2.加彩色显示: git log -1 --pretty="format:%h %Cgreen %s %Creset" %h %s 阅读全文
posted @ 2023-07-08 14:40
悟透
阅读(752)
评论(0)
推荐(0)
摘要:
使用 pip 时 出现 pip is configured with locations that require TLS/SSL 是因为在编译时候没有加上开启 SSL 的参数, 现在大部分的网络链接为了安全,都开启了 SSL 加密,常见的有 HTTPS 。 加上 --with-openssl=/u 阅读全文
posted @ 2023-07-07 14:56
悟透
阅读(428)
评论(0)
推荐(0)
摘要:
1.动态库 lib-dynload 路径 ```bash python3 -c 'import random as m;print(m.__file__)' ``` 
评论(0)
推荐(0)
摘要:
一、环境 1.更新 pip3 ,建议更新 ```bash python3.8 -m pip install --upgrade pip ``` 2.更新 setuptools ```bash sudo pip3 install --upgrade setuptools ``` 不更新,报错:Prep 阅读全文
posted @ 2023-07-07 12:44
悟透
阅读(5425)
评论(0)
推荐(0)
摘要:
VMware ubuntu18.04中不能复制、粘贴、拖动 1.先确认安装了 vmware tools 2.重新安装 open-vm sudo apt-get install open-vm-tools-desktop -y 安装过程提示覆盖,选择Y 3.如安装过了,在终端手动执行命令启动: 任意目 阅读全文
posted @ 2023-07-07 10:06
悟透
阅读(1480)
评论(0)
推荐(2)
摘要:
pydoc 是一个能生成网页版的模块,内置模块 命令: ```bash python -m pydoc -p 1234 ``` > -m 加载模块 > -p 网页访问端口 命令行: 
评论(0)
推荐(0)
浙公网安备 33010602011771号