Go基础学习
-
go mod
2.1 修改proxy:go env -w GOPROXY=https://goproxy.cn,direct
-
gin框架
3.1 文档:https://gin-gonic.com/zh-cn/docs/
3.2 基础:https://www.liwenzhou.com/posts/Go/gin/\ -
gin基础入门
4.1 中间件:https://blog.csdn.net/qq_49723651/article/details/123694746 -
errgroup的使用
5.1 errgroup: https://www.jb51.net/jiaoben/292476fko.htm
5.2 examples: https://www.jianshu.com/p/0f37c467b4b6 -
替换全局logger
zap.ReplaceGlobals(lg);zap.L().Debug("logger success")
-
通过air使用热加载
参考:https://blog.csdn.net/weixin_51261234/article/details/123752633 -
swagger文档
参考:https://zhuanlan.zhihu.com/p/549252410 -
go常用的第三方库
参考:https://www.jianshu.com/p/c5a85c5b9cfa -
docker部署项目
10.1.数据库连接问题:https://www.saoniuhuo.com/question/detail-2005694.html
修改连接字符串: 127.0.0.1:6379 -> docker.for.mac.localhost:6379 127.0.0.1:3306 -> docker.for.mac.localhost:3306
注意:
注意:如果是macOS平台容器内使用host.docker.internal表示localhost。
即:canal.instance.master.address=host.docker.internal:3306
-
gin框架处理文件上传
参考:https://blog.csdn.net/weixin_46618592/article/details/125570527 -
Gin-Vue-Admin 学习资料
参考:https://www.gin-vue-admin.com/ -
学习资料
参考:https://linzyblog.netlify.app/ -
jupyter notebook 安装go内核
参考:https://www.jianshu.com/p/c82a2a21afcc -
Gota基础教程
参考:https://github.com/go-gota/gota/blob/master/README.md -
Go处理excel库Email
参考:https://github.com/jordan-wright/email
参考:https://darjun.github.io/2020/02/16/godailylib/email/ -
正则表达式
参考:https://blog.csdn.net/weixin_44226181/article/details/125924743 -
decode 和 encode url
参考:https://blog.csdn.net/defaultbyzt/article/details/82021480
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】凌霞软件回馈社区,博客园 & 1Panel & Halo 联合会员上线
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】博客园社区专享云产品让利特惠,阿里云新客6.5折上折
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· DeepSeek “源神”启动!「GitHub 热点速览」
· 我与微信审核的“相爱相杀”看个人小程序副业
· 微软正式发布.NET 10 Preview 1:开启下一代开发框架新篇章
· 如何使用 Uni-app 实现视频聊天(源码,支持安卓、iOS)
· C# 集成 DeepSeek 模型实现 AI 私有化(本地部署与 API 调用教程)