会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
5free
博客园
::
首页
::
博问
::
闪存
::
新随笔
::
联系
::
订阅
::
管理
::
公告
上一页
1
2
3
4
5
下一页
2021年8月13日
git blame 使用
摘要: 通过git blame命令,我们可以查出某个文件的每一行内容到底是由哪位大神所写。 http://www.zhai14.com/blog/git-blame-command-help-u-find-out-who-made-the-serious-mistake.html
阅读全文
posted @ 2021-08-13 19:05 5free
阅读(181)
评论(0)
推荐(0)
Git提交时出现Merge branch 之解决方法
摘要: http://www.javashuo.com/article/p-ktsgokmk-kp.html https://www.fengpengjun.com/archives/160
阅读全文
posted @ 2021-08-13 13:51 5free
阅读(966)
评论(0)
推荐(0)
2021年8月11日
C++ 里 delete 指针两次会怎么样?
摘要: 转 https://www.zhihu.com/question/38998078#answer-41205877
阅读全文
posted @ 2021-08-11 23:53 5free
阅读(123)
评论(0)
推荐(0)
2021年8月10日
Git认证方式https和ssh的原理及比较
摘要: 转自 https://www.cnblogs.com/yssjun/p/10145864.html
阅读全文
posted @ 2021-08-10 11:12 5free
阅读(55)
评论(0)
推荐(0)
2021年8月2日
界面缩放问题
摘要: 设计界面需要考虑缩放对界面的影响。
阅读全文
posted @ 2021-08-02 12:38 5free
阅读(56)
评论(0)
推荐(0)
2021年7月28日
Git 远程库回退
摘要: 简单点 git reset --hard git push --force 但是据说会存在问题。后面细究。
阅读全文
posted @ 2021-07-28 17:49 5free
阅读(41)
评论(0)
推荐(0)
2021年7月27日
MFC 操作快捷键
摘要: 预览对话框 CTRL+T
阅读全文
posted @ 2021-07-27 10:41 5free
阅读(86)
评论(0)
推荐(0)
2021年7月26日
Git 团队协作中常用术语 WIP PTAL CC LGTM 等解释
摘要: https://blog.csdn.net/kunyus/article/details/93472646 WIP Work in progress, do not merge yet. // 开发中LGTM Looks good to me. // Riview 完别人的 PR ,没有问题PTAL
阅读全文
posted @ 2021-07-26 14:29 5free
阅读(430)
评论(0)
推荐(0)
2021年7月25日
远程桌面 要求的函数不受支持
摘要:
阅读全文
posted @ 2021-07-25 00:18 5free
阅读(37)
评论(0)
推荐(0)
2021年6月17日
GIt warning: remote HEAD refers to nonexistent ref, unable to checkout.
摘要: 因为远程仓库里 HEAD 文件 ref: refs/heads/xxxx xxxx 不存在,修改为存在的,或者 git checkout master
阅读全文
posted @ 2021-06-17 16:15 5free
阅读(516)
评论(0)
推荐(0)
上一页
1
2
3
4
5
下一页