Posted 2020-02-27Updated 2022-06-08 Jack Liu Goa few seconds read (About 61 words)Go:package timepackage timetime 转换注意事项Go语言指定时间原点123456789101112package mainimport ( "time" "fmt")func main() { //当前时间格式化,记忆规律:创始年份2016 | 一 | 二 | 三(15时,即 3 pm) | 四 | 五 nowTime := time.Now().Format("2006-01-02 15:04:05") fmt.Println(nowTime)}
2023-08-13AI drawing ControlNet local implementation steps by stable-diffusion-webui(AI绘画ControlNet本地构建实施步骤 by stable-diffusion-webui)AI / painting / Controlnet / Drawing
2023-08-06Tribute to the great legendary philanthropist and programmer Bram Moolenaar, the original author and software maintainer of VIM(致敬伟大传奇的慈善家和程序员Bram Moolenaar,VIM最初作者和软件维护者)history-of-programing / daily