- Go Systems Programming
- Mihalis Tsoukalos
- 146字
- 2021-07-02 18:08:05
Exercises
- Find and visit the documentation page of the log package.
- Use strace(1) to examine hw.go from the previous chapter.
- If you are on a Mac, try to examine the hw.go executable using dtruss(1).
- Write a program that gets input from the user and examine its executable file using either strace(1) or dtruss(1).
- Visit the website of Rust at https://www.rust-lang.org/.
- Visit the website of Swift at https://swift.org/.
- Visit the documentation page of the io package at https://golang.org/pkg/io/.
- Use the diff(1) command-line utility on your own in order to learn how to interpret its output better.
- Visit and read the main page of write(2).
- Visit the main page of grep(1).
- Play with reflection on your own by examining your own structures.
- Write an improved version of occurrences.go that will only display frequencies that are above a known numeric threshold, which will be given as a command-line argument.
推薦閱讀
- 自己動手寫搜索引擎
- Power Up Your PowToon Studio Project
- Learning ArcGIS Pro 2
- 三維圖形化C++趣味編程
- Mastering Python Scripting for System Administrators
- 網頁設計與制作教程(HTML+CSS+JavaScript)(第2版)
- Python編程完全入門教程
- Hands-On Automation Testing with Java for Beginners
- Learning DHTMLX Suite UI
- 快人一步:系統性能提高之道
- C#應用程序設計教程
- 區塊鏈底層設計Java實戰
- Emgu CV Essentials
- 監控的藝術:云原生時代的監控框架
- jQuery從入門到精通(微課精編版)