Skip to content

docs: add more tables#31

Closed
yumengmccc wants to merge 4 commits intoTongji-High-level-Language-Programming:mainfrom
yumengmccc:ascii
Closed

docs: add more tables#31
yumengmccc wants to merge 4 commits intoTongji-High-level-Language-Programming:mainfrom
yumengmccc:ascii

Conversation

@yumengmccc
Copy link
Copy Markdown
Contributor

改动内容

增加了:

  • ASCII 码对照表
  • C++ 方式输入输出的格式化控制
  • C 方式输入输出的格式化控制

@yumengmccc
Copy link
Copy Markdown
Contributor Author

改动内容2

  • 修复部分 MarkDown 格式
  • 增加对 Fn 和 FnLock 的相关 FAQ 内容

@yumengmccc
Copy link
Copy Markdown
Contributor Author

改动内容3

  • 添加关于 demo / 个人程序死循环的 FAQ

Copy link
Copy Markdown
Contributor

@Maoyao233 Maoyao233 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

我们通常建议让每个 Pull Request 保持原子性。这有利于 review,同时也便于我们使用统一的 Squash and Merge 工作流。可否考虑将改动拆成多个 PR 分别提交?

Comment thread docs/tables/index.md
| resetiosflags(*) | 终止已设置的输出格式状态,括号内为具体内容(本处用*替代) |

## C 方式输入输出的格式化控制

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里使用原始 HTML 而非 Markdown 格式是否有充分的理由?通常我们不应该直接写裸 HTML。如果确有需求,应当为它编写一个组件

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

理解原子性需求,我稍后将拆成多个 PR 提交;使用原始 HTML 是由于该表格包含合并的单元格(colspan / rowspan),Markdown 原生语法无法实现此类复杂表头结构。

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yumengmccc yumengmccc closed this Apr 8, 2026
@yumengmccc yumengmccc deleted the ascii branch April 8, 2026 06:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants