05 2021 档案

gin web 2
摘要:routers/router.go package routers import ( "github.com/gin-gonic/gin" "gin-blog/pkg/setting" ) func InitRouter() *gin.Engine { r := gin.New() r.Use(gi 阅读全文

posted @ 2021-05-28 13:51 js.yeyong 阅读(89) 评论(0) 推荐(0)

go web编程学习记录
摘要:学习 https://segmentfault.com/a/1190000013297625的记录 简单demo package main import "github.com/gin-gonic/gin" func main() { r := gin.Default() r.GET("/ping" 阅读全文

posted @ 2021-05-28 13:39 js.yeyong 阅读(74) 评论(0) 推荐(0)

fix: because the volume group on the selected device also consist of physical volumes on other devices
摘要:because the volume group on the selected device also consist of physical volumes on other devices 目标服务器上有两块硬盘,之前组了个lvm,新安装ubuntu16时报告这个,一开始没想明白,一顿瞎试删数 阅读全文

posted @ 2021-05-26 09:36 js.yeyong 阅读(126) 评论(0) 推荐(0)

导航