题目描述On the planet Zoop, numbers are represented in
base 62, using the digits 0, 1, . . . , 9, A, B, . . . , Z, a, b, . . . , z
where A (base 62) = 10 ...
分类:
其他好文 时间:
2014-06-03 12:32:55
阅读次数:
267
ProblemYou want to instantiate and display a
map on a viewSolutionCreate an instance of the MKMapView class and add it to a
view or assign it as a sub...
分类:
其他好文 时间:
2014-06-03 12:19:39
阅读次数:
314
参考文档:《SMDK6410_IROM_APPLICATIONNOTE_REV1.00》(可以从这里下载到》参考博客:Tekkaman的博文《u-boot-2010.09
for mini6410 (add MMC support)》 《Tiny6410_SMDK从SD卡直接启动裸板代码 》 《使u...
分类:
其他好文 时间:
2014-06-03 11:31:54
阅读次数:
403
当我们创建Web Performance and Load Test
Project时,经常会遇到下面这些问题: 1. 当点击Add Recording时, 左边的record tree没有出现: 解决方法: 打开IE
Manage add-ons: Enable “Microsoft Web Te...
分类:
Web程序 时间:
2014-06-03 11:12:59
阅读次数:
369
Set接口Set不允许包含相同的元素,如果试图把两个相同元素加入同一个集合中,add方法返回false。Set判断两个对象相同不是使用==运算符,而是根据equals方法。也就是说,只要两个对象用equals方法比较返回true,Set就不
会接受这两个对象。HashSetHashSet有以下特点?...
分类:
其他好文 时间:
2014-06-03 07:14:39
阅读次数:
221
今天郁闷至极,真机调试时,昨天建好的工程文件一大早来就无法识别手机,还报一大堆的错,后来下午实在没办法,把工程件删了,重新见一个工程,这下竟然没报错了,但是一添加sdk文件进里面去又报错,我日,直接快让我崩溃了,我当时采用的是直接用“Add
Files to xxx”, 后来才知道这样添加编...
分类:
其他好文 时间:
2014-05-30 23:07:27
阅读次数:
238
find k missing numbers from 1 to n. (k>=1)
分类:
其他好文 时间:
2014-05-30 21:41:26
阅读次数:
593
Software architecture vs codeI presented two
talks last week with the title "Software architecture vs code" - first as the
opening keynote for the ina...
分类:
其他好文 时间:
2014-05-30 20:10:50
阅读次数:
379
Given a stringsand a dictionary of wordsdict,
add spaces insto construct a sentence where each word is a valid dictionary
word.Return all such possibl...
分类:
其他好文 时间:
2014-05-30 16:28:34
阅读次数:
199
Given a triangle, find the minimum path sum
from top to bottom. Each step you may move to adjacent numbers on the row
below.For example, given the fol...
分类:
其他好文 时间:
2014-05-30 14:59:37
阅读次数:
241