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

2023年7月28日

摘要: >>> header = "Say hello in Python" >>> >>> def hello(name: str) -> str: ... """ ... %s ... ... Python is amazing! ... """ ... return f"Hello {name}. N 阅读全文
posted @ 2023-07-28 17:21 ZhangZhihuiAAA 阅读(466) 评论(0) 推荐(0)
 
摘要: 阅读全文
posted @ 2023-07-28 17:12 ZhangZhihuiAAA 阅读(10) 评论(0) 推荐(0)

2023年7月27日

摘要: ~ >cat -v er_count.txt238755|2094|239098^M 阅读全文
posted @ 2023-07-27 14:29 ZhangZhihuiAAA 阅读(18) 评论(0) 推荐(0)

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 阅读(10) 评论(0) 推荐(0)

2023年7月25日

摘要: 阅读全文
posted @ 2023-07-25 10:30 ZhangZhihuiAAA 阅读(9) 评论(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 阅读(14) 评论(0) 推荐(0)
 
摘要: 阅读全文
posted @ 2023-07-25 09:31 ZhangZhihuiAAA 阅读(17) 评论(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 阅读(35) 评论(0) 推荐(0)

2023年7月10日

摘要: (zpython) zzh@ZZHPC:~/.cache/pip$ du -sh .669M . Install without using cache: pip install --no-cache-dir 阅读全文
posted @ 2023-07-10 10:32 ZhangZhihuiAAA 阅读(31) 评论(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 阅读(16) 评论(0) 推荐(0)
上一页 1 ··· 89 90 91 92 93 94 95 96 97 ··· 102 下一页