update: image source

This commit is contained in:
杭城小刘
2024-02-23 15:58:55 +08:00
parent fb51939f76
commit 6e47061735
22 changed files with 783 additions and 61 deletions

View File

@@ -1,5 +1,5 @@
## 晋升答辩的逻辑是什么?
<img src="./../assets/upgrageReviewMeeting.png" style="zoom:30%; align:left;">
<img src="https://github.com/FantasticLBP/knowledge-kit/raw/master/assets/upgrageReviewMeeting.png" style="zoom:30%; align:left;">
> 来源是脉脉 App 的一张图,这里做简单的扯淡。这个老前端的具体背景是什么不清楚,评委还问了什么也不清楚。

View File

@@ -0,0 +1,8 @@
# 对于”文件“的新认识
```
int open(const char* pathnameint flags);
ssize_t read(int fd void *buf size_t count);
ssize_t write(int fd const void *buf size_t count);
int close(int fd);
```

View File

@@ -23,4 +23,7 @@
* [19、规范化团队 git 提交信息](https://github.com/FantasticLBP/knowledge-kit/blob/master/Chapter7%20-%20Geek%20Talk/7.20.md)
* [20、如何画架构图](https://github.com/FantasticLBP/knowledge-kit/blob/master/Chapter7%20-%20Geek%20Talk/7.21.md)
* [21、项目管理案例分析](https://github.com/FantasticLBP/knowledge-kit/blob/master/Chapter7%20-%20Geek%20Talk/7.22.md)
* [22、2022年度总结](https://github.com/FantasticLBP/knowledge-kit/blob/master/Chapter7%20-%20Geek%20Talk/7.23.md)
* [22、2022年度总结](https://github.com/FantasticLBP/knowledge-kit/blob/master/Chapter7%20-%20Geek%20Talk/7.23.md)
* [23、晋升答辩的逻辑是什么](https://github.com/FantasticLBP/knowledge-kit/blob/master/Chapter7%20-%20Geek%20Talk/7.24.md)
* [24、短视频刷多了会变笨吗怎么样提升我们的表达和思辨能力](https://github.com/FantasticLBP/knowledge-kit/blob/master/Chapter7%20-%20Geek%20Talk/7.25.md)
* [25、对于”文件“的新认识](https://github.com/FantasticLBP/knowledge-kit/blob/master/Chapter7%20-%20Geek%20Talk/7.26.md)