说明:更新了手机的到了iOS 10.0.2。真机调试时候提示"Could not find Developer Disk Image" 并且之前就下载了Xcode8,但是没有安装Xcode8。因为项目快结束了,依旧使用的Xcode7.3,准备迭代版本开发在更新使用Xcode8。但是真机调试依然要测试 ...
分类:
移动开发 时间:
2016-10-27 12:38:36
阅读次数:
377
其实一开始想错了,把这个问题想难了,导致没有思路,现在好了很多。 题目: Given an array S of n integers, are there elements a, b, c in S such that a + b + c = 0? Find all unique triplets ...
分类:
其他好文 时间:
2016-10-27 09:59:19
阅读次数:
170
Given a binary tree, you are supposed to tell if it is a binary search tree. If the answer is yes, try to find the KK-th largest key, else try to find ...
分类:
其他好文 时间:
2016-10-27 07:42:39
阅读次数:
518
######################################################################unit13########################################################################################################如何安装软件####################################1.软件名称识别###[abrt-addon-..
分类:
其他好文 时间:
2016-10-27 01:49:22
阅读次数:
167
找到提供的句子中最长的单词,并计算它的长度。 函数的返回值应该是一个数字。 主要考察 split() 和 sort() 的用法,注意倒序排列的方法,很常用,也很基础。 ...
分类:
其他好文 时间:
2016-10-27 00:18:52
阅读次数:
165
志远兄发现了一个神奇的递推公式, 某些递推的题目可以看作, 一个个上三角阵, 而问题的解为(1,1) 至 (n,n) 的路径个数, 废话不多说, 上题上代码 以下转自http://www.cnblogs.com/--ZHIYUAN/p/5971367.html 小兔的棋盘 Time Limit: 1 ...
分类:
其他好文 时间:
2016-10-26 22:16:42
阅读次数:
306
ngx.re.match ngx.re.find ngx.re.gmatch ngx.re.sub ngx.re.gsub 看上面官方文档。 ...
分类:
其他好文 时间:
2016-10-26 16:33:53
阅读次数:
208
Given a binary tree, find its maximum depth. The maximum depth is the number of nodes along the longest path from the root node down to the farthest l ...
分类:
编程语言 时间:
2016-10-26 13:07:52
阅读次数:
156
Given a string that consists of only uppercase English letters, you can replace any letter in the string with another letter at most k times. Find the ...
分类:
其他好文 时间:
2016-10-26 09:40:13
阅读次数:
431
Given an array of integers and an integer k, find out whether there are two distinct indices i and j in the array such that nums[i] = nums[j]and the d ...
分类:
其他好文 时间:
2016-10-26 09:34:14
阅读次数:
187