ZhangZhihui's Blog |
|
||
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 阅读全文
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 阅读全文
2023年8月28日
摘要:
fmt.Println('😀', string('😀')) 128512 😀 For a full list of Emoticons, see https://www.compart.com/en/unicode/block/U+1F600 . 阅读全文
2023年8月15日
摘要:
Predeclared identifiers The following identifiers are implicitly declared in the universe block: Types: any bool byte comparable complex64 complex128 阅读全文
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() <- 阅读全文
2023年8月6日
摘要:
阅读全文
摘要:
zzh@ZZHPC:~$ cat .bash_history zzh@ZZHPC:~$ echo $HISTFILESIZE ## in file 2000 zzh@ZZHPC:~$ echo $HISTSIZE ## in memory 1000 zzh@ZZHPC:~$ !8 ## execut 阅读全文
摘要:
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中止。 阅读全文
摘要:
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 + 阅读全文
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 阅读全文
|
Copyright © 2024 ZhangZhihuiAAA
Powered by .NET 9.0 on Kubernetes |