Skip to content

Commit ad8fd0c

Browse files
authored
Merge pull request #1 from CyC2018/master
update CS-Notes
2 parents 849f8d2 + 5a22bef commit ad8fd0c

File tree

3,407 files changed

+154095
-18186
lines changed

Some content is hidden

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

3,407 files changed

+154095
-18186
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.sql linguist-language=xxx

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
.DS_Store
2+
*.txt
3+
!tencent13147342467085209222.txt

BOOKLIST.md

-82
This file was deleted.

README.md

+123-130
Large diffs are not rendered by default.

SUMMARY.md

-36
This file was deleted.

assets/LogoMakr_0zpEzN.png

33.3 KB
Loading

assets/Test.cpp

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#include <iostream>
2+
3+
using namespace std;
4+
5+
int main() {
6+
cout << "CyC OvO" << endl;
7+
}

assets/Test.java

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
public class Test {
2+
public static void main(String args[]) {
3+
System.out.println("CyC OvO");
4+
}
5+
}

assets/Test.py

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
print ("CyC OvO");

assets/column.png

5.11 KB
Loading

assets/group.png

31 KB
Loading

assets/公众号 海报.png

506 KB
Loading

assets/小专栏.jpg

628 KB
Loading

docs/.nojekyll

Whitespace-only changes.

docs/README.md

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

docs/_coverpage.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<img width="220px" src="https://cs-notes-1256109796.cos.ap-guangzhou.myqcloud.com/other/LogoMakr_0zpEzN.png">
2+
3+
4+
- 本项目包含了技术面试必备的基础知识,内容浅显易懂,你不需要花很长的时间去阅读和理解成堆的技术书籍就可以快速掌握这些知识,从而节省宝贵的面试复习时间。
5+
6+
<!--<span id="busuanzi_container_site_pv">Site View : <span id="busuanzi_value_site_pv">-->
7+
8+
[![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)
9+
10+
[开始阅读](README.md)
11+

docs/_media/LogoMakr_1J56bI.png

56.2 KB
Loading
2.26 KB
Loading

docs/_media/公众号.jpg

26.8 KB
Loading
+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
root = true
2+
3+
[*]
4+
insert_final_newline = false
5+
charset = utf-8
6+
indent_style = tab
7+
indent_size = 4
8+
9+
[tests/languages/**.test]
10+
end_of_line = crlf
11+
12+
[{package.json,.travis.yml}]
13+
indent_style = space
14+
indent_size = 2
+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
* text=auto
2+
3+
# Test files should not have their line endings modified by git
4+
/tests/languages/**/*.test binary

docs/_style/prism-master/.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
hide-*.js
2+
node_modules
3+
.idea/
4+
.DS_Store

docs/_style/prism-master/.npmignore

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
.idea
2+
*.iml
3+
4+
hide-*.js
5+
6+
CNAME
7+
examples/
8+
img/
9+
templates/
10+
tests/
11+
vendor/
12+
*.tgz
13+
*.html
14+
style.css
15+
favicon.png
16+
logo.svg
17+
bower.json
18+
composer.json
19+
download.js
20+
examples.js
21+
gulpfile.js
22+
prefixfree.min.js
23+
utopia.js
24+
code.js
25+
.editorconfig
26+
.gitattributes
27+
.travis.yml

docs/_style/prism-master/.travis.yml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
language: node_js
2+
node_js:
3+
- '4'
4+
- '6'
5+
- '8'
6+
- '9'
7+
# Build all branches
8+
branches:
9+
only:
10+
- gh-pages
11+
- /.*/
12+
before_script:
13+
- npm install -g gulp
14+
- gulp
15+
script: npm test
16+
deploy:
17+
provider: npm
18+
19+
api_key:
20+
secure: TjRcXEr7Y/9KRJ4EOEQbd2Ij8hxKj8c/yOpEROy2lTYv6QH9x46nFDgZEE3VHfp/nnBUYpC47dRaSxiUj8H5rtkMNCZrREZu1n1zahmzP6dI6kCj+H3GiY7yw/Jhdx3uvQZHwknW2TJ/YRsLeQsmMSG2HnJobY9Zn4REX5ccP2E=
21+
on:
22+
tags: true
23+
repo: PrismJS/prism

0 commit comments

Comments
 (0)