摘要: 设计知识点 jwt-go github.com/dgrijalva/jwt-go 代码 package main import ( "errors" "fmt" "github.com/dgrijalva/jwt-go" "time" ) const SecretKey string = "1231 阅读全文
posted @ 2021-02-19 18:39 Black_Climber 阅读(458) 评论(0) 推荐(0) 编辑
摘要: 涉及知识点: overseer: go 平滑重启库 github.com/jpillora/overseer gspt: go 设置进程名字, 方便区分不同进程 github.com/erikdubbelboer/gspt kill [参数] [进程ID] 用于向进程发送信号 例如:kill -HU 阅读全文
posted @ 2021-02-19 14:56 Black_Climber 阅读(796) 评论(0) 推荐(0) 编辑