diff --git a/.gitignore b/.gitignore
index ba2c614449..9fdf53235c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
-.DS_Store
-*.txt
-!tencent13147342467085209222.txt
\ No newline at end of file
+.DS_Store
+*.txt
+!tencent13147342467085209222.txt
+desktop.ini
\ No newline at end of file
diff --git a/README.md b/README.md
index bcd07e70a9..e7c9e6eecb 100644
--- a/README.md
+++ b/README.md
@@ -1,169 +1,142 @@
-
-
-| 算法 | 操作系统 | 网络 | 面向对象 | 数据库 | Java | 系统设计 | 工具 | 编码实践 | 后记 |
-| :--------: | :---------: | :---------: | :---------: | :---------: | :---------:| :---------: | :-------: | :-------:| :------:|
-| [:pencil2:](#pencil2-算法) | [:computer:](#computer-操作系统)|[:cloud:](#cloud-网络) | [:art:](#art-面向对象) |[:floppy_disk:](#floppy_disk-数据库)| [:coffee:](#coffee-java)| [:bulb:](#bulb-系统设计)| [:wrench:](#wrench-工具)| [:watermelon:](#watermelon-编码实践)| [:memo:](#memo-后记) |
-
-
-
-
-
-
-### 内推信息
-
-[Job-Recommend](https://github.com/CyC2018/Job-Recommend)
-
-### QQ 群
-
-为大家提供一个学习交流平台,在这里你可以自由地讨论技术问题。
-
-
-
-### 后端面试指南
-
-
-
-
-
-### 排版
-
-笔记内容按照 [中文文案排版指北](https://github.com/sparanoid/chinese-copywriting-guidelines) 进行排版,以保证内容的可读性。
-
-不使用 `![]()` 这种方式来引用图片,而是用 `
+
+
+### 致谢
+
+感谢以下人员对本仓库做出的贡献,当然不仅仅只有这些贡献者,这里就不一一列举了。如果你希望被添加到这个名单中,并且提交过 Issue 或者 PR,请与我联系。
+
+
+ 
-
-# CS-Notes
-
-- 本项目包含了技术面试必备的基础知识,内容浅显易懂,你不需要花很长的时间去阅读和理解成堆的技术书籍就可以快速掌握这些知识,从而节省宝贵的面试复习时间。
-
-
-
-[](https://github.com/CyC2018/CS-Notes) [](https://github.com/CyC2018/CS-Notes)
-
-[Get Started](README.md)
-
+
+
+
+- 本项目包含了技术面试必备的基础知识,内容浅显易懂,你不需要花很长的时间去阅读和理解成堆的技术书籍就可以快速掌握这些知识,从而节省宝贵的面试复习时间。
+
+
+
+[](https://github.com/CyC2018/CS-Notes) [](https://github.com/CyC2018/CS-Notes)
+
+[开始阅读](http://www.cyc2018.xyz)
+
diff --git a/docs/_style/style.css b/docs/_style/style.css
deleted file mode 100644
index 0b87ac126c..0000000000
--- a/docs/_style/style.css
+++ /dev/null
@@ -1,81 +0,0 @@
-/*隐藏头部的目录*/
-#main>ul:nth-child(1) {
- display: none;
-}
-
-#main>ul:nth-child(2) {
- display: none;
-}
-
-.markdown-section h1 {
- margin: 3rem 0 2rem 0;
-}
-
-.markdown-section h2 {
- margin: 2rem 0 1rem;
-}
-
-.content,
-.sidebar,
-.markdown-section,
-body,
-.search input,
-.sidebar-toggle {
- background-color: rgba(243, 242, 238, 1) !important;
-}
-
-body {
- /*font-family: Microsoft YaHei, Source Sans Pro, Helvetica Neue, Arial, sans-serif !important;*/
-}
-
-.markdown-section>p {
- font-size: 16px !important;
-}
-
-.markdown-section pre>code {
- font-family: Consolas, Roboto Mono, Monaco, courier, monospace !important;
- font-size: .9rem !important;
-
-}
-
-/*.anchor span {
- color: rgb(66, 185, 131);
-}*/
-
-section.cover h1 {
- margin: 0;
-}
-
-body>section>div.cover-main>ul>li>a {
- color: #42b983;
-}
-
-.markdown-section img {
- box-shadow: 7px 9px 10px #aaa !important;
-}
-
-
-pre {
- background-color: #f3f2ee !important;
-}
-
-@media (min-width:600px) {
- pre code {
- /*box-shadow: 2px 1px 20px 2px #aaa;*/
- /*border-radius: 10px !important;*/
- padding-left: 20px !important;
- }
-}
-
-@media (max-width:600px) {
- pre {
- padding-left: 0px !important;
- padding-right: 0px !important;
- }
-}
-
-.markdown-section pre {
- padding-left: 0 !important;
- padding-right: 0px !important;
- box-shadow: 2px 1px 20px 2px #aaa;
-}
\ No newline at end of file
diff --git a/docs/index.html b/docs/index.html
index cc9f0cf6c2..c810d4c988 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1,398 +1,440 @@
-
-
-
-
-
-


New File
-``` - -## PATCH - -> 对资源进行部分修改 - -PUT 也可以用于修改资源,但是只能完全替代原始资源,PATCH 允许部分修改。 - -```html -PATCH /file.txt HTTP/1.1 -Host: www.example.com -Content-Type: application/example -If-Match: "e0023aa4e" -Content-Length: 100 - -[description of changes] -``` - -## DELETE - -> 删除文件 - -与 PUT 功能相反,并且同样不带验证机制。 - -```html -DELETE /file.html HTTP/1.1 -``` - -## OPTIONS - -> 查询支持的方法 - -查询指定的 URL 能够支持的方法。 - -会返回 `Allow: GET, POST, HEAD, OPTIONS` 这样的内容。 - -## CONNECT - -> 要求在与代理服务器通信时建立隧道 - -使用 SSL(Secure Sockets Layer,安全套接层)和 TLS(Transport Layer Security,传输层安全)协议把通信内容加密后经网络隧道传输。 - -```html -CONNECT www.example.com:443 HTTP/1.1 -``` - -






























































