摘要: func main() { var ss *[]string =&[]string{"fdsf"} if ss == nil{ errors.New("is a nil") os.Exit(1) } *ss=append((*ss)[0:0],*ss...) fmt.Println(*ss)}[fd 阅读全文
posted @ 2022-03-07 12:30 技术颜良 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-03-07 12:08 技术颜良 阅读(32) 评论(0) 推荐(0) 编辑
摘要: # For details see man 4 crontabs # Example of job definition:# . minute (0 - 59)# | . hour (0 - 23)# | | . day of month (1 - 31)# | | | . month (1 - 1 阅读全文
posted @ 2022-03-07 10:17 技术颜良 阅读(227) 评论(0) 推荐(0) 编辑