摘要:
What is the difference between java and javaw? That's because Windows has this annoying habit of starting an actual Terminal (which should not even be 阅读全文
摘要:
from collections import defaultdict import re d=defaultdict(lambda :0) with open(r'e:/bb.txt',mode='rt+',encoding='utf8') as f: for line in f: for sub 阅读全文
摘要:
cut Usage: cut OPTION [FILE] Print selected parts of lines from each FILE to standard output -b --bytes=LIST 以字节为单位进行分割。这些字节位置将忽略多字节字符边界,除非也指定了 -n 标志。 阅读全文