by Nica 一 生词 1 result : something that is caused directly by something else that h...
分类:
其他好文 时间:
2014-07-16 20:26:49
阅读次数:
187
1、通过Join方法,暂停当前线程Thread secondThread = new Thread(new ThreadStart(ThreadMethod));secondThread.Start();...secondThread.Join();2、通过启动APM异步操作的方法,得到一个IAsy...
分类:
编程语言 时间:
2014-07-13 11:36:56
阅读次数:
234
What would cause a tableview cell to remain highlighted after being touched? I click the cell and can see it stays highlighted as a detail view is pus...
分类:
其他好文 时间:
2014-07-12 00:07:16
阅读次数:
185
WHAT?本章讨论程序性能调整问题。但是对用户来说,程序员按时交付软件,提供一个清爽的用户界面,避免系统经常死机常常比程序性能更加重要WHY?在程序设计这种文化中,编写出能够节省几微秒的代码可以证明你很酷--HOW?Pareto法则即80/20法则,指你可以通过20%的努力获取80%的成果一些无稽之...
分类:
其他好文 时间:
2014-07-11 22:29:56
阅读次数:
302
简介WatiN - Watir的.NET版:http://watin.sourceforge.net/Welcome at the WatiN(pronounced as What-in)website. InspiredbyWatirdevelopment of WatiN started in ...
分类:
其他好文 时间:
2014-07-11 22:10:45
阅读次数:
539
What‘s LINQ? Language Integrated Query 是也。说得再明白一些,这是编程语言的一种新特性,能够将数据查询语句集成到编程语言中。 主要还是因为现在的数据格式越来越多,数据库、XML、数组、哈希表……每一种都有自己操作数据的方式,学起来费事费力。于是,就有了LINQ诞...
分类:
其他好文 时间:
2014-07-11 21:48:21
阅读次数:
1014
What Are You Talking AboutTime Limit: 10000/5000 MS (Java/Others)Memory Limit: 102400/204800 K (Java/Others)Total Submission(s): 12773Accepted Submiss...
分类:
其他好文 时间:
2014-07-09 19:41:51
阅读次数:
141
What Is Your Grade?
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 8302 Accepted Submission(s): 2547
Problem Description
“Point...
分类:
其他好文 时间:
2014-07-08 18:48:30
阅读次数:
171
字典树
看题库上说这是字典树,不过被我水过去了。
题意是说用对应的字典,翻译出火星文。
each line will contain at most 3000 characters.
看到这句话我就安心了。Time Limit: 10000/5000 MS (Java/Others)
果断用map 来水了。还真AC了。3296MS 。本来是想巩固一下字典树的,不过……。
...
分类:
其他好文 时间:
2014-07-08 14:42:44
阅读次数:
173
Implement atoi to convert a string to an integer.
Hint: Carefully consider all possible input cases. If you want a challenge, please do not see below and ask yourself what are the possible input ca...
分类:
其他好文 时间:
2014-07-08 12:52:05
阅读次数:
200