Merge branches 'master' and 'master' of https://github.com/CyC2018/Interview-Notebook

This commit is contained in:
CyC2018 2018-10-30 00:53:11 +08:00
commit 374cfe8606
2 changed files with 2 additions and 2 deletions

View File

@ -182,7 +182,7 @@
#### Typesetting
笔记内容按照 [中文文案排版指北](http://mazhuang.org/wiki/chinese-copywriting-guidelines/) 进行排版,以保证内容的可读性。
笔记内容按照 [中文文案排版指北](https://mazhuang.org/wiki/chinese-copywriting-guidelines/) 进行排版,以保证内容的可读性。
笔记不使用 `![]()` 这种方式来引用图片,而是用 `<img>` 标签。一方面是为了能够控制图片以合适的大小显示,另一方面是因为 GFM 不支持 `<center> ![]() </center>` 让图片居中显示,只能使用 `<div align="center"> <img src=""/> </div>` 达到居中的效果。

View File

@ -383,7 +383,7 @@ class App {
## 重构与性能
为了代码更容易理解,重构可能会导致性能减低。
为了使代码更容易理解,重构可能会导致性能减低。
在编写代码时,不用对性能过多关注,只有在最后性能优化阶段再考虑性能问题。