摘要: 转载自https://www.toutiao.com/a6642147029348778509/?iid=56038047054&app=news_article&group_id=6642147029348778509&timestamp=1546567148 今天,从开发人员的角度,说说《如何防 阅读全文
posted @ 2019-01-04 10:02 一沐春风 阅读(532) 评论(0) 推荐(0) 编辑
摘要: package main import ( "encoding/json" "fmt" "os" ) type PersonInfo struct { Name string age int32 Sex bool Hobbies []string } func main() { writeFile() ... 阅读全文
posted @ 2019-01-04 09:36 一沐春风 阅读(14699) 评论(1) 推荐(1) 编辑
摘要: package main import ( "fmt" "regexp" "strings" ) func main() { msg := `Days: billOverdueDays, Status: enumeration.BOOL__TRUE,` dbFields := make([]string, 0) ms... 阅读全文
posted @ 2019-01-04 09:20 一沐春风 阅读(370) 评论(0) 推荐(0) 编辑