ZhangZhihui's Blog  
上一页 1 ··· 90 91 92 93 94 95 96 97 98 ··· 102 下一页

2023年6月28日

摘要: 阅读全文
posted @ 2023-06-28 15:48 ZhangZhihuiAAA 阅读(8) 评论(0) 推荐(0)

2023年6月26日

摘要: 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) 推荐(0)

2023年6月16日

摘要: 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) 推荐(0)
 
摘要: 安装Tabout插件后按Tab键可跳出右括号。 阅读全文
posted @ 2023-06-16 08:59 ZhangZhihuiAAA 阅读(589) 评论(0) 推荐(1)

2023年6月14日

摘要: 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) 推荐(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) 推荐(0)
 
摘要: sudo dpkg -i file.deb 阅读全文
posted @ 2023-06-14 16:46 ZhangZhihuiAAA 阅读(17) 评论(0) 推荐(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) 推荐(0)

2023年6月13日

摘要: 阅读全文
posted @ 2023-06-13 15:03 ZhangZhihuiAAA 阅读(7) 评论(0) 推荐(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) 推荐(0)
上一页 1 ··· 90 91 92 93 94 95 96 97 98 ··· 102 下一页