ZhangZhihui's Blog  
上一页 1 ··· 57 58 59 60 61 62 63 64 65 ··· 78 下一页

2023年7月26日

摘要: Help on built-in function all in module builtins: all(iterable, /) Return True if bool(x) is True for all values x in the iterable. If the iterable is 阅读全文
posted @ 2023-07-26 08:31 ZhangZhihuiAAA 阅读(4) 评论(0) 推荐(0) 编辑

2023年7月25日

摘要: 阅读全文
posted @ 2023-07-25 10:30 ZhangZhihuiAAA 阅读(4) 评论(0) 推荐(0) 编辑
 
摘要: Help on built-in function print in module builtins: print(*args, sep=' ', end='\n', file=None, flush=False) Prints the values to a stream, or to sys.s 阅读全文
posted @ 2023-07-25 09:39 ZhangZhihuiAAA 阅读(7) 评论(0) 推荐(0) 编辑
 
摘要: 阅读全文
posted @ 2023-07-25 09:31 ZhangZhihuiAAA 阅读(4) 评论(0) 推荐(0) 编辑

2023年7月12日

摘要: try { [System.IO.Compression.ZipFile]::ExtractToDirectory($z1, $dir_from, $enc) $unzip_failed = $false } catch { $unzip_failed = $true } 阅读全文
posted @ 2023-07-12 15:06 ZhangZhihuiAAA 阅读(30) 评论(0) 推荐(0) 编辑

2023年7月10日

摘要: (zpython) zzh@ZZHPC:~/.cache/pip$ du -sh .669M . 阅读全文
posted @ 2023-07-10 10:32 ZhangZhihuiAAA 阅读(21) 评论(0) 推荐(0) 编辑

2023年7月7日

摘要: The syntax is: Use extended regular expressions: grep -E 'pattern1|pattern2' *.py Try on older Unix shells/oses: grep -e pattern1 -e pattern2 *.pl Ano 阅读全文
posted @ 2023-07-07 16:47 ZhangZhihuiAAA 阅读(8) 评论(0) 推荐(0) 编辑

2023年6月28日

摘要: 阅读全文
posted @ 2023-06-28 15:48 ZhangZhihuiAAA 阅读(1) 评论(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 阅读(9) 评论(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 阅读(5) 评论(0) 推荐(0) 编辑
上一页 1 ··· 57 58 59 60 61 62 63 64 65 ··· 78 下一页