Problem Description
There are many students in PHT School. One day, the headmaster whose name is PigHeader wanted all students stand in a line. He prescribed that girl can not be in single. In other w...
分类:
其他好文 时间:
2016-05-22 12:30:56
阅读次数:
183
angle brackets 〈〉 brackets [] or square brackets breace {} parentheses () comma , semicolon ; quote "" '' quotation mark 单引号 single quotation marks (' ...
分类:
其他好文 时间:
2016-05-21 13:02:17
阅读次数:
117
Problem Description Ignatius has just come back school from the 30th ACM/ICPC. Now he has a lot of homework to do. Every teacher gives him a deadline ...
分类:
其他好文 时间:
2016-05-19 19:01:37
阅读次数:
152
标识(Identifiers)
有效标识由字母(letter),数字(digits)和下划线 ( _ )组成。标识的长度没有限制,但是有些编译器只取前32个字符(剩下的字符会被忽略)。
空格(spaces),标点(punctuation marks)和符号(symbols) 都不可以出现在标识中。 只有字母(letters),数字(digits) 和下划线(_)是合法的。并且变量标识必须以字母...
分类:
编程语言 时间:
2016-05-19 10:48:29
阅读次数:
384
SELECT list.* FROM(SELECT ROW_NUMBER() OVER(ORDER BY salesStatus.LastTime DESC,school.SchoolID DESC) AS rownumber, school.SchoolID,school.SchoolName,s ...
分类:
数据库 时间:
2016-05-18 12:23:10
阅读次数:
1346
JavaScript的对象是一种无序的集合数据类型,它是由若干键对组成。 var guagua = { name:'瓜瓜', birth:1988, school:'No.1 Middle School', height:1.70, weight:65, score:null }; JavaScri ...
分类:
编程语言 时间:
2016-05-13 10:53:39
阅读次数:
143
在做rest接口测试过程中,需要给定模板用数据生成一批的json串
例如Json模板示例如下
{"school":{"num":"122121","addr":"@addr"},"name":"@name","age":"@age"}
来源数据示例如下
Test
name
age
addr
test1
name1
...
分类:
编程语言 时间:
2016-05-12 13:24:56
阅读次数:
199
w10d1 Learn by doing, is one of the school motto of MIT. It shows that we should learn theory or experience by doing. We could learn things by talking ...
分类:
其他好文 时间:
2016-05-05 08:26:00
阅读次数:
128
Computer
Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 5232 Accepted Submission(s): 2640
Problem Description
A school bought the f...
分类:
其他好文 时间:
2016-05-03 18:40:57
阅读次数:
272
Problem Description Ignatius has just come back school from the 30th ACM/ICPC. Now he has a lot of homework to do. Every teacher gives him a deadline ...
分类:
其他好文 时间:
2016-05-01 23:06:25
阅读次数:
309