-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
yuanjing
committed
Jan 10, 2025
1 parent
49d429c
commit 43d8082
Showing
7 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
date: 2024-01-01 | ||
tag: | ||
- 行业认知 | ||
--- | ||
# 工程师 | ||
|
||
吴军博士在《硅谷之谜》中谈论的概念,他将工程师分为五等: | ||
第一等工程师开创行业,第二等工程师改变世界,第三等工程师行业最优,第四等工程师领导产品,第五等工程师独立完成任务,至于其他的工程师,属于我们说的“码农”。 | ||
|
||
第一等工程师如爱迪生、特斯拉、福特、保时捷博士等。第二等工程师如实现第一台个人电脑的沃兹尼亚兊、DSL之父约翰·西奥菲。 |
File renamed without changes
File renamed without changes.
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
date: 2024-01-01 | ||
--- | ||
# 路由重写测试 | ||
|
||
```js | ||
export default { | ||
rewrites: { | ||
'test/abc/hello/test.md': 'abc/test.md' | ||
}, | ||
} | ||
``` | ||
123456 | ||
|
||
![alt text](abdd/image.png) |