ZhangZhihui's Blog |
|
||
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 阅读全文
2023年7月25日
摘要:
阅读全文
摘要:
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 阅读全文
摘要:
阅读全文
2023年7月12日
摘要:
try { [System.IO.Compression.ZipFile]::ExtractToDirectory($z1, $dir_from, $enc) $unzip_failed = $false } catch { $unzip_failed = $true } 阅读全文
2023年7月10日
摘要:
(zpython) zzh@ZZHPC:~/.cache/pip$ du -sh .669M . 阅读全文
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 阅读全文
2023年6月28日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 阅读全文
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 阅读全文
|
Copyright © 2024 ZhangZhihuiAAA
Powered by .NET 9.0 on Kubernetes |