Skip to content

Commit 287b9b8

Browse files
Merge branch 'master' of github.com:CyC2018/CS-Notes
2 parents 72fd7d8 + fb9f2a6 commit 287b9b8

File tree

385 files changed

+3135
-47507
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

385 files changed

+3135
-47507
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22
<a href="https://gitstar-ranking.com/repositories"> <img src="https://badgen.net/badge/Rank/13?icon=github&color=4ab8a1"></a>
3-
<a href="https://cyc2018.github.io/CS-Notes"> <img src="https://badgen.net/badge/CyC/%E5%9C%A8%E7%BA%BF%E9%98%85%E8%AF%BB?icon=sourcegraph&color=4ab8a1"></a>
3+
<a href="https://www.cyc2018.xyz"> <img src="https://badgen.net/badge/CyC/%E5%9C%A8%E7%BA%BF%E9%98%85%E8%AF%BB?icon=sourcegraph&color=4ab8a1"></a>
44
<a href="assets/download.md"> <img src="https://badgen.net/badge/OvO/%E7%A6%BB%E7%BA%BF%E4%B8%8B%E8%BD%BD?icon=telegram&color=4ab8a1"></a>
55
<a href="assets/download.md"> <img src="https://badgen.net/badge/%e5%85%ac%e4%bc%97%e5%8f%b7/CyC2018?icon=rss&color=4ab8a1"></a>
66
</div>
@@ -36,16 +36,11 @@
3636
- [HTTP](https://github.com/CyC2018/CS-Notes/blob/master/notes/HTTP.md)
3737
- [Socket](https://github.com/CyC2018/CS-Notes/blob/master/notes/Socket.md)
3838

39-
## :art: 面向对象
40-
41-
- [面向对象思想](https://github.com/CyC2018/CS-Notes/blob/master/notes/面向对象思想.md)
42-
- [设计模式](https://github.com/CyC2018/CS-Notes/blob/master/notes/设计模式%20-%20目录.md)
43-
4439
## :floppy_disk: 数据库
4540

4641
- [数据库系统原理](https://github.com/CyC2018/CS-Notes/blob/master/notes/数据库系统原理.md)
47-
- [SQL](https://github.com/CyC2018/CS-Notes/blob/master/notes/SQL.md)
48-
- [Leetcode-Database 题解](https://github.com/CyC2018/CS-Notes/blob/master/notes/Leetcode-Database%20题解.md)
42+
- [SQL 语法](https://github.com/CyC2018/CS-Notes/blob/master/notes/SQL%20语法.md)
43+
- [SQL 练习](https://github.com/CyC2018/CS-Notes/blob/master/notes/SQL%20练习.md)
4944
- [MySQL](https://github.com/CyC2018/CS-Notes/blob/master/notes/MySQL.md)
5045
- [Redis](https://github.com/CyC2018/CS-Notes/blob/master/notes/Redis.md)
5146

@@ -66,6 +61,11 @@
6661
- [缓存](https://github.com/CyC2018/CS-Notes/blob/master/notes/缓存.md)
6762
- [消息队列](https://github.com/CyC2018/CS-Notes/blob/master/notes/消息队列.md)
6863

64+
## :art: 面向对象
65+
66+
- [面向对象思想](https://github.com/CyC2018/CS-Notes/blob/master/notes/面向对象思想.md)
67+
- [设计模式](https://github.com/CyC2018/CS-Notes/blob/master/notes/设计模式%20-%20目录.md)
68+
6969
## :wrench: 工具
7070

7171
- [Git](https://github.com/CyC2018/CS-Notes/blob/master/notes/Git.md)

docs/README.md

Lines changed: 1 addition & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,2 @@
1-
- [Github](https://github.com/CyC2018/CS-Notes)
1+
# 😃 该网站已迁移至 >>> [www.cyc2018.xyz](http://www.cyc2018.xyz)
22

3-
## ✏️ 算法
4-
5-
- [剑指 Offer 题解](notes/剑指%20Offer%20题解%20-%20目录2.md) </br>
6-
- [Leetcode 题解](notes/Leetcode%20题解%20-%20目录1.md) </br>
7-
- [算法](notes/算法%20-%20目录1.md) </br>
8-
9-
## 💻 操作系统
10-
11-
- [计算机操作系统](notes/计算机操作系统%20-%20目录1.md) </br>
12-
- [Linux](notes/Linux.md)
13-
14-
## ☁️ 网络
15-
16-
- [计算机网络](notes/计算机网络%20-%20目录1.md) </br>
17-
- [HTTP](notes/HTTP.md) </br>
18-
- [Socket](notes/Socket.md)
19-
20-
## 🎨 面向对象
21-
22-
- [设计模式](notes/设计模式%20-%20目录1.md) </br>
23-
- [面向对象思想](notes/面向对象思想.md)
24-
25-
## 💾 数据库
26-
27-
- [数据库系统原理](notes/数据库系统原理.md) </br>
28-
- [SQL](notes/SQL.md) </br>
29-
- [Leetcode-Database 题解](notes/Leetcode-Database%20题解.md) </br>
30-
- [MySQL](notes/MySQL.md) </br>
31-
- [Redis](notes/Redis.md)
32-
33-
## ☕️ Java
34-
35-
- [Java 基础](notes/Java%20基础.md) </br>
36-
- [Java 容器](notes/Java%20容器.md) </br>
37-
- [Java 并发](notes/Java%20并发.md) </br>
38-
- [Java 虚拟机](notes/Java%20虚拟机.md) </br>
39-
- [Java I/O](notes/Java%20IO.md)
40-
41-
## 💡 系统设计
42-
43-
- [系统设计基础](notes/系统设计基础.md) </br>
44-
- [分布式](notes/分布式.md) </br>
45-
- [集群](notes/集群.md) </br>
46-
- [攻击技术](notes/攻击技术.md) </br>
47-
- [缓存](notes/缓存.md) </br>
48-
- [消息队列](notes/消息队列.md)
49-
50-
## 🔧 工具
51-
52-
- [Git](notes/Git.md) </br>
53-
- [Docker](notes/Docker.md) </br>
54-
- [正则表达式](notes/正则表达式.md) </br>
55-
- [构建工具](notes/构建工具.md)
56-
57-
<!--⭐️欢迎关注我的公众号 CyC2018,在公众号后台回复关键字 📚 **资料** 可领取复习大纲,这份大纲是我花了一整年时间整理的面试知识点列表,不仅系统整理了面试知识点,而且标注了各个知识点的重要程度,从而帮你理清多而杂的面试知识点。可以说我基本是按照这份大纲来进行复习的,这份大纲对我拿到了 BAT 头条等 Offer 起到很大的帮助。你们完全可以和我一样根据大纲上列的知识点来进行复习,就不用看很多不重要的内容,也可以知道哪些内容很重要从而多安排一些复习时间。
58-
<br/><br/>
59-
<div align="center">
60-
<img src="https://cyc-1256109796.cos.ap-guangzhou.myqcloud.com/%E5%85%AC%E4%BC%97%E5%8F%B7.jpg" width="200px">
61-
</div> -->

docs/_404.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 😃 该网站已迁移至 >>> [www.cyc2018.xyz](http://www.cyc2018.xyz)

docs/_coverpage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77

88
[![stars](https://badgen.net/github/stars/CyC2018/CS-Notes?icon=github&color=4ab8a1)](https://github.com/CyC2018/CS-Notes) [![forks](https://badgen.net/github/forks/CyC2018/CS-Notes?icon=github&color=4ab8a1)](https://github.com/CyC2018/CS-Notes)
99

10-
[开始阅读](README.md)
10+
[开始阅读](http://www.cyc2018.xyz)
1111

docs/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,8 @@
422422
depth: 6
423423
},
424424
// subMaxLevel: 2,
425-
coverpage: true
425+
coverpage: true,
426+
notFoundPage: true
426427
}
427428
</script>
428429
<script src="https://cyc-1256109796.cos.ap-guangzhou.myqcloud.com/docsify.min.js"></script>

docs/notes/10.1 斐波那契数列.md

Lines changed: 0 additions & 76 deletions
This file was deleted.

docs/notes/10.2 矩形覆盖.md

Lines changed: 0 additions & 49 deletions
This file was deleted.

docs/notes/10.3 跳台阶.md

Lines changed: 0 additions & 47 deletions
This file was deleted.

docs/notes/10.4 变态跳台阶.md

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)