ex12 在终端上键入python -m pydoc input *pydoc命令的用法(目前看不懂) 1. python -m pydoc input:查看纯文本帮助信息,类似于函数的帮助说明。 (纯文本帮助) 2. python -m pydoc atexit :在当前目录创建atexit.ht ...
分类:
编程语言 时间:
2018-11-15 22:28:05
阅读次数:
227
Connections in Galaxy War http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=3563 In order to strengthen the defense ability, many stars in ga ...
分类:
其他好文 时间:
2018-11-12 14:58:15
阅读次数:
202
1.^ 为匹配输入字符串的开始位置 2.[0-9]+匹配多个数字, [0-9] 匹配单个数字 3.+ 匹配一个或者多个。 4.$ 为匹配输入字符串的结束位置 ...
分类:
其他好文 时间:
2018-11-05 15:12:43
阅读次数:
98
1. 实例 ^ 匹配输入字符串的开始位置。 [0-9]+ 匹配多个数字, [0-9] 匹配单个数字,+ 匹配一个或者多个。 abc$ 匹配字母 abc 并以 abc 结尾,$ 为匹配输入字符串的结束位置。 ^ 匹配输入字符串的开始位置。 [0-9]+ 匹配多个数字, [0-9] 匹配单个数字,+ 匹 ...
分类:
其他好文 时间:
2018-11-04 19:20:34
阅读次数:
145
Part IV Cloze(10%) Direction:There are 20 blanks in the following passage, and for each blank there are 4 choices marked A, B, C, D at the end of the ...
分类:
其他好文 时间:
2018-10-29 14:12:11
阅读次数:
231
Special Kinds of Methods Methods associated with a type rather than an instance of a type must be marked with the static declaration modifier for enum ...
分类:
编程语言 时间:
2018-10-26 16:17:56
阅读次数:
206
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can only move either down or right at any p ...
分类:
其他好文 时间:
2018-10-21 14:17:22
阅读次数:
175
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can only move either down or right at any p ...
分类:
其他好文 时间:
2018-10-20 23:45:12
阅读次数:
159