上一页 1 ··· 237 238 239 240 241 242 243 244 245 ··· 329 下一页
摘要: git 查看代理 没反应怎么回事? 没代理的话,看不到东西 git config --global http.proxy 写的挺全面 https://www.cnblogs.com/ziyue7575/p/12912172.html ... 阅读全文
posted @ 2020-07-03 12:53 bH1pJ 阅读(71) 评论(0) 推荐(0)
摘要: fork的仓库如何和父父仓库同步 应该是第二次问这个问题了: 第三次问这个问题了; 1、直接在web页面进行操作( 是否存在直接在web页面上,fetch的可能性?) 1 2、在本地的仓库中进行操作 git remote -v git remote add upstream 【https://git 阅读全文
posted @ 2020-07-03 00:03 bH1pJ 阅读(7) 评论(0) 推荐(0)
摘要: fork的仓库如何和父父仓库同步 应该是第二次问这个问题了: git remote -v git remote remove upstream git remote add upstream git@github.com:Image-Py/ima... 阅读全文
posted @ 2020-07-03 00:03 bH1pJ 阅读(34) 评论(0) 推荐(0)
摘要: fork的仓库如何和父父仓库同步 应该是第二次问这个问题了: git remote -v git remote remove upstream git remote add upstream git@github.com:Image-Py/ima... 阅读全文
posted @ 2020-07-03 00:03 bH1pJ 阅读(34) 评论(0) 推荐(0)
摘要: git 删除远程和本地的分支 git push origin --delete 0.4 git branch -d 0.4 阅读全文
posted @ 2020-07-01 22:58 bH1pJ 阅读(22) 评论(0) 推荐(0)
摘要: git 删除远程和本地的分支 git push origin --delete 0.4 git branch -d 0.4 阅读全文
posted @ 2020-07-01 22:58 bH1pJ 阅读(26) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-06-30 00:01 bH1pJ 阅读(16) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-06-30 00:01 bH1pJ 阅读(10) 评论(0) 推荐(0)
摘要: Qt setFocus 参考资料: https://doc.qt.io/qt-6/qwidget.html#setFocus void QWidget::setFocus(Qt::FocusReason reason) Gives the keyboard input focus to this w 阅读全文
posted @ 2020-06-29 21:34 bH1pJ 阅读(127) 评论(0) 推荐(0)
摘要: Qt setFocus 有点难,先挖一个坑 阅读全文
posted @ 2020-06-29 21:35 bH1pJ 阅读(265) 评论(0) 推荐(0)
上一页 1 ··· 237 238 239 240 241 242 243 244 245 ··· 329 下一页