├── .gitignore ├── BIGMLOGO.gif ├── MLOGO.png └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | node_modules/ 3 | dist/ 4 | build/ 5 | npm-debug.log* 6 | yarn-debug.log* 7 | yarn-error.log* 8 | .idea 9 | -------------------------------------------------------------------------------- /BIGMLOGO.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zq99299/repository-summary/18f734ca8a54d374da95c7c091703767b3c53f7d/BIGMLOGO.gif -------------------------------------------------------------------------------- /MLOGO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zq99299/repository-summary/18f734ca8a54d374da95c7c091703767b3c53f7d/MLOGO.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |

2 | 3 | logo 4 | 5 |
6 | 9 |

10 | 11 | 12 | # 仓库汇总精选 😎 13 | 14 | 本账户下的笔记项目越来越多,比较凌乱,特将一些比较可以的仓库分类成导航目录,方便查阅 15 | 16 | > 如果你打不开 GitHub 相关网页,可以安装 **[ dev-sidecar](https://github.com/docmirror/dev-sidecar)** 工具,应该就可以访问了,也能在线阅读本笔记了 17 | 18 | > 🎉 由于笔记太多太分散,需要笔记的时候往往很难找到所需要的笔记,决定以后的新增笔记将会在 [语雀](https://www.yuque.com/mrcode.cn) 上更新 19 | 20 | > 目前在 **[语雀](https://www.yuque.com/mrcode.cn)** 写作,GitHub 暂时不会更新笔记了。 21 | 22 | [![QQ](https://img.shields.io/badge/QQ-99299684-67ab82?logo=Tencent-QQ)](http://wpa.qq.com/msgrd?v=3&uin=99299684&site=qq&menu=yes) 23 | [![CSDN](https://img.shields.io/badge/CSDN-%20-67ab82?logo=bloglovin)](https://blog.csdn.net/mr_zhuqiang) 24 | [![GitHub](https://img.shields.io/badge/GitHub-%20-67ab82?logo=github)](https://github.com/zq99299) 25 | [![语雀](https://img.shields.io/badge/yuque-语雀-67ab82?logo=)](https://www.yuque.com/mrcode.cn) 26 | 27 | ## 仓库类 🎉 28 | - [essay-note](https://github.com/zq99299/essay-note)     29 | ![GitHub stars](https://img.shields.io/github/stars/zq99299/essay-note) 30 | ![GitHub forks](https://img.shields.io/github/forks/zq99299/essay-note) 31 | 32 | 老笔记本,是以 GitBook 为蓝本写的,GitBook 被抛弃后,该仓库内容很多了,主要是排版质量不行,就暂停更新了 33 | 34 | 成套内容包含: 35 | 36 | - 某课 SpringSecurity 视频教程笔记 37 | - 某课 Spring Cloud 微服务实战笔记 38 | - CSS 深入理解-张星旭系列 39 | 40 | 自己原创内容包含: 41 | 42 | - spring-restdocs-asciidoctor 43 | - Spring-WebSocket 44 | 45 | 另外还有一些零散的知识 46 | 47 | - [note-book](https://github.com/zq99299/note-book)     48 | ![GitHub stars](https://img.shields.io/github/stars/zq99299/note-book) 49 | ![GitHub forks](https://img.shields.io/github/forks/zq99299/note-book) 50 | 51 | 新笔记本,以后都使用 vuepress 为蓝本编写的,排版质量比较高 52 | 53 | 成套内容包含: 54 | - elasticsearch 初级、高级 55 | - 缓存架构-亿级流量电商详情页系统实战 56 | - 设计模式(某课)、研磨设计模式 57 | - Spring Cloud Config 官网教程阅读笔记 58 | - 正则入门 59 | - CSS 深入理解-张星旭(重学版) 60 | - 后端存储实战 61 | - 说透中台 62 | - Oath 2.0 实战 63 | - Git 系统学习笔记 64 | 65 | 另外包含一些零散的知识:mycat、gradle、npm、k8s、docker、virtualbox 、vuepress 等内容 66 | 67 | - [note-book2](https://github.com/zq99299/note-book2)     68 | ![GitHub stars](https://img.shields.io/github/stars/zq99299/note-book2) 69 | ![GitHub forks](https://img.shields.io/github/forks/zq99299/note-book2) 70 | 71 | note-book 分仓,主仓由于笔记文件太多,导致 vuepress 构建吃力。 72 | 73 | 成套内容包含: 74 | 75 | - JAVA 生产环境下性能监控与调优详解 76 | - 透视 HTTP 协议 77 | - DDD 实战课 78 | 79 | - [java-tutorial](https://github.com/zq99299/java-tutorial)     80 | ![GitHub stars](https://img.shields.io/github/stars/zq99299/java-tutorial) 81 | ![GitHub forks](https://img.shields.io/github/forks/zq99299/java-tutorial) 82 | 83 | Java8 官网教程文档,机翻 + 经验实践 84 | 85 | 「基础篇」已完成,「高级篇」已更新至「JDBC 数据库访问」,由于最近都在学习其他方面的知识,该项目可能很长一段时间都不会继续更新了 86 | 87 | - [linux-tutorial](https://github.com/zq99299/linux-tutorial)     88 | ![GitHub stars](https://img.shields.io/github/stars/zq99299/linux-tutorial) 89 | ![GitHub forks](https://img.shields.io/github/forks/zq99299/linux-tutorial) 90 | 91 | linux 系列教程笔记,目前有《Linux 基础篇(鸟哥私房菜)- 第四版》 92 | 93 | - [mysql-tutorial](https://github.com/zq99299/mysql-tutorial)     94 | ![GitHub stars](https://img.shields.io/github/stars/zq99299/mysql-tutorial) 95 | ![GitHub forks](https://img.shields.io/github/forks/zq99299/mysql-tutorial) 96 | 97 | mysql 系列知识,成套内容包含: 98 | 99 | - 某课 给程序员的 MySQL 必知必会 100 | - 阿里新零售数据库设计与实战 101 | - 高性能 MySQL 第三版(太难,只学习了其中一部分,实在看不懂,看不下去了) 102 | 103 | - [mq-tutorial](https://github.com/zq99299/mq-tutorial)     104 | ![GitHub stars](https://img.shields.io/github/stars/zq99299/mq-tutorial) 105 | ![GitHub forks](https://img.shields.io/github/forks/zq99299/mq-tutorial) 106 | 107 | mq 系列知识,成套内容包含:RabbitMq 实战指南 108 | 109 | - [dsalg-tutorial](https://github.com/zq99299/dsalg-tutorial)     110 | ![GitHub stars](https://img.shields.io/github/stars/zq99299/dsalg-tutorial) 111 | ![GitHub forks](https://img.shields.io/github/forks/zq99299/dsalg-tutorial) 112 | 113 | 数据结构与算法 系列知识,成套内容包含 :图解 Java 数据结构和算法 114 | 115 | - [note-combat](https://github.com/zq99299/note-combat)    116 | ![GitHub stars](https://img.shields.io/github/stars/zq99299/note-combat) 117 | ![GitHub forks](https://img.shields.io/github/forks/zq99299/note-combat) 118 | 119 | 实战笔记:主要定位是在工作中实际遇到的难题、没有接触过、或稍有难度的真实场景解决记录; 120 | 121 | 此类笔记由于便捷性较高,转而使用语雀来记录,[语雀地址](https://www.yuque.com/mrcode.cn/note-combat) 122 | 123 | - [note-architect](https://github.com/zq99299/note-architect)     124 | ![GitHub stars](https://img.shields.io/github/stars/zq99299/note-architect) 125 | ![GitHub forks](https://img.shields.io/github/forks/zq99299/note-architect) 126 | 127 | 架构师笔记:主要定位是对架构师系统学习相关笔记; 128 | 129 | 成套内容包含: 130 | 131 | - 高并发系统设计 40 问 132 | - JAVA 架构师直通车(已转到语雀继续学习记录) 133 | 134 | ## 笔记系列 📖 135 | 由于某些笔记是放在一个大仓库的笔记本中的,某些笔记还不错,这里做一部分的汇总; 136 | 137 | 优先查看前面的「仓库类」,因为提供了良好的在线阅读体验 138 | 139 | ### 新笔记本精彩知识精选(良好的在线阅读) 140 | - [elasticsearch 核心知识篇](https://zq99299.github.io/note-book/elasticsearch-core/) 141 | - [elasticsearch 高级篇](https://zq99299.github.io/note-book/elasticsearch-senior/) 142 | - [亿级流量电商详情页系统实战(第二版):缓存架构+高可用服务架构+微服务架构](https://zq99299.github.io/note-book/cache-pdp/) 143 | - [亿级流量电商详情页系统实战(第二版)-> 之第一版练习项目](https://github.com/zq99299/cache-pdp) 144 | - [亿级流量电商详情页系统实战(第二版)-> 之第二版练习项目](https://github.com/zq99299/cache-eshop) 145 | :[第一版和第二版区别请阅读该说明](https://github.com/zq99299/cache-pdp#%E7%AC%AC%E4%B8%80%E7%89%88%E4%B8%8E%E7%AC%AC%E4%BA%8C%E7%89%88%E7%9A%84%E5%8C%BA%E5%88%AB) 146 | - [某课 JAVA 设计模式精讲 Debug 方式+内存分析 笔记](https://zq99299.github.io/note-book/imocc/design_pattern/) 147 | - [研磨设计模式(李兴华)](https://zq99299.github.io/note-book/design_pattern/) 148 | - [MyCat1 前端连接交互探索源码级 + 手写基础版 MySQL 协议代理登录转发](https://zq99299.github.io/note-book/mycat/frontend_connection_interaction.html) 149 | - [spring cloud config](https://zq99299.github.io/note-book/spring-cloud-tutorial/config/) 150 | - [CSS 深入理解 张鑫旭](https://zq99299.github.io/note-book/css-zxx/) 151 | :重新学习,记录的笔记更多更完整,可以吧它当成工具书来搜藏 152 | 153 | ### 老笔记本精彩知识精选(GitHub 仓库阅读) 154 | - [某课 SpringSecurity 视频教程笔记](https://github.com/zq99299/essay-note/blob/master/chapter/imooc/spring_security/index.md) 155 | :写得不错,笔记使用 boot2 完成 156 | - [某课 SpringSecurity 视频教程笔记 -> 配套练习项目](https://github.com/zq99299/spring-security) 157 | - [某课 Spring Cloud 微服务实战](https://github.com/zq99299/essay-note/blob/master/chapter/imooc/spring_cloud/index.md) 158 | :内容不太行,没有接触过的可以让你有一个大概的了解 159 | - [某课 Spring Cloud 微服务实战 -> 配套练习项目](https://github.com/zq99299/immoc-spring-cloud) 160 | - [CSS 深入理解-张星旭系列](https://github.com/zq99299/essay-note/blob/master/chapter/htmlcss/README.md) 161 | :后端程序员不会 CSS 样式,学完可以搞定简单的效果,不至于啥都看不懂 162 | - [HTML/CSS 响应式(小部分)](https://github.com/zq99299/essay-note/blob/master/chapter/htmlcss_responsive/index.md) 163 | :后端程序员不会 CSS 样式,补充学习 164 | - [spring-restdocs-asciidoctor](https://github.com/zq99299/essay-note/blob/master/chapter/spring/spring_restdocs_asciidoctor/index.md) 165 | :笔者原创笔记内容,可以让你快速的入门 166 | - [spring-restdocs-asciidoctor -> 配套练习项目](https://github.com/zq99299/spring-restdocs-example) 167 | - [Spring-WebSocket](https://github.com/zq99299/essay-note/blob/master/chapter/websocket/index.md) 168 | :笔者原创笔记内容,Spring-WebSocket 的一篇很好的入门开发篇 169 | - [Spring-WebSocket -> 配套练习项目](https://github.com/zq99299/java-websocket-demo) 170 | - [GitBook 使用教程](https://github.com/zq99299/gitbook-guide/blob/master/SUMMARY.md) 171 | - [JAVA 高端基础](https://github.com/zq99299/hp-note/blob/master/SUMMARY.md) 172 | :一小部分,请参阅 高端JAVA基础 部分 173 | - [vue 学习笔记](https://github.com/zq99299/vue-note/blob/master/SUMMARY.md) 174 | :包含了 vue2-搭建开发环境、某课 vue 移动端开发(音乐 app)、vue 组件库开发 175 | - [某课 vue 移动端开发(音乐 app) -> 配套练习项目](https://github.com/zq99299/vue-music) 176 | :vue 移动端开发(音乐 app) 177 | - [Gradle 早期简单学习笔记](https://github.com/zq99299/gradle-note) 178 | 179 | 180 | ### CSDN 笔记精选 181 | - [spring cloud stream 基础使用](https://blog.csdn.net/mr_zhuqiang/article/details/84820076) 182 | - [Gradle 发布 JAR 包到 maven 中央仓库(sonatype )](https://blog.csdn.net/mr_zhuqiang/article/details/84564256) 183 | - [Quartz 表达式相关工具类与 VUE 实现的表达式选择器](https://blog.csdn.net/mr_zhuqiang/article/details/92572042) 184 | 185 | ## 其他 186 | 187 | - [IDEA 常用知识点分享](https://github.com/zq99299/idea) 188 | - [IDEA 常用默认快捷键(官方) - 汉化版](https://github.com/zq99299/idea/blob/master/shortcut/README.md) 189 | - [IDEA 常用插件推荐](https://github.com/zq99299/idea/blob/master/plugins/README.md) 190 | 191 | ## 项目类 192 | 193 | - [vuepress-plugin-baidu-tongji-analytics](https://github.com/zq99299/vuepress-plugin/tree/master/vuepress-plugin-baidu-tongji-analytics) 194 | :vuepress 百度统计插件 195 | - [vuepress-plugin-toolbar](https://github.com/zq99299/vuepress-plugin/tree/master/vuepress-plugin-toolbar) 196 | :vuepress 侧边工具栏插件 197 | - [vuepress-plugin-tags](https://github.com/zq99299/vuepress-plugin/tree/master/vuepress-plugin-tags) 198 | :vuepress 在主标题下方生成标签列表 199 | 200 | --- 201 | 202 | - [gitbook-plugin-anchor-navigation-ex](https://github.com/zq99299/gitbook-plugin-anchor-navigation-ex) 203 |     204 | ![GitHub stars](https://img.shields.io/github/stars/zq99299/gitbook-plugin-anchor-navigation-ex) 205 | ![GitHub forks](https://img.shields.io/github/forks/zq99299/gitbook-plugin-anchor-navigation-ex) 206 | 207 | gitbook 侧边栏+页面导航综合类插件 208 | 209 | - [gitbook-plugin-page-footer-ex](https://github.com/zq99299/gitbook-plugin-page-footer-ex) 210 |     211 | ![GitHub stars](https://img.shields.io/github/stars/zq99299/gitbook-plugin-page-footer-ex) 212 | ![GitHub forks](https://img.shields.io/github/forks/zq99299/gitbook-plugin-page-footer-ex) 213 | 214 | gitbook 定制每篇文章的页脚,可以添加版权和显示文件修改时间和新增时间 的插件 215 | 216 | - [fast-csv](https://github.com/zq99299/fast-csv) 217 | :使用 NIO + csv 协议手写 csv 读写功能; 对 CSV 协议解析有一点问题,暂时就这样了 218 | - [wx_sdk](https://gitee.com/zhuqiang/wx_sdk) 219 | : 早期的 wx 功能,从接入公众号,到开发调用微信 api ,搭成了一个架子,包含了一部分常用的 API 220 | --------------------------------------------------------------------------------