Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kuangcp/note

:memo: Simplified and open note repo
https://github.com/kuangcp/note

basic-java docker go interview java linux notes python skills

Last synced: 21 days ago
JSON representation

:memo: Simplified and open note repo

Awesome Lists containing this project

README

        


学习笔记




> 建议将该仓库克隆下来后,在 [Visual Studio Code](https://code.visualstudio.com/) 中搜索阅读
> *.drawio.svg 使用 [draw.io](https://github.com/hediet/vscode-drawio) 插件编辑
> *.km.svg 使用 [vscode-mindmap](https://github.com/eightHundreds/vscode-mindmap) 插件编辑

## 基础

| | | | | | |
|:----|:----|:----|:----|:----|:----|
| 基石 | [ 算法 ](/Algorithm/Algorithm.md) | [ 字符编码 ](/Skills/CS/CharacterEncoding.md) | [ 计算机基础 ](/Skills/CS/Computer.md) | [ 网络 ](/Skills/Network/) |
| 应用 | [ 正则表达式 ](/Skills/RegularExpression.md) | [ 日期与时间 ](/Skills/CS/Time.md) | [ 软考相关 ](/Skills/SoftwareDesignEngineer.md) |
| 版本控制 | [ Git实践细节 ](/Skills/Vcs/GitAction.md) | [ Git进阶 ](/Skills/Vcs/GitAdvance.md) | [ Git基础 ](/Skills/Vcs/GitBase.md) | [ Git协作 ](/Skills/Vcs/GitTeam.md) | [ Svn ](/Skills/Vcs/Svn.md) |
| 对比 | [ 编辑器对比 ](/Skills/Application/Editor.md) | [ Web浏览器对比 ](/Skills/Application/WebBrowser.md) |

## Java
> [>>完整目录索引<<](./Java/)

| 基础 | 进阶 |
|:----|:----|
| [基础语法](/Java/Basic/JavaBasicSyntax.md) | [反射](/Java/AdvancedLearning/JavaReflection.md) |
| [继承和接口](/Java/Basic/JavaInheritedAndInterface.md) | [JVM](/Java/AdvancedLearning/JVM.md) |
| [异常](/Java/Basic/JavaException.md) | [GC](/Java/AdvancedLearning/JvmGC.md) |
| [泛型](/Java/AdvancedLearning/JavaGenerics.md) | [字节码](/Java/AdvancedLearning/JavaClass.md) |
| [集合](/Java/Collection/JavaCollection.md) | [打包部署](/Java/Basic/JavaDeploy.md) |
| [线程](/Java/AdvancedLearning/JavaThread.md) | [持续集成 CI](/Skills/DevOps/ContinuousIntegration.md) |
| [并发](/Java/AdvancedLearning/JavaConcurrency.md) | [网络编程](/Java/AdvancedLearning/JavaNetwork.md) |
| [IO](/Java/AdvancedLearning/JavaIO.md) | [测试](/Java/Test/JavaTest.md) |
| [注解](/Java/Basic/JavaAnnotation.md) | [性能问题排查手册](/Java/AdvancedLearning/Tuning) |
| [JDBC](/Java/AdvancedLearning/JDBC.md) | |

### 工具

[ Gradle ](/Java/Tool/Gradle.md) | [ IDEA ](/Java/Tool/IDEA.md) | [ Lombok ](/Java/Tool/Lombok.md) | [ Maven ](/Java/Tool/Maven.md) | [ Maven进阶 ](/Java/Tool/MavenAdvance.md) | [ Tomcat ](/Java/Tool/Tomcat.md) | [ Jenkins ](/Skills/DevOps/Jenkins.md)

## Linux

| | | | | | |
|:----|:----|:----|:----|:----|:----|
| [ 基础 ](/Linux/Base/LinuxBase.md) | [ Linux文件管理 ](/Linux/Base/LinuxFile.md) | [ Shell学习 ](/Script/ShellLearn.md) | [ Linux工具命令 ](/Linux/Base/LinuxCommand.md) | [ Linux目录结构 ](/Linux/Base/LinuxDirectoryStructure.md) | [ Linux网络 ](/Linux/Base/LinuxNetwork.md) |
| 应用 | [ SSH ](/Linux/Base/SSH.md) | [ 流编辑器 ](/Linux/Base/LinuxStreamEditor.md) | [ 压缩文件 ](/Linux/Base/LinuxCompressFile.md) | [ Nginx ](/Linux/Tool/Nginx.md) | [ Java开发环境搭建 ](/Linux/JavaDevInit.md) |
| 容器 | [ Docker基础 ](/Linux/Container/Docker.md) | [ Docker进阶 ](/Linux/Container/DockerAdvance.md) | [ DockerFile ](/Linux/Container/DockerFile.md) | [ Docker与应用 ](/Linux/Container/DockerSoft.md) |

[ Linux性能 ](/Linux/Base/LinuxPerformance.md) | [ Linux美化 ](/Linux/Base/LinuxUI.md) | [ Linux发行版 ](/Linux/Base/ReleaseExperience.md)

## Python
| | | | | | |
|:----|:----|:----|:----|:----|:----|
[ Python ](/Python/Python.md) | [ PythonGUI ](/Python/PythonGUI.md) | [ PythonGame ](/Python/PythonGame.md) | [ PythonNet ](/Python/PythonNet.md) | [ PythonOffices ](/Python/PythonOffices.md) | [ PythonWeb ](/Python/PythonWeb.md) |

************************

# 其他笔记仓库
- [MoreThanJava](https://github.com/wmyskxz/MoreThanJava)
- [CS Notes](https://github.com/CyC2018/CS-Notes)`技术面试必备基础知识`
- [note of interview ](https://github.com/zhengjianglong915/note-of-interview)
- [skill tree](https://github.com/linw7/Skill-Tree)
- [巨人工作记录](https://ztgame.shenyu.me/)`笔记 基于 GitBook`
- [某研究生在校阅读笔记](https://github.com/lanxuezaipiao/ReadingNotes)
- [书写规范和建议](https://github.com/sparanoid/chinese-copywriting-guidelines)
- [阮一峰的博客](https://github.com/ruanyf/articles) [阮一峰的周报](https://github.com/ruanyf/weekly)
- [notes](https://github.com/district10/notes)`杂谈`
- [interview](https://github.cUIom/hadyang/interview)`Java / Android 笔试、面试 知识整理`
- [ZXBlog](https://github.com/UIZXZxin/ZXBlog)
- [coderzh-hugo-blog ](https://github.com/coderzh/coderzh-hugo-blog)
- [Java-Summarize](https://github.com/zaiyunduan123/Java-Summarize)
- [JAVA基础技能代码集](https://github.com/veezean/JavaBasicSkills)
- [Java学习+面试指南](https://github.com/BookaiCode/JavaRecord)
> [leosanqing/Java-Notes: java学习笔记](https://github.com/leosanqing/Java-Notes/tree/master)
> [Lord-X/awesome-it-blog: 原创技术文章,目前主要关注Java技术本身、应用及系统性能优化等课题](https://github.com/Lord-X/awesome-it-blog)

- [skill-map](https://github.com/TeamStuQ/skill-map)
- [代码安全指南](https://github.com/Tencent/secguide)

## Linux
- [judasn](https://github.com/judasn/hexo-blog) | [Javaer眼中的Linux](https://github.com/judasn/Linux-Tutorial)

## Python
- [老齐的笔记](https://github.com/qiwsir/ITArticles)`《跟老齐学Python的轻松入门》 作者`
- [Python Tutorial vamei](https://github.com/Vamei/Python-Tutorial-Vamei)

## 前端
- [CSS 魔法](https://github.com/cssmagic/blog)
- [cain-note](https://github.com/james-cain/cain-note)`像是培训机构的资料和他本人的学习笔记,偏向前端`
- [梁少锋的博客笔记](https://github.com/youngwind/blog)`前端相关`
- [HstarDoc](https://github.com/hstarorg/HstarDoc)

************************

# 辅助工具
- [md-formatter](https://github.com/Kuangcp/GoBase/tree/master/toolbox/md-formatter) `生成markdown文件目录`
- [mdBook](https://github.com/rust-lang/mdBook)

- 配置hook: .git/hooks/post-commit 内容为 `sh wordRecord.sh`