# asap **Repository Path**: hacker__007/asap ## Basic Information - **Project Name**: asap - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-06 - **Last Updated**: 2025-05-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # asap ## 功能模块controller ### algorithm 该模块记录了leetcode上刷的题目,有一百多个,可配合算法篇一起查看 1. [算法总结](https://mp.weixin.qq.com/s/pg94QcxIttHUBlGnHBW4zQ) ### design 该模块记录了设计模式学习内容,可配合如下文章查看 所有文章如下: 1. [设计模式之美](https://mp.weixin.qq.com/s/FINji2z1f6fiTIqFVh27hg) 2. [Go设计模式(1)-语法](https://mp.weixin.qq.com/s/ZiobMMJ8HjdEnd5CVbo_bw) 3. [Go设计模式(2)-面向对象分析与设计](https://mp.weixin.qq.com/s/hZOeDStnj8DRs7xRxZ5XsQ) 4. [Go设计模式(3)-设计原则](https://mp.weixin.qq.com/s/DCho5dPu-BSjpW-eI7GK9g) 5. [Go设计模式(4)-代码编写](https://mp.weixin.qq.com/s/Iml2GCgIpQ9MU06YwJAogw) 6. [Go设计模式(4)-代码编写优化](https://mp.weixin.qq.com/s/AkTCQudvwTLm_t2O2BDpoA) 7. [Go设计模式(5)-类图符号表示法](https://mp.weixin.qq.com/s/ua9n59MtjBOItnj53M_iiA) 8. [Go设计模式(6)-单例模式](https://mp.weixin.qq.com/s/L2P6MCTTA0znUqOeT7hHOw) 9. [Go设计模式(7)-工厂模式](https://mp.weixin.qq.com/s/8-_OoSJ9sZu_zmQhp6t2fQ) 10. [Go设计模式(8)-抽象工厂](https://mp.weixin.qq.com/s/yjX0So45tV-xQjy25QXuMQ) 11. [Go设计模式(9)-建造者模式](https://mp.weixin.qq.com/s/3Sg5bXAeBHvY3AJt3J2Xsw) 12. [Go设计模式(10)-原型模式](https://mp.weixin.qq.com/s/eufByRfCsu5wfLQd_wDAuQ) 13. [Go设计模式(11)-代理模式](https://mp.weixin.qq.com/s/7oOoPP0SQbQ6lWbLDt_B3g) 14. [Go设计模式(12)-桥接模式](https://mp.weixin.qq.com/s/1TwP9chbXb_qrlsCl8nmuA) 15. [Go设计模式(13)-装饰器模式](https://mp.weixin.qq.com/s/eFjcg43pKjTceTkVaHTK0g) 16. [Go设计模式(14)-适配器模式](https://mp.weixin.qq.com/s/fvoWIX-4kGYMhArLmV5-JQ) 17. [Go设计模式(15)-门面模式](https://mp.weixin.qq.com/s/EFn7KlPT3D5xh0A-Z8bIpQ) 18. [Go设计模式(16)-组合模式](https://mp.weixin.qq.com/s/1TtTk548DyTyGpDKoZzP3g) 19. [Go设计模式(17)-享元模式](https://mp.weixin.qq.com/s/w3rwSjE6XsrfWcY8unoe3A) 20. [Go设计模式(18)-观察者模式](https://mp.weixin.qq.com/s/8i_sPAJ9rqXttmsQRONNDQ) 21. [Go设计模式(19)-模板模式](https://mp.weixin.qq.com/s/HPxnKoqxQMCVCH58gbtMjg) 22. [Go设计模式(20)-策略模式](https://mp.weixin.qq.com/s/T47C88HfrZny-Ph0gM3sEw) 23. [Go设计模式(21)-职责链模式](https://mp.weixin.qq.com/s/ORA7ShxIt51BQvpWxHr9Tg) 24. [Go设计模式(22)-状态模式](https://mp.weixin.qq.com/s/PfRRFSOFBxSCg98zpg3k_Q) 25. [Go设计模式(23)-迭代器模式](https://mp.weixin.qq.com/s/od4m6818zrzCSAwTxGKewQ) 26. [Go设计模式(24)-访问者模式](https://mp.weixin.qq.com/s/zCwHcNpOXX68uL8N-xA0xA) 27. [Go设计模式(25)-备忘录模式](https://mp.weixin.qq.com/s/OnkoKLEZDyjiiC2GhzYUyA) 28. [Go设计模式(26)-命令模式](https://mp.weixin.qq.com/s/yHFN5NkMIly-dFda1QTOXQ) 29. [Go设计模式(27)-解释器模式](https://mp.weixin.qq.com/s/g423W9lwvb7GP-nvAezHOA) 30. [Go设计模式(28)-中介者模式](https://mp.weixin.qq.com/s/N4tCjhg8ApfCD2twVAoPAQ) ### grpcclient 该模块记录了grpc的相关配置和使用,可配合如下文章查看 1. [微服务之服务框架和注册中心](https://mp.weixin.qq.com/s/sw5JVKtvYx1Jgsf5KSPXmg) ### limit 该模块记录了常用的限流算法,可配合如下文章查看 1. [限流实现1](https://mp.weixin.qq.com/s/hG6QrPPTHjqEaUVQhjDdBg) 2. [限流实现2](https://mp.weixin.qq.com/s/kvkDfCfFjbessU8UAN1O-g) ### status 状态机 ### algorithm 系统整理了算法相关内容 1. [算法学习计划](https://mp.weixin.qq.com/s/v1wbqN_GVmGosWlY0JlHPw) 2. [蛮力法](https://mp.weixin.qq.com/s/4dfRrGUcojEK_fvhZ2g_Dg) 3. [分治法](https://mp.weixin.qq.com/s/x7L_cRSTgiFnYamQmI0ydQ) 4. [减治法](https://mp.weixin.qq.com/s/AoANPDzxV_CAnbWO-M1xuA) 5. [动态规划法](https://mp.weixin.qq.com/s/0KXamBMoZygJzLXklat_LA) 6. [贪心法](https://mp.weixin.qq.com/s/9f0j0EQPF5cOJhSU0KwFRA) 7. [回溯法](https://mp.weixin.qq.com/s/p62Sc63CoLmM1sirBYU_Tw) 8. [分支限界法](https://mp.weixin.qq.com/s/-zcn9hTwEaPshpFLkP8zlg) 9. [算法总结](https://mp.weixin.qq.com/s/pg94QcxIttHUBlGnHBW4zQ) ## 配置 ### Redis brew install redis 打开 redis.conf 文件,然后按 command + f 进行搜索:#requirepass foobared 修改为: requirepass 你的密码 服务端启动: /usr/local/bin/redis-server /usr/local/etc/redis.conf & /opt/homebrew/opt/redis/bin/redis-server /opt/homebrew/etc/redis.conf & 命令行登录: redis-cli -p 6379 -a auth ### 数据库 mysql.server start & mysql -uroot -p 1234Abcd* ## 我的博客-程序员麻辣烫的博客 这是我的项目地址:https://github.com/shidawuhen/shidawuhen.github.io ### 在线阅读 https://shidawuhen.github.io/ 穷,只能薅github羊毛 ### 我的公众号 ![](https://user-gold-cdn.xitu.io/2020/6/6/1728870aaad58afd?w=258&h=258&f=jpeg&s=28085) ### 最后 如果有任何疑问或错误,欢迎在 issues 进行提问或给予修正意见 如果喜欢或对你有所帮助,欢迎 Star,对作者是一种鼓励和推进 😀