Js 1 // 图表转换方法:用于切换图与表。 2 var init = false; 3 function toggle(){ 4 if ($("#container").is(":hidden")) { 5 $("#contain...
分类:
其他好文 时间:
2014-09-18 11:24:53
阅读次数:
260
Paul hates palindromes. He assumes that string
s is tolerable if each its character is one of the first
p letters of the English alphabet and
s doesn't contain any palindrome contiguous substring ...
分类:
其他好文 时间:
2014-09-17 18:47:02
阅读次数:
247
XE7 提交 App 后,在「Prerelease」里被提示了:Build 1.0.0 does not contain the correct beta entitlement. For more information, see the iTunes Connect Developer Guid...
分类:
移动开发 时间:
2014-09-16 12:12:50
阅读次数:
228
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single ...
分类:
其他好文 时间:
2014-09-15 12:41:48
阅读次数:
133
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single ...
分类:
其他好文 时间:
2014-09-13 20:00:35
阅读次数:
207
POI 操作Excel
异常处理
org.apache.poi.openxml4j.exceptions.invalidformatexception: package should contain a content type part...
分类:
其他好文 时间:
2014-09-12 19:12:04
阅读次数:
2997
鏈接: http://acm.hdu.edu.cn/showproblem.php?pid=1116
Problem Description
Some of the secret doors contain a very interesting word puzzle. The team of archaeologists has to solve it to open that do...
分类:
其他好文 时间:
2014-09-11 17:17:12
阅读次数:
320
Problem Description:
Given a collection of integers that might contain duplicates, S, return all possible subsets.
Note:
Elements in a subset must be in non-descending order.The solution se...
分类:
其他好文 时间:
2014-09-09 21:35:29
阅读次数:
281
Problem Description:
Given a collection of numbers that might contain duplicates, return all possible unique permutations.
For example,
[1,1,2] have the following unique permutations:
[1,1,2...
分类:
其他好文 时间:
2014-09-09 16:17:29
阅读次数:
200