Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion basic/09-drive-your-computer-5.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ print("Updated Average:", calc(numbers))

以下是运行代码后输出的信息:

```arduino
```plaintext
Average: 30.0
Traceback (most recent call last):
File "example.py", line 10, in <module>
Expand Down
3 changes: 2 additions & 1 deletion basic/13-windows-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Windows 其实还有不少别的大小姐脾气,足见其不好用,尤其是

`HKLM` 是 Windows 注册表的核心根键之一。对于会调注册表的人而言,该注册表可以调优系统启动项或者其他性能参数。

**对于小白,我建议你永远不要动这个东西。**如果一个教程说要修改`HKLM`项目,如可能,请试着寻找其他替代手段。
<strong>对于小白,我建议你永远不要动这个东西。</strong>如果一个教程说要修改`HKLM`项目,如可能,请试着寻找其他替代手段。

直接修改 `HKLM` 可能导致系统崩溃或软件故障,操作前务必备份注册表并创建系统还原点——无论你能不能事先确认该修改是否正确。

Expand Down Expand Up @@ -176,6 +176,7 @@ C:\Users\Administrator>ren
The syntax of the command is incorrect.

---------------

这是PS的ren:

> ren
Expand Down