10 2022 档案

摘要:配置文件config.yml mysql: type: mysql dsn: "user:pass@tcp(localhost:30306)/db_name?charset=utf8&parseTime=True&loc=Local" maxopen: 100 maxidle: 10 maxlife 阅读全文
posted @ 2022-10-13 14:20 kopok 阅读(84) 评论(0) 推荐(0) 编辑
摘要:1、实现http://127.0.0.1:8080/index.html的形式访问前端页面。gin-contrib/static 使用中间件的方式判断是否存在该静态文件。fileserver 是一个 Handler,判断 fs 中是否有请求的文件,如果有则使用 fileserver 将文件写入到 g 阅读全文
posted @ 2022-10-12 15:40 kopok 阅读(133) 评论(0) 推荐(0) 编辑