题目:Suppose a sorted array is rotated at some pivot unknown to you beforehand.(i.e.,0 1 2 4 5 6 7might become4 5 6 7 0 1 2).You are given a target valu...
分类:
其他好文 时间:
2014-07-06 23:34:53
阅读次数:
273
需要wget下载多个文件链接时,可以采用如下方法:1. 将链接存入文件url.list中;2. wget -bc -i url.list -o [log_file] -P [target_dir]其中,-b backgournd,即后台下载;-c continues,继续下载尚未完成的任务,即如.....
分类:
其他好文 时间:
2014-07-06 23:31:25
阅读次数:
221
It’s a major release this time, Horizon 6.0 is out. You can get to the downloadshere. As always, here’s theWhat’s New from the release notes:This rele...
分类:
其他好文 时间:
2014-07-06 22:43:46
阅读次数:
244
在jetty文件夹下的start.ini文件里有这么一行"-Dorg.apache.jasper.compiler.disablejsr199=true"注释,把这个注释去掉,再启动就不会出现错误了。(把这一行最前面的“#”删除即可) 这个错误用eclipse启动jetty时不会出现,而用命令行启....
分类:
编程语言 时间:
2014-07-06 21:33:46
阅读次数:
211
问题:有2个表,使用id相连,如何用Join语法将其连接起来?如下代码 List assoList = dataContext.tblAssociations.Join( // source dataContext.tblUser, // target ...
分类:
其他好文 时间:
2014-07-05 20:26:14
阅读次数:
265
Given a sorted array of integers, find the starting and ending position of a given target value.Your algorithm's runtime complexity must be in the ord...
分类:
其他好文 时间:
2014-07-05 19:10:48
阅读次数:
219
最近对内存管理,有了一些新的认识,以前只知道alloc,或者retain,或者copy,之后需要release或者autorelease;
只知其一,但是在工作学习中仅仅知道这些是不够用的,还需要知道属性等内部的内存存管理才行.
@property (readwrite,nonatomic,assign)NSInteger age;
@property (readwrite,no...
分类:
其他好文 时间:
2014-07-04 09:31:10
阅读次数:
354
step1 :下载oclint并安装
下载地址: http://oclint.org/downloads.html
选择mac os x或者darwin的包,下载到本地。
目录类似下面:
oclint-release
|-bin
|-lib
|---clang
|-----3.4
|-------include
|-------lib
|---oclint
|-----rules
|-...
分类:
其他好文 时间:
2014-07-04 09:07:33
阅读次数:
381
调用系统相册、相机发现是英文的系统相簿界面后标题显示“photos”,但是手机语言已经设置显示中文,纠结半天,最终在info.plist设置解决问题。
只需要改三个地方:
1、plist文件中:
2、info里面-->Custom iOS Target Properites
3、info-->Localizations
至此ok。...
分类:
移动开发 时间:
2014-07-04 09:06:32
阅读次数:
431
??
Pre-11gR2: "crsctl check crs" command hangs at EVMD check (文档 ID 1578875.1)
APPLIES TO:
Oracle Database - Enterprise Edition - Version 10.2.0.3 to 11.1.0.7 [Release 10.2 to 11.1]
Informatio...
分类:
其他好文 时间:
2014-07-04 08:16:00
阅读次数:
335