1.被客户不断变化的需求 “折磨”第一次需求 class Printer{ void Open(){
System.out.println("Open"); } void Close(){ System.out.println("Close");...
分类:
其他好文 时间:
2014-05-24 01:28:44
阅读次数:
252
5 Quick Dating Tips For
Introverts给内向的人5个约会的小建议Introverts often have a more difficult time with social
interactions than others. This is especially tr...
分类:
其他好文 时间:
2014-05-24 00:31:15
阅读次数:
449
Insert title
herec:out标签的使用可以获取request,session,application的值 parameter的值(得到不了):
---${attr_request} ---${attr_session} ---${attr_applicati...
分类:
Web程序 时间:
2014-05-23 12:24:14
阅读次数:
493
??
Printer Queue
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 3679
Accepted: 1975
Description
The only printer in the computer science students' union is...
分类:
其他好文 时间:
2014-05-23 08:05:45
阅读次数:
273
p Me Escape
Time Limit: 2 Seconds Memory Limit: 32768 KB
Background
If thou doest well, shalt thou not be accepted? and if thou doest not well, sin lieth at the door. And unto th...
分类:
其他好文 时间:
2014-05-22 12:50:31
阅读次数:
280
Xor Sum
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 132768/132768 K (Java/Others)
Total Submission(s): 0 Accepted Submission(s): 0
Problem Description
Zeus 和 Prometheus ...
分类:
其他好文 时间:
2014-05-22 12:13:46
阅读次数:
316
Problem Description
Alice and Bob always love to play games, so does this time.
It is their favorite stone-taken game.
However, this time they does not compete but co-operate to finish this tas...
分类:
其他好文 时间:
2014-05-22 11:15:07
阅读次数:
242
在学习中总结的知识点,希望被吐槽,只有这样才能发现问题和不足 。。。
system:不能被实例化类(说明里面的是静态成员),描述系统的相关信息
out:标准输出,默认是控制台
in: 标准输入,默认是键盘
获取/设置系统属性信息,Properties getProperties()/setProperties()
...
分类:
其他好文 时间:
2014-05-22 06:41:59
阅读次数:
195
0, "days" => 0, "hours" => 0, "minutes" =>
0, "seconds" => 0, ); if($time >= 31556926){ $value["years"] =
floor($time/31556926); $time = ($t...
分类:
Web程序 时间:
2014-05-20 12:07:09
阅读次数:
252
说到泛型方法,这个是.net
2.0的时候引入的一个重要功能,c#2.0也对此作了非常好的支持,可以不需要显试的声明泛型类型,让编译器自动推断,例如:1 void F(T value){}2
//...3 int i = 0;4 F(i);此时,编译器可以自动推导出这里的T就是int,这极大的方.....
分类:
其他好文 时间:
2014-05-20 08:23:26
阅读次数:
319