当前位置:网站首页>Interpretation of Gin-based Go language project network disk
Interpretation of Gin-based Go language project network disk
2022-08-07 11:31:00 【Alianai Learning】
1. Project overall structure

2. Interpretation of the main configuration file
package mainimport ("file-store/lib""file-store/model/mysql""file-store/router""log")func main() {serverConfig := lib.LoadServerConfig() // Static configuration information in home inimysql.InitDB(serverConfig) // Initialize the databasedefer mysql.DB.Close() // close the database connection when the project is closedr := router.SetupRoute() // set up the router.LoadHTMLGlob("view/*") // set static file pathr.Static("/static", "./static")if err := r.Run(":80"); err != nil {log.Fatal("Server failed to start...")}}3. Project address
4. Function Interpretation
You can use the server's local storage as storage, the difficulty is uploading files and downloading!
边栏推荐
- CVPR2022Oral专题系列(二):多帧图像合成与增强
- xlwings module (data is saved as xlsx file)
- SQL 获取每个部门中当前员工薪水最高的相关信息
- unipush2.0 tutorial
- 【微服务架构】分布式限流策略
- UGUI系列-原理分析(Unity3D)
- Want to save programs?The dongle is too much trouble, try this (Unity3D)
- Project Optimization DrawCall Optimization (Unity3D)
- 【Hefei University of Technology】Data Sharing
- 【OpenCV】直方图计算 & 均衡化直方图
猜你喜欢

一文讲清-DeFI王者AAVE最新的稳定币GHO提案

什么是 Office Open XML 文件格式

QT练手小项目:飞机大战

STM32 LWIP Server、Client如何判断网络异常

《bug记录》在利用TCP协议创建【服务器-客户端交互程序】中出现的一些问题

什么是 Office Open XML 文件格式

柠檬班unitest和数据驱动

Talk about automatic power switching circuit (summary of common automatic switching circuits)

亿纬锂能首件搭载自主研发46系列大圆柱电池系统产品成功下线

Problems encountered by the custom push ringtone plugin
随机推荐
formData
对象内部的this指向问题
If you want to learn a language, you need many previous knowledge points
公钥、私钥、证书、加密、解密、加签、验签
精进型全栈工程师应牢记的工程优先级顺序
下载音/视频文件小技巧
unity 动画结束 后处理事件
第4章 漏洞扫描
csv module
Job interview, written test experience and preparation process
Apipost协作功能详解
【图像融合】基于matlab双树复小波变换像素级图像融合【含Matlab源码 2024期】
【微服务架构】分布式限流策略
【OFDM通信】基于matlab深度学习OFDM系统信号检测【含Matlab源码 2023期】
QList<QVariant> list
Mysql transaction details
[OpenCV] Histogram Calculation & Equalization Histogram
Talk about automatic power switching circuit (summary of common automatic switching circuits)
PG core technology articles--MVCC
UGUI系列-原理分析(Unity3D)
