06 2022 档案

摘要:https://blog.csdn.net/qq_36614557/article/details/120713808 阅读全文
posted @ 2022-06-16 09:51 zwj鹿港小镇 阅读(26) 评论(0) 推荐(0) 编辑
摘要:一、范例代码: #include <iostream> #include "test.h" #include <unistd.h> #include <pthread.h> using namespace std; int x = 0; int y = 0; pthread_t pthid1, pt 阅读全文
posted @ 2022-06-11 13:17 zwj鹿港小镇 阅读(319) 评论(0) 推荐(0) 编辑
摘要:一、提交格式: <type>(<scope>): <subject> // 空一行 <body> 二、范例: fix #251: add DataValidation 提交的具体情况 三、说明: (1):type(必需) 用于说明 commit 的类别: br: 此项特别针对bug号,用于向测试反馈 阅读全文
posted @ 2022-06-08 12:40 zwj鹿港小镇 阅读(208) 评论(0) 推荐(0) 编辑
摘要:一、开发流程图 二、具体流程 (1) 要从Github下载一个项目,需要用到clone命令。 git clone xxxxxxx.git (2)创建并切换到新建的分支 git checkout -b feature-A develop 然后可以在新的分支上愉快的写代码开发新功能了,开发测试完毕后: 阅读全文
posted @ 2022-06-04 11:50 zwj鹿港小镇 阅读(162) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示