{"id":18433490,"url":"https://github.com/loveincode/notes","last_synced_at":"2025-04-04T21:08:33.467Z","repository":{"id":94708042,"uuid":"96756203","full_name":"loveincode/notes","owner":"loveincode","description":"📚A Java back-end engineer's study notes   https://loveincode.github.io/notes","archived":false,"fork":false,"pushed_at":"2021-07-17T10:13:57.000Z","size":36510,"stargazers_count":560,"open_issues_count":1,"forks_count":206,"subscribers_count":33,"default_branch":"master","last_synced_at":"2025-03-28T20:07:36.392Z","etag":null,"topics":["java","jvm","notes","spring"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/loveincode.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":"2017-07-10T08:49:03.000Z","updated_at":"2025-01-27T17:34:56.000Z","dependencies_parsed_at":"2023-04-04T14:15:46.549Z","dependency_job_id":null,"html_url":"https://github.com/loveincode/notes","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loveincode%2Fnotes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loveincode%2Fnotes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loveincode%2Fnotes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loveincode%2Fnotes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/loveincode","download_url":"https://codeload.github.com/loveincode/notes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247249525,"owners_count":20908212,"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":["java","jvm","notes","spring"],"created_at":"2024-11-06T05:34:43.024Z","updated_at":"2025-04-04T21:08:33.448Z","avatar_url":"https://github.com/loveincode.png","language":"Java","readme":"## loveincode's notes\r\n\r\n\u003cp align='center'\u003e\r\n\u003ca href=\"https://github.com/loveincode/notes\"\u003e\u003cimg src=\"https://img.shields.io/github/stars/loveincode/notes.svg?style=social\u0026label=Stars\"\u003e\u003c/a\u003e\r\n\u003ca href=\"https://github.com/loveincode/notes\"\u003e\u003cimg src=\"https://img.shields.io/github/forks/loveincode/notes.svg?style=social\u0026label=Forks\"\u003e\u003c/a\u003e\r\n\u003ca href=\"https://github.com/loveincode/notes\"\u003e\u003cimg src=\"https://img.shields.io/github/issues/loveincode/notes.svg?style=social\u0026label=Issues\"\u003e\u003c/a\u003e\r\n\u003cbr/\u003e\r\n\u003cimg src=\"https://img.shields.io/badge/platform-Java-ff69b4.svg\"\u003e\r\n\u003cimg src=\"https://img.shields.io/badge/language-Python-orange.svg\"\u003e\r\n\u003ca href=\"https://loveincode.cnblogs.com/\"\u003e\u003cimg src=\"https://img.shields.io/badge/Blog-loveincode-80d4f9.svg?style=flat\"\u003e\u003c/a\u003e\r\n\u003cbr/\u003e\r\n\u003cimg src=\"https://img.shields.io/badge/build-passing-brightgreen.svg\"\u003e\r\n\u003ca href=\"https://github.com/996icu/996.ICU/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-Anti%20996-blue.svg\"\u003e\u003c/a\u003e\r\n\u003ca href=\"https://996.icu/#/zh_CN\"\u003e\u003cimg src=\"https://img.shields.io/badge/link-996.icu-red.svg\"\u003e\u003c/a\u003e\r\n\u003ca href=\"http://makeapullrequest.com\"\u003e\u003cimg src=\"https://badgen.net/badge/PRs/welcome/green\"\u003e\u003c/a\u003e\r\n\u003c/br\u003e\r\n\u003ca href=\"https://gitter.im/loveincode-notes/community\"\u003e\u003cimg src=\"https://badgen.net/badge/gitter/join chat/green\"\u003e\u003c/a\u003e\r\n\u003c/p\u003e\r\n\r\n学习工作中的一些记录，收藏。\r\n\r\n[人气很高的链接库](https://github.com/loveincode/notes/blob/master/%E6%94%B6%E8%97%8F/%E5%A5%BD%E9%93%BE%E6%8E%A5.md)\r\n\r\n\r\n##### [计算机基础相关笔记](https://github.com/loveincode/notes/tree/master/000%20-%201%20Computer%20Basics%20%E8%AE%A1%E7%AE%97%E6%9C%BA%E5%9F%BA%E7%A1%80)\r\n\r\n  * `操作系统` , `编译原理` , `计算机网络` , `互联网协议`...\r\n\r\n##### [常用数据结构与算法](https://github.com/loveincode/notes/tree/master/000%20-%202%20Data%20%26%20Algorithm%20%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84%26%E7%AE%97%E6%B3%95)\r\n\r\n  * [Java 实现 数据结构 与 排序算法](https://github.com/loveincode/Data-structures-and-algorithms)\r\n\r\n##### [常用设计模式](https://github.com/loveincode/notes/tree/master/000%20-%203%20Design%20Patterns%20%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F)\r\n\r\n  * `单例模式` , `工厂模式` , `装饰者模式` ,  `代理模式` ...\r\n\r\n##### [Java基础核心](https://github.com/loveincode/notes/tree/master/01%20-%20JavaSE%20Java%E6%A0%B8%E5%BF%83)\r\n\r\n  * `JVM` , `集合` , `类型` ，`关键字`...\r\n\r\n##### [Java高级特性](https://github.com/loveincode/notes/tree/master/02%20-%20Java-High-Ranking%20Java%E9%AB%98%E7%BA%A7)\r\n\r\n  * `多线程`、`锁`、`并发`\r\n\r\n##### [框架](https://github.com/loveincode/notes/tree/master/03%20-%20Framework%20%E6%A1%86%E6%9E%B6)\r\n\r\n  * `Spring` , `Mybatis` , `SpringBoot` , `SpringMVC` ...\r\n\r\n##### [中间件](https://github.com/loveincode/notes/tree/master/04%20-%20Middleware%20%E4%B8%AD%E9%97%B4%E4%BB%B6)\r\n\r\n  * `RPC` , `MQ` , `elasticsearch`  ...\r\n\r\n##### [操作系统linux](https://github.com/loveincode/notes/tree/master/05%20-%20OS%20(linux)%20%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9F)\r\n\r\n##### [数据库](https://github.com/loveincode/notes/tree/master/06%20-%20DB%20%E6%95%B0%E6%8D%AE%E5%BA%93)\r\n\r\n  * `Mysql` , `MongoDB` , `HBase`  ...\r\n\r\n##### [优化](https://github.com/loveincode/notes/tree/master/07%20-%20%E4%BC%98%E5%8C%96)\r\n\r\n##### [常用工具](https://github.com/loveincode/notes/tree/master/08%20-%20Utils%20%E5%B7%A5%E5%85%B7)\r\n\r\n  * `git` , `svn` , `效率` , `aliyun` , `mac` , `windows`\r\n\r\n##### [职业面经](https://github.com/loveincode/notes/tree/master/09%20-%20J%20%E9%9D%A2%E7%BB%8F)\r\n\r\n##### [读书笔记](https://github.com/loveincode/notes/tree/master/10%20-%20Reading%20Notes%20%E8%AF%BB%E4%B9%A6%E7%AC%94%E8%AE%B0)\r\n\r\n  * `Effective Java` , `HTTP权威指南` ,  `Java多线程编程核心技术` , `Java并发编程实战` ,  `Java虚拟机规范(Java SE 7版)` , `深入理解java虚拟机` ...\r\n\r\n##### [服务器](https://github.com/loveincode/notes/tree/master/11%20-%20Server%20%E6%9C%8D%E5%8A%A1%E5%99%A8)\r\n\r\n  * `tomcat` , `nginx`\r\n\r\n##### [实践中遇到的问题](https://github.com/loveincode/notes/tree/master/12%20-%20Practice%20(problems%20encountered%20during%20development)%20%E5%AE%9E%E8%B7%B5%E9%97%AE%E9%A2%98)\r\n\r\n##### [前端（JS）相关](https://github.com/loveincode/notes/tree/master/14%20-%20Front-end%20%E5%89%8D%E7%AB%AF)\r\n\r\n##### [分布式](https://github.com/loveincode/notes/tree/master/15%20-%20Distributed%20%E5%88%86%E5%B8%83%E5%BC%8F)\r\n\r\n  * `负载均衡` ， `分布式锁` ...\r\n\r\n##### [软件工程](https://github.com/loveincode/notes/tree/master/16%20-%20Software%20Engineering%20%E8%BD%AF%E4%BB%B6%E5%B7%A5%E7%A8%8B)\r\n\r\n##### [脚本语言](https://github.com/loveincode/notes/tree/master/17%20-%20Scripting%20language%20%E8%84%9A%E6%9C%AC%E8%AF%AD%E8%A8%80)\r\n\r\n  * `lua` , `Ruby` ...\r\n\r\n##### [常用代码](https://github.com/loveincode/notes/tree/master/18%20-%20Common%20code%20%E5%B8%B8%E7%94%A8%E4%BB%A3%E7%A0%81)\r\n\r\n##### [规范](https://github.com/loveincode/notes/tree/master/19%20-%20Standard%20%E6%A0%87%E5%87%86)\r\n\r\n  * `阿里巴巴Java开发手册终极版v1.3.0.pdf` ...\r\n\r\n##### [常用命令](https://github.com/loveincode/notes/tree/master/20%20-%20Commands(Commonly%20used)%20%26%20Vocabulary%20%E5%91%BD%E4%BB%A4)\r\n\r\n  * `git`、`终端`\r\n\r\n##### 学习交流\r\n    WeChat : 9088584 , 验证暗号：java学习\r\n    EMAIL  : 9088584@qq.com\r\n\r\n### Contributors\r\n[![](https://sourcerer.io/fame/loveincode/loveincode/notes/images/0)](https://sourcerer.io/fame/loveincode/loveincode/notes/links/0)[![](https://sourcerer.io/fame/loveincode/loveincode/notes/images/1)](https://sourcerer.io/fame/loveincode/loveincode/notes/links/1)[![](https://sourcerer.io/fame/loveincode/loveincode/notes/images/2)](https://sourcerer.io/fame/loveincode/loveincode/notes/links/2)[![](https://sourcerer.io/fame/loveincode/loveincode/notes/images/3)](https://sourcerer.io/fame/loveincode/loveincode/notes/links/3)[![](https://sourcerer.io/fame/loveincode/loveincode/notes/images/4)](https://sourcerer.io/fame/loveincode/loveincode/notes/links/4)[![](https://sourcerer.io/fame/loveincode/loveincode/notes/images/5)](https://sourcerer.io/fame/loveincode/loveincode/notes/links/5)[![](https://sourcerer.io/fame/loveincode/loveincode/notes/images/6)](https://sourcerer.io/fame/loveincode/loveincode/notes/links/6)[![](https://sourcerer.io/fame/loveincode/loveincode/notes/images/7)](https://sourcerer.io/fame/loveincode/loveincode/notes/links/7)\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floveincode%2Fnotes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floveincode%2Fnotes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floveincode%2Fnotes/lists"}