码迷,mamicode.com
首页 >  
搜索关键字:marked    ( 522个结果
python习题12
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(逆向并查集)
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
Redis入门
Docker方式安装Redis ...
分类:其他好文   时间:2018-11-08 23:13:02    阅读次数:189
配置网络Yum源
yum源 配置
分类:其他好文   时间:2018-11-08 10:59:25    阅读次数:262
正则表达式的学习
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
【完型填空题-真题及答案】-2017年11月北京学位英语考试
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
What is the difference between static func and class func in Swift?
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
63. Unique Paths II
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
62. Unique Paths
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
522条   上一页 1 ... 16 17 18 19 20 ... 53 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!