09 2020 档案
摘要:clang-format的介绍和使用 https://www.cnblogs.com/__tudou__/p/13322854.html 在github上有的代码仓库中含有这个文件和相应的Python脚本,记录一下缘由。
阅读全文
摘要:国内三个下载地址 https://repo.huaweicloud.com/java/jdk/ https://www.injdk.cn/ https://mirrors.tuna.tsinghua.edu.cn/AdoptOpenJDK/
阅读全文
摘要:在Push时报错 一种解决方案是 git push remote-name --delete branch-name git push remote-name branch-name 删除远程仓库的远程分支,之后Push一个同名的分支,即可解决Push报错问题 合并提交 这个是用变基命令,重写历史的
阅读全文
摘要:是在码云右侧推荐给我的,感觉这个推荐很给力。 这个工具应该说是比较完善的。 从开发者的角度看,功能基本已经完善了。 代码仓库传送门:https://gitee.com/haujet/QuickCut
阅读全文