错误说明 今天在centos 6.3 64位版本上安装PHP5.4.3时在./configure 步骤的时候出现了下面错误configure: error: Cannot find libmysqlclient under /usr.Note that the MySQL client librar ...
分类:
数据库 时间:
2016-11-14 20:35:48
阅读次数:
196
<script type="text/javascript"> var blockNum=10; $(document).ready(function(){ var parentDom=$('#father').find("form"),oriDom=parentDom.children(":fir ...
分类:
Web程序 时间:
2016-11-14 19:34:40
阅读次数:
193
错误: Warning: fopen() [function.fopen]: Unable to find the wrapper "PHP? 解决方案有3: 1.windows下的php.ini中把extension=php_openssl.dll前面的;删掉,重启服务就可以了。 2.linux下 ...
分类:
Web程序 时间:
2016-11-14 17:46:02
阅读次数:
157
使用crt上传文件时出现乱码且大小为0的文件,使用如下命令删除当前目录下的乱码文件find.-maxdepth1-size0|xargsrm-rf注:-maxdepthlevels在某个层次的目录中按照递减方法查找-size0指定文件大小为0
分类:
Web程序 时间:
2016-11-14 16:25:10
阅读次数:
889
Leetcode Problem-169 Majority Element Given an array of size n, find the majority element. The majority element is the element that appears more than? ...
分类:
其他好文 时间:
2016-11-14 15:37:59
阅读次数:
175
安装pdo_mysql cd /usr/local/src/php-5.4.0/ext/pdo_mysql/ /usr/local/php/bin/phpize # /usr/local/php为php安装后的目录 ./configure --with-php-config=/usr/local/p ...
分类:
Web程序 时间:
2016-11-14 12:47:00
阅读次数:
876
iOS系统app崩溃日志手动符号化步骤: 1.在桌面建立一个crash文件夹,将symbolicatecrash工具、.crash文件、.dSYM文件放到该文件夹中 a.如何查询symbolicatecrash路径位置? 执行命令:find /Applications/Xcode.app -name ...
分类:
移动开发 时间:
2016-11-14 12:22:30
阅读次数:
178
克隆(clone):从远程仓库URL加载创建一个与远程仓库一样的本地仓库 提交(commit):将暂存文件上传到本地仓库(我们在Finder中对本地仓库做修改后一般都得先提交一次,再推送) 检出(checkout):切换不同分支 添加(add):添加文件到缓存区 移除(remove):移除文件至缓存 ...
分类:
其他好文 时间:
2016-11-14 12:17:42
阅读次数:
156
Given a set of intervals, for each of the interval i, check if there exists an interval j whose start point is bigger than or equal to the end point o ...
分类:
其他好文 时间:
2016-11-14 11:50:02
阅读次数:
203
17115 ooxx numbers 时间限制:1000MS 内存限制:65535K提交次数:0 通过次数:0 题型: 编程题 语言: G++;GCC Description 输入格式 there are many cases in the input. for each line there is ...
分类:
其他好文 时间:
2016-11-14 02:22:03
阅读次数:
288