03 2022 档案

摘要:package main import ( "fmt" "io/ioutil" ) func main() { dirName := "D:\\tmp\\20220314" //fmt.Println(dirName) res := FileList(dirName, 0) for _, file 阅读全文
posted @ 2022-03-16 14:50 Young_Mo 阅读(347) 评论(0) 推荐(0) 编辑
摘要:package main import ( "encoding/csv" "fmt" "os" "unsafe" ) func readCsv(fPath string) (ret []map[string]string) { file, err := os.Open(fPath) if err ! 阅读全文
posted @ 2022-03-16 14:49 Young_Mo 阅读(37) 评论(0) 推荐(0) 编辑
摘要:package main import ( "encoding/csv" "encoding/json" "fmt" "io" "os" "strconv" "strings" "time" ) func readCsvYield(fPath string, seq rune, printNum i 阅读全文
posted @ 2022-03-09 15:14 Young_Mo 阅读(366) 评论(0) 推荐(0) 编辑
摘要:package main import ( "encoding/csv" "fmt" "os" ) func readCsv(fPath string) (ret []map[string]string, k []string) { file, err := os.Open(fPath) if er 阅读全文
posted @ 2022-03-08 11:45 Young_Mo 阅读(366) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示