ZhangZhihui's Blog  
上一页 1 ··· 54 55 56 57 58 59 60 61 62 ··· 78 下一页

2023年9月5日

摘要: zzh@ZZHPC:/zdata/MyPrograms/Go/aaa$ go test -run NONE -bench . goos: linux goarch: amd64 pkg: zzh/aaa cpu: Intel(R) Core(TM) i5-9600K CPU @ 3.70GHz Be 阅读全文
posted @ 2023-09-05 15:36 ZhangZhihuiAAA 阅读(9) 评论(0) 推荐(0) 编辑

2023年8月30日

摘要: Linux To uninstall VS Code on Linux, you should use your package manager's uninstall or remove option. The exact command line will differ depending on 阅读全文
posted @ 2023-08-30 10:23 ZhangZhihuiAAA 阅读(39) 评论(0) 推荐(0) 编辑

2023年8月28日

摘要: fmt.Println('😀', string('😀')) 128512 😀 For a full list of Emoticons, see https://www.compart.com/en/unicode/block/U+1F600 . 阅读全文
posted @ 2023-08-28 09:10 ZhangZhihuiAAA 阅读(7) 评论(0) 推荐(0) 编辑

2023年8月15日

摘要: Predeclared identifiers The following identifiers are implicitly declared in the universe block: Types: any bool byte comparable complex64 complex128 阅读全文
posted @ 2023-08-15 08:22 ZhangZhihuiAAA 阅读(9) 评论(0) 推荐(0) 编辑

2023年8月12日

摘要: A channel can be made read-only to whoever receives it, while the sender still has a two-way channel to which they can write. For example: func F() <- 阅读全文
posted @ 2023-08-12 21:59 ZhangZhihuiAAA 阅读(8) 评论(0) 推荐(0) 编辑

2023年8月6日

摘要: 阅读全文
posted @ 2023-08-06 22:04 ZhangZhihuiAAA 阅读(4) 评论(0) 推荐(0) 编辑
 
摘要: zzh@ZZHPC:~$ cat .bash_history zzh@ZZHPC:~$ echo $HISTFILESIZE ## in file 2000 zzh@ZZHPC:~$ echo $HISTSIZE ## in memory 1000 zzh@ZZHPC:~$ !8 ## execut 阅读全文
posted @ 2023-08-06 10:41 ZhangZhihuiAAA 阅读(13) 评论(0) 推荐(0) 编辑
 
摘要: zzh@ZZHPC:~$ sleep 120 ^Z [1]+ Stopped sleep 120 zzh@ZZHPC:~$ bg %1 [1]+ sleep 120 & zzh@ZZHPC:~$ [1]+ Done sleep 120 10:01开始sleep,执行完后立刻执行Ctrl + Z中止。 阅读全文
posted @ 2023-08-06 10:37 ZhangZhihuiAAA 阅读(55) 评论(0) 推荐(0) 编辑
 
摘要: Ctrl + ALt + T : Open a new terminal Ctrl + L: Clear outputs (not really clear, just add a screen of blank lines) Ctrl + D: Exit current shell Ctrl + 阅读全文
posted @ 2023-08-06 08:31 ZhangZhihuiAAA 阅读(13) 评论(0) 推荐(0) 编辑

2023年8月5日

摘要: sudo apt update sudo apt list --upgradable sudo apt full-upgrade zzh@ZZHPC:~$ sudo apt list --upgradable [sudo] password for zzh: Listing... Done pyth 阅读全文
posted @ 2023-08-05 19:58 ZhangZhihuiAAA 阅读(9) 评论(0) 推荐(0) 编辑
上一页 1 ··· 54 55 56 57 58 59 60 61 62 ··· 78 下一页