今天在linux下 用tar -zxf xxx.tar.bz2然后就报这个错。gzip: stdin: not in gzip formattar: Child returned status 1tar: Error exit delayed from previous errors解决方案:压缩包...
分类:
其他好文 时间:
2015-01-07 16:27:54
阅读次数:
162
题目描述:
The function twoSum should return indices of the two numbers such that they add up to the target, where index1 must be less than index2. Please note that your returned answers (both index1 and...
分类:
其他好文 时间:
2015-01-06 00:54:53
阅读次数:
171
没看明白之一:Error handlingWhen methods return an error parameter by reference, check the returned value, not the error variable.Preferred:NSError *error = ...
分类:
移动开发 时间:
2015-01-02 12:14:34
阅读次数:
146
If you want your code to work on iOS 7 as well as iOS 8 you should use one of the rangeOfString calls instead. Basically if the range returned has a length of zero, the substring is not there.
/* The...
分类:
其他好文 时间:
2014-12-30 19:07:04
阅读次数:
293
The following are the Windows API (and former DOS) IO errors, which are also the IO errors often returned by Delphi programs, and which are generally ...
[转]ubuntu错误解决E: Sub-process /usr/bin/dpkg returned an error code (1)http://yanue.net/post-123.html在用apt-get安装软件时出现了类似于install-info: No dir file specif...
分类:
系统相关 时间:
2014-12-23 01:30:36
阅读次数:
252
Android编译的时候出现错误:
/usr/bin/ld: cannot find -lz
collect2: ld returned 1 exit status
解决:
sudo apt-get install zlib1g-dev正在读取软件包列表... 完成
正在分析软件包的依赖关系树
正在读取状态信息... 完成
下列【新】软件包将被安装:
zlib1...
分类:
移动开发 时间:
2014-12-16 17:10:54
阅读次数:
174
最近在正捣鼓mt7620芯片的路由器,刷入openwrt Pandora系统以后想装wifidog实现web认证。我用我自己的一个水星的路由器PPPOE拨号,通过水星的lan口连接网线到我openwrt系统的路由器的lan口,把openwrt的DHCP服务关掉,想让openwrt能连接网络。但是用x...
分类:
其他好文 时间:
2014-12-14 17:05:45
阅读次数:
2178
When you get this error from msdeploy:“Error: The remote server returned an error: (401) Unauthorized.”you need to give the remote user elevated right...
分类:
其他好文 时间:
2014-12-11 17:10:22
阅读次数:
231