Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

djinn/CS-Notes

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3,782 Commits
3,782 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<div align="center">
    <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>
    <a href="https://gitstar-ranking.com/repositories"> <img src="https://badgen.net/badge/Rank/13?icon=github&color=4ab8a1"></a>
    <a href="https://github.com/CyC2018/CS-Notes"> <img src="https://badgen.net/github/stars/CyC2018/CS-Notes?icon=github&color=4ab8a1"></a>
    <a href="https://github.com/CyC2018/CS-Notes"> <img src="https://badgen.net/github/forks/CyC2018/CS-Notes?icon=github&color=4ab8a1"></a>
    <!-- <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> -->
    <!-- <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> -->
</div>
<br>

| 算法&nbsp; | 操作系统 | 网络&nbsp;| 面向对象 | &nbsp; 数据库 &nbsp;&nbsp;| &nbsp; Java &nbsp;&nbsp;| 系统设计 | &nbsp;&nbsp; 工具 &nbsp;&nbsp; | 编码实践 | &nbsp;&nbsp; 后记 &nbsp;&nbsp; |
| :---: | :----: | :---: | :----: | :----: | :----: | :----: | :----: | :----: | :----: |
| [: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="https://cs-notes-1256109796.cos.ap-guangzhou.myqcloud.com/githubio/LogoMakr_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=""/> </div>` 达到居中的效果。

另外,在线排版工具 [Text-Typesetting](https://github.com/CyC2018/Text-Typesetting) 为排版提供了方便。

### License

本仓库的内容不仅是将网上的资料随意拼凑而成。除了少部分引用书籍和技术文档的原文(相应部分在末尾参考链接中注明了出处),其余部分均为原创。如您引用或修改本仓库内容,请务必署名并以相同方式共享,感谢理解。

转载文章请在开头明显处标明该页面地址,其他媒体的转载请联系 zhengyc101@163.com。

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="https://avatars3.githubusercontent.com/u/21679154?s=400&v=4" width="50px">
</a> 
<a href="https://github.com/g10guang">
    <img src="https://avatars1.githubusercontent.com/u/18458140?s=400&v=4" width="50px">
</a>
<a href="https://github.com/Sctwang">
    <img src="https://avatars3.githubusercontent.com/u/33345444?s=400&v=4" width="50px">
</a> 
<a href="https://github.com/ResolveWang">
    <img src="https://avatars1.githubusercontent.com/u/8018776?s=400&v=4" width="50px">
</a>
<a href="https://github.com/crossoverJie">
    <img src="https://avatars1.githubusercontent.com/u/15684156?s=400&v=4" width="50px">
</a> 
<a href="https://github.com/jy03078584">
    <img src="https://avatars2.githubusercontent.com/u/7719370?s=400&v=4" width="50px">
</a>
<a href="https://github.com/kwongtailau">
    <img src="https://avatars0.githubusercontent.com/u/22954582?s=400&v=4" width="50px">
</a>
<a href="https://github.com/xiangflight">
    <img src="https://avatars2.githubusercontent.com/u/10072416?s=400&v=4" width="50px">
</a>
<a href="https://github.com/mafulong">
    <img src="https://avatars1.githubusercontent.com/u/24795000?s=400&v=4" width="50px">
</a>
<a href="https://github.com/yanglbme">
    <img src="https://avatars1.githubusercontent.com/u/21008209?s=400&v=4" width="50px">
</a>
<a href="https://github.com/OOCZC">
    <img src="https://avatars1.githubusercontent.com/u/11623828?s=400&v=4" width="50px">
</a>
<a href="https://github.com/5renyuebing">
    <img src="https://avatars1.githubusercontent.com/u/32872430?s=400&v=4" width="50px">
</a>

以上内容经过整理,对各章节进行了进一步的阐述和说明,使其更加清晰易懂,并提升了编码示例的可读性和理解性。

About

📚 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.