Apache与php配置:我们把php-5.2.9-Win32.zip解压到C盘根目录下,把文件夹名字改成PHP,这样方便一下。1. 找到PHP目录下的“php.ini-dist”或者“php.ini-recommended”文件,我们把它从命名为"php.ini",复制到“C:\WINDOWS”下...
分类:
其他好文 时间:
2015-01-26 19:06:45
阅读次数:
235
Given a sorted integer array where the range of elements are [lower, upper] inclusive, return its missing ranges.For example, given [0, 1, 3, 50, 75],...
分类:
其他好文 时间:
2015-01-26 11:33:54
阅读次数:
185
warning: ignoring file ../libBaiduMobStat.a, missing required architecture i386 in file ../libBaiduMobStat.a (3 slices)可能原因:正如这个错误提示所指出的那样,缺少了i386架构的东...
分类:
其他好文 时间:
2015-01-24 21:15:03
阅读次数:
166
原题地址非常有技巧的一道题,如果没有接触过类似题目或没有任何提示的情况下想出来很困难,因为题目要求O(1)的空间复杂度既然是O(1)的空间复杂度,自然要用到原数组了。解法是:1. 遍历每个数组元素,把元素都交换到正确的位置上。比如发现A[3] = 5,则交换A[5]和A[3],让A[5]=5。2. ...
分类:
其他好文 时间:
2015-01-24 17:07:38
阅读次数:
115
mount -t nfs 10.173.55.154:/oradata /oradatamount: wrong fs type, bad option, bad superblock on 10.173.55.154:/oradata, missing codepage or helper pro...
分类:
其他好文 时间:
2015-01-24 13:05:21
阅读次数:
119
Android Permission denied 错误(附Android权限大全)java.net.SocketException: Permission denied (maybe missing INTERNET permission)这是一个经典错误, Socket不能对外连接,错误不会被报...
分类:
移动开发 时间:
2015-01-23 20:04:03
阅读次数:
177
// A simple quickref for Eigen. Add anything that's missing.// Main author: Keir Mierle#include Matrix A; // Fixed rows and cols. Same a...
分类:
其他好文 时间:
2015-01-23 17:59:25
阅读次数:
1029
JavaEE has some excellent built-in security mechanisms, but they don’t come close to covering all the threats that your applications will face. Many c...
分类:
编程语言 时间:
2015-01-23 10:58:41
阅读次数:
182
Do's and Don'ts for Android development, by Futurice developersUse Gradle and its recommended project structurePut passwords and sensitive data in gra...
分类:
移动开发 时间:
2015-01-22 14:37:05
阅读次数:
219
Do's and Don'ts for Android development, by Futurice developersUse Gradle and its recommended project structurePut passwords and sensitive data in gra...
分类:
移动开发 时间:
2015-01-22 12:54:59
阅读次数:
189