会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
年华似水゛的博客
~相信光~
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
···
11
下一页
2024年9月14日
vim 插件配置
摘要: " 使用vim-plug添加插件 call plug#begin('~/.vim/plugged') "" 添加YCM插件 Plug 'ycm-core/YouCompleteMe' Plug 'preservim/nerdtree' Plug 'kien/rainbow_parentheses.v
阅读全文
posted @ 2024-09-14 00:16 年华似水゛
阅读(6)
评论(0)
推荐(0)
编辑
2024年9月7日
PR出现冲突无法直接解决
摘要: 举例: 存在p-dev 分支,申请合入 master 分支,产生pr 无法直接自动将pr 合入到master中 需要在本地解决 解决: git checkout p-dev,切换分支dev git pull ,更新到最新的 git merge origin master, 此时会出现冲突,通过vsc
阅读全文
posted @ 2024-09-07 15:59 年华似水゛
阅读(103)
评论(0)
推荐(0)
编辑
2024年8月14日
vscode关闭拓展自动更新和自动更新检查
摘要: 环境: vscode 1.92.1 win 打开 setting,关闭下面的2个功能
阅读全文
posted @ 2024-08-14 16:34 年华似水゛
阅读(88)
评论(0)
推荐(0)
编辑
vscode的Source Control关闭显示Incoming/Outgoing
摘要: 原文 https://blog.csdn.net/u013600225/article/details/141169789 正文 环境:vscode 1.92.1 win x64 user 原因:新版本的vscode这个source control里把git log的 所有commit 都显示出来了
阅读全文
posted @ 2024-08-14 16:32 年华似水゛
阅读(817)
评论(1)
推荐(0)
编辑
2024年8月3日
阿里云镜像加速docker
摘要: 参考链接: https://help.aliyun.com/zh/acr/user-guide/accelerate-the-pulls-of-docker-official-images 正文 获取镜像加速器地址 ACR会为每一个账号(阿里云账号或RAM用户)生成一个镜像加速器地址,配置镜像加速器
阅读全文
posted @ 2024-08-03 16:33 年华似水゛
阅读(326)
评论(0)
推荐(0)
编辑
2024年7月10日
(ninja install,Ubuntu20.04)ModuleNotFoundError: No module named 'mesonbuild'
摘要: ubuntu 2004 进行 meson install -C .build 时,报错 No module named 'mesonbuild' 参考: https://github.com/mesonbuild/meson/issues/7258 原因: 安装时并不是root 安装 you can
阅读全文
posted @ 2024-07-10 16:09 年华似水゛
阅读(580)
评论(0)
推荐(0)
编辑
2024年7月9日
win 快捷键
摘要: 最小化当前窗口的快捷键还有一种按法:Alt+空格+N 没有相关联的“当前窗口最大化”快捷键 Alt+F4——关闭当前程序 Alt+空格+C——关闭窗口 Alt+空格+N——最小化当前窗口 Alt+空格+R——恢复最小化窗口 Alt+空格+X——最大化当前窗口 Alt+空格+M——移动窗口 Alt+空
阅读全文
posted @ 2024-07-09 10:39 年华似水゛
阅读(30)
评论(0)
推荐(0)
编辑
2024年7月6日
meson 编译方法
摘要: 正文 构建编译工程,在目录 .build meson setup .build 开始编译 meson compile -C .build 或者 ninja -C .build 或者 cd .build ninja
阅读全文
posted @ 2024-07-06 16:11 年华似水゛
阅读(59)
评论(0)
推荐(0)
编辑
2024年6月26日
git mergetool difftool 设置
摘要: 1. 设置bc3 或者bc4 win: git config --global merge.tool bc4 git config --global mergetool.bc4.path "D:\work\Software\beyondcomparev4.4.1\BCompare\BComp.exe
阅读全文
posted @ 2024-06-26 15:01 年华似水゛
阅读(47)
评论(0)
推荐(0)
编辑
git 本地对比2次commit直接的差异
摘要: 查看2个改动的细节 我们想查看两次提交之间的差异。可以用如下命令:xx1 ,xx2 是commit hash git diff hash1 hash2 --stat 这样显示的: songchong@srv-artek-pad:~/mytest/songchong$ git diff xx1 xx2
阅读全文
posted @ 2024-06-26 09:53 年华似水゛
阅读(265)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
···
11
下一页
公告