原文地址:https://www.cnblogs.com/crackedlove/p/10331317.html 1.typeof typeof是一个操作符,其右侧跟一个一元表达式,并返回这个表达式的数据类型。返回的结果用该类型的字符串(全小写字母)形式表示,包括number,string,bool ...
分类:
Web程序 时间:
2019-11-13 11:27:30
阅读次数:
94
题目链接:http://codeforces.com/problemset/problem/939/A A. Love Triangle time limit per test 1 second memory limit per test 256 megabytes input standard i ...
分类:
其他好文 时间:
2019-11-13 00:38:10
阅读次数:
83
Valya and Tolya are an ideal pair, but they quarrel sometimes. Recently, Valya took offense at her boyfriend because he came to her in t-shirt with le ...
分类:
其他好文 时间:
2019-11-12 22:03:49
阅读次数:
117
greo -E 等同于 egrep grep常用两种方式 1. grep -c python a.txt 2. cat a.txt | grep -c python a.txt文件如下 i love python i love python i love python i lovelove pyth ...
分类:
其他好文 时间:
2019-11-12 14:49:12
阅读次数:
80
手写SpringMVC框架 细嗅蔷薇 心有猛虎 背景:Spring 想必大家都听说过,可能现在更多流行的是Spring Boot 和Spring Cloud 框架;但是SpringMVC 作为一款实现了MVC 设计模式的web (表现层) 层框架,其高开发效率和高性能也是现在很多公司仍在采用的框架; ...
分类:
编程语言 时间:
2019-11-10 10:02:07
阅读次数:
89
1、hadoop-env.sh配置,2、hdfs-site.xml配置文件,3、core-site.xml配置文件,4、mapred-site.xml配置,5、yarn-site.xml配置,6、slaves配置(DataNode)
分类:
其他好文 时间:
2019-11-09 23:32:30
阅读次数:
135
me:5次 标准答案:5 次,因为从 0 开始,到 10 结束,步进为 2。 1. 下面的循环会打印多少次"I Love FishC"? me:错误,循环应该使用的是一个数组,比如range() 标准答案:会报错,上节课的课后习题我们提到了 in 是“成员资格运算符”,而不是像 C 语言那样去使用 ...
分类:
其他好文 时间:
2019-11-09 23:29:54
阅读次数:
103
D. Bad Luck Island The Bad Luck Island is inhabited by three kinds of species: r rocks, s scissors and p papers. At some moments of time two random in ...
分类:
其他好文 时间:
2019-11-09 21:59:21
阅读次数:
85
如图: 参考: https://blog.csdn.net/mango_love/article/details/84067911 SQL SERVER中LEAD和LAG函数 https://blog.csdn.net/leewhoee/article/details/20264653 ...
分类:
其他好文 时间:
2019-11-04 19:47:50
阅读次数:
103
1.请写出冒泡排序将list1进行排序? List1 = [1,2,34,12,33,25,12,33,90,28] 2.使用python语言打印出name=”I love python”的长度 3.使用python语言将name=”I love python”中的”love”取出并且存放到列表li ...
分类:
编程语言 时间:
2019-11-04 18:08:41
阅读次数:
243