File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,9 +59,9 @@ Apache DevLake (Incubating) 是一款开源的研发效能数据平台。Apache
59
59
60
60
![ ] ( /st0017-05.jpg )
61
61
62
- 可以看出其中MindSpore 、Apache Doris、KubeVela等4个项目也是网友投票热爱的项目,可见专家和网友的观点重复度还是比较高的。其中大部分项目都有公司背景 、并已经经过多年的发展,有较大的社区影响力。
62
+ 其中只有MindSpore 、Apache Doris、KubeVela等4个项目是网友投票热爱的项目,可见专家和网友的观点分歧还是比较大的。其中大部分项目都有大厂背景 、并已经经过多年的发展,有较大的社区影响力。
63
63
64
- 而网友投票的结果中有一些今年刚刚开源的项目 ,项目成熟度和社区影响力都还在快速成长过程中,暂时无缘今年的开源新锐项目奖项。希望这些新项目能够继续努力。
64
+ 而网友投票的结果中有很多刚刚开源的草根项目 ,项目成熟度和社区影响力都还在快速成长过程中,暂时无缘今年的开源新锐项目奖项。希望这些新项目能够继续努力。
65
65
66
66
完整的结果:https://www.infoq.cn/zones/chinatechawards2022/
67
67
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ func LCDInit {
143
143
}
144
144
```
145
145
146
- 在通过` LCDInit ` 完成液晶屏初始化工作后,就可以通过命令和数据控制显式内容了 。下面是发送命令或数据的` send ` 实现:
146
+ 在通过` LCDInit ` 完成液晶屏初始化工作后,就可以通过命令和数据控制显示内容了 。下面是发送命令或数据的` send ` 实现:
147
147
148
148
``` wa
149
149
// Send a full byte in two 4-bit chunks (mode: 0 = command, 1 = data)
@@ -181,7 +181,7 @@ func LCDSetCursor(row, col: i32) {
181
181
}
182
182
```
183
183
184
- 然后是在当前行列号位置显式一个字符 :
184
+ 然后是在当前行列号位置显示一个字符 :
185
185
186
186
``` wa
187
187
func LCDWriteChar(ch: rune) {
You can’t perform that action at this time.
0 commit comments