From 4d12c962d726e62ba99fa285e6a2cedfe6d7e890 Mon Sep 17 00:00:00 2001 From: Goodenough <2381642961@qq.com> Date: Fri, 2 Jun 2023 15:54:52 +0000 Subject: [PATCH 1/4] =?UTF-8?q?update=20=E3=80=8A=E6=95=99=E7=A8=8B?= =?UTF-8?q?=E3=80=8B=E2=80=94=E7=9B=AE=E5=BD=95.txt.=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E4=BA=86=E7=94=B5=E8=8D=B7=E6=B3=B5=E6=8B=BC=E5=86=99=E9=94=99?= =?UTF-8?q?=E8=AF=AF=EF=BC=8C=E6=9B=B4=E6=8D=A2=E4=BA=86=E5=B8=83=E5=B0=94?= =?UTF-8?q?=E4=BB=A3=E6=95=B0=E7=9A=84=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Goodenough <2381642961@qq.com> --- ...0\213\343\200\213\342\200\224\347\233\256\345\275\225.txt" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/\343\200\212\346\225\231\347\250\213\343\200\213\342\200\224\347\233\256\345\275\225.txt" "b/\343\200\212\346\225\231\347\250\213\343\200\213\342\200\224\347\233\256\345\275\225.txt" index a63bbb0..82547b6 100644 --- "a/\343\200\212\346\225\231\347\250\213\343\200\213\342\200\224\347\233\256\345\275\225.txt" +++ "b/\343\200\212\346\225\231\347\250\213\343\200\213\342\200\224\347\233\256\345\275\225.txt" @@ -4,7 +4,7 @@ 1、逻辑输入(input)、逻辑输出(output)与一些简单的门电路 2、继续学习门电路 3、True与False - 4、布尔代数(选修) + 4、布尔代数 5、半加器与全加器 6、二位乘法器(含偏难的拓展内容,可以跳过本文去看(1)11) 7、真值表与时钟(clk) @@ -135,7 +135,7 @@ 滤波(此坑待填) 马克思发生器 多谐波振荡器与555定时器版本 - 电荷泵 + 电荷泵 数模转换(DAC) 互感的扩展使用 应急灯[冲精] -- Gitee From eec2e50a70faf3b0c756f01d90b11883fb7b7260 Mon Sep 17 00:00:00 2001 From: Goodenough <2381642961@qq.com> Date: Fri, 2 Jun 2023 16:03:11 +0000 Subject: [PATCH 2/4] =?UTF-8?q?rename=20=E8=A7=84=E8=8C=83.md=20to=20?= =?UTF-8?q?=E3=80=8A=E6=95=99=E7=A8=8B=E3=80=8B=E2=80=94=E8=A7=84=E8=8C=83?= =?UTF-8?q?.md.=20=E6=9B=B4=E6=96=B0=E4=BA=86=E7=89=A9=E5=AE=9E=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E8=A7=84=E8=8C=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Goodenough <2381642961@qq.com> --- ...50\213\343\200\213\342\200\224\350\247\204\350\214\203.md" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename "\350\247\204\350\214\203.md" => "\343\200\212\346\225\231\347\250\213\343\200\213\342\200\224\350\247\204\350\214\203.md" (56%) diff --git "a/\350\247\204\350\214\203.md" "b/\343\200\212\346\225\231\347\250\213\343\200\213\342\200\224\350\247\204\350\214\203.md" similarity index 56% rename from "\350\247\204\350\214\203.md" rename to "\343\200\212\346\225\231\347\250\213\343\200\213\342\200\224\350\247\204\350\214\203.md" index 80f17a5..a138f92 100644 --- "a/\350\247\204\350\214\203.md" +++ "b/\343\200\212\346\225\231\347\250\213\343\200\213\342\200\224\350\247\204\350\214\203.md" @@ -2,8 +2,8 @@ 1. 创建属于你的"物实教程"的分支 2. 在属于你的分支中更新 3. 当你确认无误后,提交pr -4. pr通过仓库管理员审核后,更新会被合并到主分支(master) -5. 将主分支上的"《教程》—目录.txt"复制到物实上的```《教程》—目录```的简介,更新讨论 +4. pr通过仓库管理员初步审核后,分支上的更新会被复制到物实,进行最后的测试 +5. 如果测试通过,pr会被合并到主分支(master),否则将物实上的简介回退到主分支上最后一次更新,并拒绝该pr # 教程格式规范 -- Gitee From c511719e1ce8e75980271b98efea9e0c9a4aa444 Mon Sep 17 00:00:00 2001 From: Goodenough <2381642961@qq.com> Date: Fri, 2 Jun 2023 16:06:28 +0000 Subject: [PATCH 3/4] =?UTF-8?q?update=20=E3=80=8A=E6=95=99=E7=A8=8B?= =?UTF-8?q?=E3=80=8B=E2=80=94=E8=A7=84=E8=8C=83.md.=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=88=86=E6=94=AF=E5=91=BD=E5=90=8D=E8=A7=84=E8=8C=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Goodenough <2381642961@qq.com> --- ...\250\213\343\200\213\342\200\224\350\247\204\350\214\203.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/\343\200\212\346\225\231\347\250\213\343\200\213\342\200\224\350\247\204\350\214\203.md" "b/\343\200\212\346\225\231\347\250\213\343\200\213\342\200\224\350\247\204\350\214\203.md" index a138f92..2c91cdf 100644 --- "a/\343\200\212\346\225\231\347\250\213\343\200\213\342\200\224\350\247\204\350\214\203.md" +++ "b/\343\200\212\346\225\231\347\250\213\343\200\213\342\200\224\350\247\204\350\214\203.md" @@ -1,5 +1,5 @@ # 教程更新规范 -1. 创建属于你的"物实教程"的分支 +1. 创建属于你的"物实教程"的分支,分支命名要求***包含你在gitee或物实的昵称*** 2. 在属于你的分支中更新 3. 当你确认无误后,提交pr 4. pr通过仓库管理员初步审核后,分支上的更新会被复制到物实,进行最后的测试 -- Gitee From 64e986d1df636bd0b6dee6c858c7642194711401 Mon Sep 17 00:00:00 2001 From: Goodenough <2381642961@qq.com> Date: Fri, 2 Jun 2023 16:09:54 +0000 Subject: [PATCH 4/4] =?UTF-8?q?update=20=E3=80=8A=E6=95=99=E7=A8=8B?= =?UTF-8?q?=E3=80=8B=E2=80=94=E8=A7=84=E8=8C=83.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Goodenough <2381642961@qq.com> --- ...\250\213\343\200\213\342\200\224\350\247\204\350\214\203.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/\343\200\212\346\225\231\347\250\213\343\200\213\342\200\224\350\247\204\350\214\203.md" "b/\343\200\212\346\225\231\347\250\213\343\200\213\342\200\224\350\247\204\350\214\203.md" index 2c91cdf..379b0e4 100644 --- "a/\343\200\212\346\225\231\347\250\213\343\200\213\342\200\224\350\247\204\350\214\203.md" +++ "b/\343\200\212\346\225\231\347\250\213\343\200\213\342\200\224\350\247\204\350\214\203.md" @@ -3,7 +3,7 @@ 2. 在属于你的分支中更新 3. 当你确认无误后,提交pr 4. pr通过仓库管理员初步审核后,分支上的更新会被复制到物实,进行最后的测试 -5. 如果测试通过,pr会被合并到主分支(master),否则将物实上的简介回退到主分支上最后一次更新,并拒绝该pr +5. 如果测试通过,pr会被合并到主分支(master),否则将物实上的简介回退到主分支上最后一次更新,回到```2.``` # 教程格式规范 -- Gitee