Skip to content

Commit 737585b

Browse files
committed
[docs update]操作系统面试题
1 parent 81f1291 commit 737585b

15 files changed

+46
-41
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
> 1. **知识星球** :专属面试小册/一对一交流/简历修改/专属求职指南,欢迎加入 [JavaGuide 知识星球](https://www.yuque.com/docs/share/8a30ffb5-83f3-40f9-baf9-38de68b906dc)(点击链接即可查看星球的详细介绍,一定一定一定确定自己真的需要再加入,一定一定要看完详细介绍之后再加我)。
3131
> 2. **转载须知** :以下所有文章如非文首说明为转载皆为我(Guide 哥)的原创,转载在文首注明出处,如发现恶意抄袭/搬运,会动用法律武器维护自己的权益。让我们一起维护一个良好的技术创作环境!
3232
33-
<div align="center">
34-
<img src="https://guide-blog-images.oss-cn-shenzhen.aliyuncs.com/github/javaguide/gongzhonghaoxuanchuan.png" style="margin: 0 auto;" />
35-
</p>
33+
<div align="center">
34+
<img src="https://guide-blog-images.oss-cn-shenzhen.aliyuncs.com/github/javaguide/gongzhonghaoxuanchuan.png" style="margin: 0 auto;" />
3635
</div>
3736

37+
3838
## 项目相关
3939

4040
* [项目介绍](./docs/javaguide/intro.md)

docs/.vuepress/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module.exports = defineHopeConfig({
1010
dest: "./dist",
1111
// 是否开启默认预加载 js
1212
shouldPrefetch: (file, type) => false,
13+
1314
head: [
1415
// meta
1516
["meta", { name: "robots", content: "all" }],

docs/cs-basics/algorithms/string-algorithm-problems.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ tag:
55
- 算法
66
---
77

8-
> 授权转载!
8+
> 作者:wwwxmu
99
>
10-
> - 本文作者:wwwxmu
11-
> - 原文地址:https://www.weiweiblog.cn/13string/
10+
> 原文地址:https://www.weiweiblog.cn/13string/
1211
1312

1413
## 1. KMP 算法
-5.31 KB
Loading
-1.62 KB
Loading
-238 Bytes
Loading
-2.98 KB
Loading
-4.16 KB
Loading
-823 Bytes
Loading
-924 Bytes
Loading

0 commit comments

Comments
 (0)