Skip to content

fix: 第二章里的一些语法和排版 #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
22 changes: 13 additions & 9 deletions docs/chapter2/section11.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
今天我们就聊三个特别实用的思维模型。

不是那种看完就忘的"高大上"框架,
而是真的能用、常常用、越用越顺手的工具。
而是真的能用、常常要用、越用越顺手的工具。

## 一、总分总模型:让表达更清晰

Expand All @@ -35,6 +35,7 @@
- 修复了三个性能瓶颈
- 优化了两个核心接口
- 系统响应提升了30%

整体达到了预期的优化目标(总)"

#### 2. 技术方案汇报
Expand All @@ -47,6 +48,7 @@
- 优化系统架构
- 增加缓存机制
- 改进数据处理

通过这些措施,系统可以支撑双十一峰值(总)"

## 二、优先级四象限:让工作更高效
Expand All @@ -58,8 +60,8 @@

- 重要且紧急(第一象限)
- 重要不紧急(第二象限)
- 紧急不重要(第三象限)
- 不紧急不重要(第四象限)
- 不紧急不重要(第三象限)
- 紧急不重要(第四象限)

### 实战场景

Expand All @@ -77,18 +79,18 @@
- 技术升级
- 团队建设

紧急不重要:

- 各种会议
- 日常报表
- 临时帮忙

不紧急不重要:

- 茶水间八卦
- 日常闲聊
- 整理工位

紧急不重要:

- 各种会议
- 日常报表
- 临时帮忙

#### 2. 排期安排
早上来到公司:

Expand Down Expand Up @@ -127,6 +129,7 @@ Action:
- 优化数据库查询
- 引入缓存机制
- 添加监控告警

Result:

- 系统响应时间降低70%
Expand All @@ -146,6 +149,7 @@ A:通过以下步骤:
- 优化系统架构
- 增加缓存机制
- 改进数据处理

R:系统最终支撑了双十一百万订单"

## 这三个模型的配合使用
Expand Down
2 changes: 2 additions & 0 deletions docs/chapter2/section4.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
- "要和同学好好相处啊"
- "忍一忍就没事了"
- "吃亏是福"

这些话听得耳朵都起茧子了。

到了职场,这种思维更甚:
Expand Down Expand Up @@ -63,6 +64,7 @@
- 今天妥协用了个烂方案
- 明天将就写了个烂代码
- 后天将就改了个烂需求

最后?整个项目烂得像坨浆糊。

我之前就遇到过,一个"临时方案"用了两年,最后重构的时候,连碰都不敢碰,生怕整个系统崩溃。
Expand Down
4 changes: 3 additions & 1 deletion docs/chapter2/section5.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ HR版:
- "现在找工作不容易啊..."
- "忍忍就过去了吧..."

## PUA的后果有多严重
## 被PUA的后果有多严重

### 1. 身心俱疲
- 工作没激情
Expand All @@ -75,9 +75,11 @@ HR版:
今天:

- "周末加个班吧"

明天:

- "这个月多做点吧"

后天:

- "你看看人家..."
Expand Down
2 changes: 1 addition & 1 deletion docs/chapter2/section8.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

这三片叶子相互影响,缺一不可:

- 有兴趣,学习能力才会提升
- 有兴趣,才会去学习提升能力
- 有能力,才能创造更多价值
- 有价值,才能持续保持兴趣

Expand Down