{"id":13490873,"url":"https://github.com/Kuangcp/Note","last_synced_at":"2025-03-28T07:31:34.156Z","repository":{"id":40335099,"uuid":"149844596","full_name":"Kuangcp/Note","owner":"Kuangcp","description":":memo: Simplified and open note repo ","archived":false,"fork":false,"pushed_at":"2025-03-13T02:17:44.000Z","size":7368,"stargazers_count":39,"open_issues_count":1,"forks_count":20,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-21T23:03:02.895Z","etag":null,"topics":["basic-java","docker","go","interview","java","linux","notes","python","skills"],"latest_commit_sha":null,"homepage":"https://www.kuangcp.top","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kuangcp.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-22T04:17:51.000Z","updated_at":"2025-03-13T02:17:47.000Z","dependencies_parsed_at":"2023-10-04T18:16:50.812Z","dependency_job_id":"7652efdb-08a2-45bd-99a7-41bd592ec582","html_url":"https://github.com/Kuangcp/Note","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kuangcp%2FNote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kuangcp%2FNote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kuangcp%2FNote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kuangcp%2FNote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kuangcp","download_url":"https://codeload.github.com/Kuangcp/Note/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245989125,"owners_count":20705761,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["basic-java","docker","go","interview","java","linux","notes","python","skills"],"created_at":"2024-07-31T19:00:51.681Z","updated_at":"2025-03-28T07:31:34.149Z","avatar_url":"https://github.com/Kuangcp.png","language":"Java","funding_links":[],"categories":["Java"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg width=120 src=\"https://www.svgrepo.com/show/181744/open-book-book.svg\"\u003e\u003c/p\u003e\n\u003ch3 align=\"center\"\u003e学习笔记\u003c/h3\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"./SUMMARY.md\"\u003e\u003cimg src=\"https://img.shields.io/badge/catalog-详细目录-brightgreen.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"./Java/\"\u003e\u003cimg src=\"https://img.shields.io/badge/JavaSE-Java基础-blue.svg\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003e 建议将该仓库克隆下来后，在 [Visual Studio Code](https://code.visualstudio.com/) 中搜索阅读  \n\u003e *.drawio.svg 使用 [draw.io](https://github.com/hediet/vscode-drawio) 插件编辑  \n\u003e *.km.svg 使用 [vscode-mindmap](https://github.com/eightHundreds/vscode-mindmap) 插件编辑  \n\n## 基础\n\n|  |  |  |  |  |  |\n|:----|:----|:----|:----|:----|:----|\n| 基石 | [ 算法 ](/Algorithm/Algorithm.md) | [ 字符编码 ](/Skills/CS/CharacterEncoding.md) | [ 计算机基础 ](/Skills/CS/Computer.md) | [ 网络 ](/Skills/Network/) | \n| 应用 | [ 正则表达式 ](/Skills/RegularExpression.md) | [ 日期与时间 ](/Skills/CS/Time.md) | [ 软考相关 ](/Skills/SoftwareDesignEngineer.md) | \n| 版本控制 | [ 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) |\n| 对比 | [ 编辑器对比 ](/Skills/Application/Editor.md) | [ Web浏览器对比 ](/Skills/Application/WebBrowser.md) | \n\n## Java \n\u003e [\u003e\u003e完整目录索引\u003c\u003c](./Java/)\n\n| 基础 | 进阶 |\n|:----|:----|\n| [基础语法](/Java/Basic/JavaBasicSyntax.md)  | [反射](/Java/AdvancedLearning/JavaReflection.md) |\n| [继承和接口](/Java/Basic/JavaInheritedAndInterface.md)  | [JVM](/Java/AdvancedLearning/JVM.md) |\n| [异常](/Java/Basic/JavaException.md)  | [GC](/Java/AdvancedLearning/JvmGC.md) |\n| [泛型](/Java/AdvancedLearning/JavaGenerics.md)  | [字节码](/Java/AdvancedLearning/JavaClass.md) | \n| [集合](/Java/Collection/JavaCollection.md)  | [打包部署](/Java/Basic/JavaDeploy.md) |\n| [线程](/Java/AdvancedLearning/JavaThread.md)  | [持续集成 CI](/Skills/DevOps/ContinuousIntegration.md) |\n| [并发](/Java/AdvancedLearning/JavaConcurrency.md)  | [网络编程](/Java/AdvancedLearning/JavaNetwork.md) |\n| [IO](/Java/AdvancedLearning/JavaIO.md)  | [测试](/Java/Test/JavaTest.md) |\n| [注解](/Java/Basic/JavaAnnotation.md)  | [性能问题排查手册](/Java/AdvancedLearning/Tuning) |\n| [JDBC](/Java/AdvancedLearning/JDBC.md) | |\n\n\n### 工具\n\n[ 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) \n\n## Linux\n\n\n|  |  |  |  |  |  |\n|:----|:----|:----|:----|:----|:----|\n| [ 基础 ](/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) |\n| 应用 | [ SSH ](/Linux/Base/SSH.md) | [ 流编辑器 ](/Linux/Base/LinuxStreamEditor.md) | [ 压缩文件 ](/Linux/Base/LinuxCompressFile.md) | [ Nginx ](/Linux/Tool/Nginx.md) | [ Java开发环境搭建 ](/Linux/JavaDevInit.md) | \n| 容器 | [ Docker基础 ](/Linux/Container/Docker.md) | [ Docker进阶 ](/Linux/Container/DockerAdvance.md) | [ DockerFile ](/Linux/Container/DockerFile.md) | [ Docker与应用 ](/Linux/Container/DockerSoft.md) | \n\n\n[ Linux性能 ](/Linux/Base/LinuxPerformance.md) | [ Linux美化 ](/Linux/Base/LinuxUI.md) | [ Linux发行版 ](/Linux/Base/ReleaseExperience.md)  \n\n## Python\n|  |  |  |  |  |  |\n|:----|:----|:----|:----|:----|:----|\n[ Python ](/Python/Python.md) | [ PythonGUI ](/Python/PythonGUI.md) | [ PythonGame ](/Python/PythonGame.md) | [ PythonNet ](/Python/PythonNet.md) | [ PythonOffices ](/Python/PythonOffices.md) | [ PythonWeb ](/Python/PythonWeb.md) | \n\n************************\n\n# 其他笔记仓库\n- [MoreThanJava](https://github.com/wmyskxz/MoreThanJava)\n- [CS Notes](https://github.com/CyC2018/CS-Notes)`技术面试必备基础知识`\n- [note of interview ](https://github.com/zhengjianglong915/note-of-interview)\n- [skill tree](https://github.com/linw7/Skill-Tree)\n- [巨人工作记录](https://ztgame.shenyu.me/)`笔记 基于 GitBook`\n- [某研究生在校阅读笔记](https://github.com/lanxuezaipiao/ReadingNotes)\n- [书写规范和建议](https://github.com/sparanoid/chinese-copywriting-guidelines)\n- [阮一峰的博客](https://github.com/ruanyf/articles) [阮一峰的周报](https://github.com/ruanyf/weekly)\n- [notes](https://github.com/district10/notes)`杂谈`\n- [interview](https://github.cUIom/hadyang/interview)`Java / Android 笔试、面试 知识整理`\n- [ZXBlog](https://github.com/UIZXZxin/ZXBlog)\n- [coderzh-hugo-blog ](https://github.com/coderzh/coderzh-hugo-blog)\n- [Java-Summarize](https://github.com/zaiyunduan123/Java-Summarize)\n- [JAVA基础技能代码集](https://github.com/veezean/JavaBasicSkills)\n- [Java学习+面试指南](https://github.com/BookaiCode/JavaRecord)\n\u003e [leosanqing/Java-Notes: java学习笔记](https://github.com/leosanqing/Java-Notes/tree/master)  \n\u003e [Lord-X/awesome-it-blog: 原创技术文章，目前主要关注Java技术本身、应用及系统性能优化等课题](https://github.com/Lord-X/awesome-it-blog)  \n\n- [skill-map](https://github.com/TeamStuQ/skill-map)\n- [代码安全指南](https://github.com/Tencent/secguide)\n\n## Linux \n- [judasn](https://github.com/judasn/hexo-blog) | [Javaer眼中的Linux](https://github.com/judasn/Linux-Tutorial)\n\n## Python\n- [老齐的笔记](https://github.com/qiwsir/ITArticles)`《跟老齐学Python的轻松入门》 作者`\n- [Python Tutorial vamei](https://github.com/Vamei/Python-Tutorial-Vamei)\n\n## 前端\n- [CSS 魔法](https://github.com/cssmagic/blog)\n- [cain-note](https://github.com/james-cain/cain-note)`像是培训机构的资料和他本人的学习笔记,偏向前端`\n- [梁少锋的博客笔记](https://github.com/youngwind/blog)`前端相关`\n- [HstarDoc](https://github.com/hstarorg/HstarDoc)\n\n************************\n\n# 辅助工具\n- [md-formatter](https://github.com/Kuangcp/GoBase/tree/master/toolbox/md-formatter) `生成markdown文件目录`\n- [mdBook](https://github.com/rust-lang/mdBook)\n\n- 配置hook： .git/hooks/post-commit 内容为 `sh wordRecord.sh`\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKuangcp%2FNote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FKuangcp%2FNote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKuangcp%2FNote/lists"}