<div align="center">
<a href="proxy.php?url=https%3A%2F%2Fwww.cyc2018.xyz"> <img src="proxy.php?url=https%3A%2F%2Fbadgen.net%2Fbadge%2FCyC%2F%25E5%259C%25A8%25E7%25BA%25BF%25E9%2598%2585%25E8%25AF%25BB%3Ficon%3Dsourcegraph%26amp%3Bcolor%3D4ab8a1"></a>
<a href="proxy.php?url=https%3A%2F%2Fgitstar-ranking.com%2Frepositories"> <img src="proxy.php?url=https%3A%2F%2Fbadgen.net%2Fbadge%2FRank%2F13%3Ficon%3Dgithub%26amp%3Bcolor%3D4ab8a1"></a>
<a href="proxy.php?url=https%3A%2F%2Fgithub.com%2FCyC2018%2FCS-Notes"> <img src="proxy.php?url=https%3A%2F%2Fbadgen.net%2Fgithub%2Fstars%2FCyC2018%2FCS-Notes%3Ficon%3Dgithub%26amp%3Bcolor%3D4ab8a1"></a>
<a href="proxy.php?url=https%3A%2F%2Fgithub.com%2FCyC2018%2FCS-Notes"> <img src="proxy.php?url=https%3A%2F%2Fbadgen.net%2Fgithub%2Fforks%2FCyC2018%2FCS-Notes%3Ficon%3Dgithub%26amp%3Bcolor%3D4ab8a1"></a>
<!-- <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fassets%2Fdownload.md"> <img src="proxy.php?url=https%3A%2F%2Fbadgen.net%2Fbadge%2FOvO%2F%25E7%25A6%25BB%25E7%25BA%25BF%25E4%25B8%258B%25E8%25BD%25BD%3Ficon%3Dtelegram%26amp%3Bcolor%3D4ab8a1"></a> -->
<!-- <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fassets%2Fdownload.md"> <img src="proxy.php?url=https%3A%2F%2Fbadgen.net%2Fbadge%2F%25e5%2585%25ac%25e4%25bc%2597%25e5%258f%25b7%2FCyC2018%3Ficon%3Drss%26amp%3Bcolor%3D4ab8a1"></a> -->
</div>
<br>
| 算法 | 操作系统 | 网络 | 面向对象 | 数据库 | Java | 系统设计 | 工具 | 编码实践 | 后记 |
| :---: | :----: | :---: | :----: | :----: | :----: | :----: | :----: | :----: | :----: |
| [:pencil2:](#pencil2-算法) | [:computer:](#computer-操作系统) | [:cloud:](#cloud-网络) | [:art:](#art-面向对象) | [:floppy_disk:](#floppy_disk-数据库) |[:coffee:](#coffee-java)| [:bulb:](#bulb-系统设计) |[:wrench:](#wrench-工具)| [:watermelon:](#watermelon-编码实践) |[:memo:](#memo-后记)|
<br>
<div align="center">
<img src="proxy.php?url=https%3A%2F%2Fcs-notes-1256109796.cos.ap-guangzhou.myqcloud.com%2Fgithubio%2FLogoMakr_0zpEzN.png" width="200px">
</div>
<br>
## :pencil2: 算法
算法是计算机科学的基础。这里我们将涉及到多种算法及其应用,包括但不限于:
- [剑指 Offer 题解](https://github.com/CyC2018/CS-Notes/blob/master/notes/剑指%20Offer%20题解%20-%20目录.md):解决面试中常见的编程问题,帮助读者提高算法解决能力。
- [Leetcode 题解](https://github.com/CyC2018/CS-Notes/blob/master/notes/Leetcode%20题解%20-%20目录.md):针对 Leetcode 中的各种题目提供解题思路和代码实现。
- [算法](https://github.com/CyC2018/CS-Notes/blob/master/notes/算法%20-%20目录.md):介绍基础算法以及常用算法的详细解读和分析。
- [字节跳动内推](assets/内推.md):内推面试题的整理和分析。
## :computer: 操作系统
操作系统是管理计算机硬件和软件资源的系统软件,下面是一些重要的主题:
- [计算机操作系统](https://github.com/CyC2018/CS-Notes/blob/master/notes/计算机操作系统%20-%20目录.md):深入理解操作系统的基本概念和架构。
- [Linux](https://github.com/CyC2018/CS-Notes/blob/master/notes/Linux.md):Linux 系统的命令行使用和管理技巧。
## :cloud: 网络
计算机网络是实现计算机之间通信的基础,以下是主要内容:
- [计算机网络](https://github.com/CyC2018/CS-Notes/blob/master/notes/计算机网络%20-%20目录.md):介绍网络的基本原理、协议与应用。
- [HTTP](https://github.com/CyC2018/CS-Notes/blob/master/notes/HTTP.md):深入分析 HTTP 协议的工作原理及在网络中的作用。
- [Socket](https://github.com/CyC2018/CS-Notes/blob/master/notes/Socket.md):讨论 Socket 编程的基础知识和应用。
## :floppy_disk: 数据库
数据库技术是软件开发中的重要一环,以下是相关内容:
- [数据库系统原理](https://github.com/CyC2018/CS-Notes/blob/master/notes/数据库系统原理.md):讲解数据库的基本原理与设计。
- [SQL 语法](https://github.com/CyC2018/CS-Notes/blob/master/notes/SQL%20语法.md):分析 SQL 语言的基本语法及常用操作。
- [SQL 练习](https://github.com/CyC2018/CS-Notes/blob/master/notes/SQL%20练习.md):提供 SQL 的练习题,帮助读者巩固知识点。
- [MySQL](https://github.com/CyC2018/CS-Notes/blob/master/notes/MySQL.md):介绍 MySQL 数据库的使用和配置。
- [Redis](https://github.com/CyC2018/CS-Notes/blob/master/notes/Redis.md):介绍 Redis 的基本概念及其在高性能存储中的应用。
## :coffee: Java
Java 是一种广泛使用的编程语言,本节将介绍相关内容:
- [Java 基础](https://github.com/CyC2018/CS-Notes/blob/master/notes/Java%20基础.md):学习 Java 的基本语法及编程模型。
- [Java 容器](https://github.com/CyC2018/CS-Notes/blob/master/notes/Java%20容器.md):详细介绍 Java 中的各种集合和容器的使用。
- [Java 并发](https://github.com/CyC2018/CS-Notes/blob/master/notes/Java%20并发.md):分析 Java 并发编程的基础知识与应用场景。
- [Java 虚拟机](https://github.com/CyC2018/CS-Notes/blob/master/notes/Java%20虚拟机.md):深入理解 Java 虚拟机的工作原理和内存管理。
- [Java I/O](https://github.com/CyC2018/CS-Notes/blob/master/notes/Java%20IO.md):讨论 Java 输入输出流的使用和文件操作。
## :bulb: 系统设计
系统设计是构建应用项目的关键环节,主要包括:
- [系统设计基础](https://github.com/CyC2018/CS-Notes/blob/master/notes/系统设计基础.md):学习系统设计的基本原则与方案。
- [分布式](https://github.com/CyC2018/CS-Notes/blob/master/notes/分布式.md):分析分布式系统的架构与设计思想。
- [集群](https://github.com/CyC2018/CS-Notes/blob/master/notes/集群.md):探索集群的基本概念及其管理。
- [攻击技术](https://github.com/CyC2018/CS-Notes/blob/master/notes/攻击技术.md):了解常见的网络攻击技术及防护措施。
- [缓存](https://github.com/CyC2018/CS-Notes/blob/master/notes/缓存.md):讨论缓存技术的实现及其在系统设计中的应用。
- [消息队列](https://github.com/CyC2018/CS-Notes/blob/master/notes/消息队列.md):介绍消息队列的原理与使用场景。
## :art: 面向对象
面向对象编程是一种重要的编程范式,重点包括:
- [面向对象思想](https://github.com/CyC2018/CS-Notes/blob/master/notes/面向对象思想.md):探讨面向对象的基本理念及设计方法。
- [设计模式](https://github.com/CyC2018/CS-Notes/blob/master/notes/设计模式%20-%20目录.md):分析常用设计模式及其应用实例。
## :wrench: 工具
运用各类工具可以提升开发效率,本节包含:
- [Git](https://github.com/CyC2018/CS-Notes/blob/master/notes/Git.md):介绍版本控制工具 Git 的基本使用。
- [Docker](https://github.com/CyC2018/CS-Notes/blob/master/notes/Docker.md):讨论 Docker 容器的使用,这对于微服务架构非常重要。
- [构建工具](https://github.com/CyC2018/CS-Notes/blob/master/notes/构建工具.md):了解常见构建工具及其配置使用。
- [正则表达式](https://github.com/CyC2018/CS-Notes/blob/master/notes/正则表达式.md):掌握正则表达式的基本语法与应用场景。
## :watermelon: 编码实践
编写高质量代码是每位开发者的追求,主要包括:
- [代码可读性](https://github.com/CyC2018/CS-Notes/blob/master/notes/代码可读性.md):探讨如何提高代码的可读性和维护性。
- [代码风格规范](https://github.com/CyC2018/CS-Notes/blob/master/notes/代码风格规范.md):制定一致的编码风格规范,确保团队合作中的统一性。
## :memo: 后记
### 排版
为了确保可读性,笔记内容按照 [中文文案排版指北](https://github.com/sparanoid/chinese-copywriting-guidelines/blob/master/README.zh-CN.md) 进行排版。我们不使用 `![]()` 这种方式引用图片,而是采用 `<img>` 标签。这不仅可以控制图片的显示大小,还能够解决 GFM 不支持 `<center> ![]() </center>` 这种方法的问题,我们只能用 `<div align="center"> <img src="proxy.php?url=https%3A%2F%2Fgithub.com%2F"/> </div>` 达到居中的效果。
另外,在线排版工具 [Text-Typesetting](https://github.com/CyC2018/Text-Typesetting) 为排版提供了方便。
### License
本仓库的内容不仅是将网上的资料随意拼凑而成。除了少部分引用书籍和技术文档的原文(相应部分在末尾参考链接中注明了出处),其余部分均为原创。如您引用或修改本仓库内容,请务必署名并以相同方式共享,感谢理解。
转载文章请在开头明显处标明该页面地址,其他媒体的转载请联系 [email protected]。
Logo:[logomakr](https://logomakr.com/)
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="知识共享许可协议" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a>
### 致谢
对本仓库做出贡献的人员表示衷心的感谢,尽管名单不一一列举。如果您希望被添加到此名单中,并且已提交过 Issue 或 PR,请与我联系。
<a href="https://github.com/linw7">
<img src="proxy.php?url=https%3A%2F%2Favatars3.githubusercontent.com%2Fu%2F21679154%3Fs%3D400%26amp%3Bv%3D4" width="50px">
</a>
<a href="https://github.com/g10guang">
<img src="proxy.php?url=https%3A%2F%2Favatars1.githubusercontent.com%2Fu%2F18458140%3Fs%3D400%26amp%3Bv%3D4" width="50px">
</a>
<a href="https://github.com/Sctwang">
<img src="proxy.php?url=https%3A%2F%2Favatars3.githubusercontent.com%2Fu%2F33345444%3Fs%3D400%26amp%3Bv%3D4" width="50px">
</a>
<a href="https://github.com/ResolveWang">
<img src="proxy.php?url=https%3A%2F%2Favatars1.githubusercontent.com%2Fu%2F8018776%3Fs%3D400%26amp%3Bv%3D4" width="50px">
</a>
<a href="https://github.com/crossoverJie">
<img src="proxy.php?url=https%3A%2F%2Favatars1.githubusercontent.com%2Fu%2F15684156%3Fs%3D400%26amp%3Bv%3D4" width="50px">
</a>
<a href="https://github.com/jy03078584">
<img src="proxy.php?url=https%3A%2F%2Favatars2.githubusercontent.com%2Fu%2F7719370%3Fs%3D400%26amp%3Bv%3D4" width="50px">
</a>
<a href="https://github.com/kwongtailau">
<img src="proxy.php?url=https%3A%2F%2Favatars0.githubusercontent.com%2Fu%2F22954582%3Fs%3D400%26amp%3Bv%3D4" width="50px">
</a>
<a href="https://github.com/xiangflight">
<img src="proxy.php?url=https%3A%2F%2Favatars2.githubusercontent.com%2Fu%2F10072416%3Fs%3D400%26amp%3Bv%3D4" width="50px">
</a>
<a href="https://github.com/mafulong">
<img src="proxy.php?url=https%3A%2F%2Favatars1.githubusercontent.com%2Fu%2F24795000%3Fs%3D400%26amp%3Bv%3D4" width="50px">
</a>
<a href="https://github.com/yanglbme">
<img src="proxy.php?url=https%3A%2F%2Favatars1.githubusercontent.com%2Fu%2F21008209%3Fs%3D400%26amp%3Bv%3D4" width="50px">
</a>
<a href="https://github.com/OOCZC">
<img src="proxy.php?url=https%3A%2F%2Favatars1.githubusercontent.com%2Fu%2F11623828%3Fs%3D400%26amp%3Bv%3D4" width="50px">
</a>
<a href="https://github.com/5renyuebing">
<img src="proxy.php?url=https%3A%2F%2Favatars1.githubusercontent.com%2Fu%2F32872430%3Fs%3D400%26amp%3Bv%3D4" width="50px">
</a>以上内容经过整理,对各章节进行了进一步的阐述和说明,使其更加清晰易懂,并提升了编码示例的可读性和理解性。