# technotes **Repository Path**: studeyang/technotes ## Basic Information - **Project Name**: technotes - **Description**: 互联网技术学习笔记。包含基础、进阶、架构、行业观等内容。 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-20 - **Last Updated**: 2023-05-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 互联网技术学习笔记 学习过程中的笔记。更好的阅读效果:https://www.studeyang.tech ## 如何搜索 1、使用 Github 自带的搜索。比如要搜索 redis: ![image-20230111101852521](https://technotes.oss-cn-shenzhen.aliyuncs.com/2023/image-20230111101852521.png) 2、使用 [Sourcegraph.com](https://sourcegraph.com/github.com/studeyang/technotes) 搜索。 3、将这个仓库克隆到本地,然后在仓库目录使用下面的命令。 ```shell $ grep -nri [搜索词] docs | cat --number ``` 比如,搜索 redis 相关内容。 ```shell $ grep -nri redis docs | cat --number ``` ## 简介 ### 基础类 [基础类](sidebar.md ':include') ### 进阶类 [进阶类](B类/sidebar.md ':include') ### 架构类 [架构类](C类/sidebar.md ':include') ### 扩展类 [扩展类](D类/sidebar.md ':include') ## 技术支持 - Apollo:https://github.com/apolloconfig/apollo/tree/master/docs - Docsify:https://docsify.js.org/#/zh-cn/ ## 每周分享 在学习过程中,如果遇到有深度、有帮助的内容,我会以文章的形式分享出来,内容会发表在我的[公众号](https://mp.weixin.qq.com/s/TWRVaQPhrQf9oPxsAsuIKQ)、[掘金](https://juejin.cn/user/2594503173605767/posts)和[今日头条](https://www.toutiao.com/c/user/token/MS4wLjABAAAArFlpgpSvRI74ttxw76bAENUnFIFcYTJQnZYS77fZmNQ/?source=mp_msg&tab=article),也会维护在 Github:[studeyang/leanrning-share](https://github.com/studeyang/learning-share)。 公众号可通过微信搜索「杨同学technotes」或者扫下面的二维码,即可关注。 ![微信公众号二维码](https://technotes.oss-cn-shenzhen.aliyuncs.com/2022/qrcode_for_gh_8d08add0e5a6_258.jpg)