上一页 1 ··· 58 59 60 61 62 63 64 65 66 ··· 99 下一页
摘要: **Git 官方:** > book 说明大全,中文版:https://git-scm.com/book/zh/v2/ > book 说明大全,英文版:https://git-scm.com/book/en/v2/ > docs 说明大全,英文版:https://git-scm.com/docs * 阅读全文
posted @ 2023-08-11 09:43 悟透 阅读(64) 评论(0) 推荐(0)
摘要: 大部分人的企业微信登录都是用微信注册的,但是发邮件时候还是会显示微信昵称,这样不友好,别人也不直观,看到是谁发的。 ### 一、打开企业微信官网 https://open.work.weixin.qq.com/ 在页面最下面的,右下角,扫描 企业微信客服 ![image](https://img20 阅读全文
posted @ 2023-08-10 17:57 悟透 阅读(2291) 评论(0) 推荐(1)
摘要: PowerShell拆分窗格 ### 一、拆分选项卡窗格 **1.鼠标操作:** ![image](https://img2023.cnblogs.com/blog/597729/202308/597729-20230809094954658-2060218793.png) **2.快捷键操作:Al 阅读全文
posted @ 2023-08-09 11:17 悟透 阅读(1200) 评论(0) 推荐(0)
摘要: 执行 configure 时,提示各种命令都没有找到 ### 一、执行 ```bash ./configure CFLAGS=-D_GNU_SOURCE ``` ### 二、错误提示 ```bash ./configure CFLAGS=-D_GNU_SOURCE ./configure: line 阅读全文
posted @ 2023-08-08 12:16 悟透 阅读(575) 评论(0) 推荐(0)
摘要: ### 一、echo 输出提示 ```bash #!/bin/bash echo "请输入要选择的数字(1-9): " read num ``` 效果: ![image](https://img2023.cnblogs.com/blog/597729/202308/597729-2023080422 阅读全文
posted @ 2023-08-04 22:50 悟透 阅读(214) 评论(0) 推荐(0)
摘要: 因为某些原因,你的仓库IP或网址编了,不得不修改远程仓库的地址。 ### 方法一: 删除本地仓库,重新从远程拉取仓库。这样虽然简单,但是耗时间。 ### 方法二:命令行,修改 https 协议地址 假设,本地仓库关联了 gitee 远程仓库,执行下面命令 ```bash git remote -v 阅读全文
posted @ 2023-08-04 22:37 悟透 阅读(523) 评论(0) 推荐(0)
摘要: 彩色库: ## Color msg ## 来源:https://gitee.com/ApolloAuto/apollo/blob/master/scripts/apollo.bashrc BOLD='\033[1m' RED='\033[31m' BLUE='\033[1;34;48m' GREEN 阅读全文
posted @ 2023-08-02 12:52 悟透 阅读(192) 评论(0) 推荐(0)
摘要: ## 默认显示分支信息: ```bash git log ``` ![image](https://img2023.cnblogs.com/blog/597729/202307/597729-20230731121434443-882343877.png) 最新提交的在上面。 ### 1. 正序,最 阅读全文
posted @ 2023-07-31 14:18 悟透 阅读(109) 评论(0) 推荐(0)
摘要: ## 更多最新参数说明: https://www.cnblogs.com/wutou/p/17593164.html ## 默认显示分支信息: ```bash git log ``` ![image](https://img2023.cnblogs.com/blog/597729/202307/59 阅读全文
posted @ 2023-07-31 12:35 悟透 阅读(707) 评论(0) 推荐(0)
摘要: 翻看微信官网有没有微信PC版本更新,并查看了官网的更新日志,无意中发现了还有支持XP和Vista系统的版本。 ## 一、支持XP和Vista系统的版本下载: #### 1.打开官网:https://weixin.qq.com 点击更多日志 ![image](https://img2023.cnblo 阅读全文
posted @ 2023-07-30 20:55 悟透 阅读(12816) 评论(0) 推荐(0)
上一页 1 ··· 58 59 60 61 62 63 64 65 66 ··· 99 下一页