英文原文:My advice for kids: The 1,000-hour rule 1000 小时定律 我还没有资格给孩子们提供一些生活上的建议,但是我想分享一条简单的建议,在我还是孩子的时候貌似没有听过: 找到你真正喜欢做的事情,坚持下去,坚持多深入一些,大约十年之后,你一定会精通于...
分类:
其他好文 时间:
2014-08-25 11:19:44
阅读次数:
231
在netBeans中可以直接右键创建定时器回话bean: 类上的注解:@Stateless?@LocalBean ????????需要执行的方法上的注解:@Schedule(dayOfWeek = "Mon-Fri", month = "*", hour = "9-17", dayOfMonth = "*"...
分类:
其他好文 时间:
2014-08-18 12:42:44
阅读次数:
217
1 window.onload = function(){ 2 var uS = 604800; //后台提供 : 秒 3 var day=hour=minute=second=0, timer; 4 var demo = document.getElementById(...
分类:
Web程序 时间:
2014-08-15 17:45:29
阅读次数:
210
In the partime, a simle program attracted my attention whose content is to change number to english by reading rule of money.It took about one hour to deal with this question.
Now the source was sh...
分类:
其他好文 时间:
2014-08-14 01:30:57
阅读次数:
268
1、Calendar
Calendar c = Calendar.getInstance();
取得系统日期:year = c.get(Calendar.YEAR)
month = c.grt(Calendar.MONTH)
day = c.get(Calendar.DAY_OF_MONTH)
取得系统时间:hour = c.get(Calendar.HOUR_O...
分类:
移动开发 时间:
2014-08-12 13:44:14
阅读次数:
308
Earth HourTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 125536/65536 K (Java/Others)Total Submission(s): 1518Accepted Submission(s): 607Problem ...
分类:
其他好文 时间:
2014-08-12 00:01:43
阅读次数:
415
Earth Hour
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 125536/65536 K (Java/Others)
Total Submission(s): 1516 Accepted Submission(s): 606
Problem Description
Earth Hour is a...
分类:
其他好文 时间:
2014-08-11 15:12:52
阅读次数:
298
Problem Description
Earth Hour is an annual international event created by the WWF (World Wide Fund for Nature/World Wildlife Fund), held on the last Saturday of March, that asks households and busin...
分类:
其他好文 时间:
2014-08-10 15:50:20
阅读次数:
265
lua中的时间类似于C语言中的时间,如下:local time = os.time()
print(time)
local t = os.date("*t")
for k,v in pairs(t) do
print(k,v)
end
这样就可以分别输出年、月、日、时、分、秒,输出如下:
1407406553
hour 18
min 15
wday 5
day 7
mo...
分类:
其他好文 时间:
2014-08-07 18:56:20
阅读次数:
310
F - Earth Hour
Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d
& %I64u
Submit Status
Description
Earth Hour is an annual international event created by the WWF (Wo...
分类:
其他好文 时间:
2014-08-01 19:40:32
阅读次数:
344