03 2023 档案

摘要:func main() { // 修改文件所属组 os.Chown( filename, uid, gid) } // 检查目录是否存在 func checkDirExist(path string) (bool, error) { s, err := os.Stat(path) if err != 阅读全文
posted @ 2023-03-30 23:56 熊先生不开玩笑 阅读(49) 评论(0) 推荐(0) 编辑
摘要:package main import ( "bufio" "encoding/csv" "flag" "fmt" "os" "regexp" "sort" "strings" "sync" "time" ) type BatteryPercent struct { Timestamp int64 阅读全文
posted @ 2023-03-19 15:29 熊先生不开玩笑 阅读(26) 评论(0) 推荐(0) 编辑

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