posted @ 2023-06-28 15:48
ZhangZhihuiAAA
阅读(8)
推荐(0)
摘要:
vsftpd - FTP Server Installation vsftpd is an FTP daemon available in Ubuntu. It is easy to install, set up, and maintain. To install vsftpd you can r
阅读全文
posted @ 2023-06-26 20:59
ZhangZhihuiAAA
阅读(17)
推荐(0)
摘要:
All applications' desktop entries can be found in /usr/share/applications. You can create a desktop entry under ~/.local/share/applications to make yo
阅读全文
posted @ 2023-06-16 11:10
ZhangZhihuiAAA
阅读(14)
推荐(0)
摘要:
安装Tabout插件后按Tab键可跳出右括号。
阅读全文
posted @ 2023-06-16 08:59
ZhangZhihuiAAA
阅读(589)
推荐(1)
摘要:
Check below settings: Method 1: Choose "goformat" for Go's Format Tool: If got below error message, click the Install button or run the command: The "
阅读全文
posted @ 2023-06-14 19:12
ZhangZhihuiAAA
阅读(107)
推荐(0)
摘要:
sudo dpkg -l | grep pkg_name sudo apt remove pkg_name sudo apt purge pkg_name sudo apt autoremove sudo apt clean
阅读全文
posted @ 2023-06-14 17:35
ZhangZhihuiAAA
阅读(15)
推荐(0)
摘要:
sudo dpkg -i file.deb
阅读全文
posted @ 2023-06-14 16:46
ZhangZhihuiAAA
阅读(17)
推荐(0)
摘要:
zzh@ZZHPC:~$ go env -w GO111MODULE=on zzh@ZZHPC:~$ go env -w GOPROXY=https://goproxy.io,direct If you're using VSCode, you can install Go tools as fol
阅读全文
posted @ 2023-06-14 08:49
ZhangZhihuiAAA
阅读(125)
推荐(0)
posted @ 2023-06-13 15:03
ZhangZhihuiAAA
阅读(7)
推荐(0)
摘要:
So is there ever a good place to use mutable defaults? Yes! Mutable defaults can be very useful for caching and/or recursive algorithms: def fibonacci
阅读全文
posted @ 2023-06-13 14:05
ZhangZhihuiAAA
阅读(13)
推荐(0)