I use below softwares for C development in Windows 10. VS Code WSL 2 (Ubuntu) Install development tool sudo apt-get update sudo apt install...
tree - list contents of directories in a tree-like format. https://linux.die.net/man/1/tree Step 1: Install gitbash Git for windows Step 2: Download...
It is frustrating using Go Module for new Goer. This guide will not talk about too much how does Go find the package/modules but will show you...
需求 协程每隔1秒, 连续3次打印 [go routine] working on it. 然后把ping通过channel通知主线程任务完成. 主线程接收到ping后, 打印 [main] All done, 然后程序退出. 这个例子演示了 go channel...
Requirement Define a function to return a storage size string in a human reading format (KB, MB etc) type ByteSize float64 const ( _ =...
今天通过了 AWS Certified Data Analytics Specialty (AWS DAS-C01)的考试. 按照提示应该5个工作日才有结果, 想不到今天晚上看完 <毒舌大状>回来后一刷邮箱, 竟然收到考试结果了! 而且AWS还很细心的把badge粘贴在邮箱内容上,...