一、安装HandlerSocket-Plugin-for-MySQL
https://github.com/ahiguti/HandlerSocket-Plugin-for-MySQL
#cd HandlerSocket-Plugin-for-MySQL
#sh ./autogen.sh
#./configure --with-mysql-source=/home/jfy/soft/Percona-Server-5.5.18-rel23.0 --with-mysql-bindir=/usr/local/m...
分类:
数据库 时间:
2014-11-24 15:20:58
阅读次数:
281
1.wget http://nodejs.org/dist/node-v0.6.9.tar.gztar zxvf node-v0.6.9.tar.gzcd node-v0.6.9./configure --prefix=/usr/local/nodemakemake install
分类:
Web程序 时间:
2014-11-24 00:50:06
阅读次数:
219
1.enablelogging
javapns使用的log4j,为确保log的正常工作,在使用过程中添加如下代码:
importorg.apache.log4j.*;
...
try{
BasicConfigurator.configure();
...
}catch(Exceptione){
//dosth.
}
log4j.properties中添加:
log4j.logger.javapns=debug
2.sandbox(开发环境..
分类:
移动开发 时间:
2014-11-23 23:36:34
阅读次数:
486
1.首先,在EasyBCD中写入Configure时, (hd0,n) 表示磁盘分区,hd(0,0), hd(0,1), hd(0,2), hd(0,3)表示主分区,(hd0,4)以后的表示逻辑分区。一般我们笔记本只有一个硬盘,而且win7安装的时候如果不是Ghost安装的话...
apache2.4 安装出现如下错误
```
[lzz@localhost httpd-2.4.10]$ ./configure
checking for chosen layout... Apache
checking for working mkdir -p... yes
checking for grep that handles long lines and -e....
分类:
Web程序 时间:
2014-11-23 00:44:13
阅读次数:
255
cron表达式是什么 首先cron是表示计划任务。其次Oracle官网这样解释cron表达式: Cron expressions are used to configure instances of CronTrigger, a subclass of org.quartz.Trigger. A cron expression is ...
分类:
其他好文 时间:
2014-11-22 23:24:47
阅读次数:
1329
问题描述:在./configure时出现error: Could not link against !? 解决方法:来自 http://stackoverflow.com/questions/9132335/configure-error-could-not-link-against-boost-system 对于64位机:./configure...
分类:
其他好文 时间:
2014-11-22 21:41:52
阅读次数:
316
1,首先安装fftwtar xvf fftw-3.3.4.tar.gzcd fftw-3.3.4./configure --prefix=/opt/fftw-3.3.4 --enable-shared --enable-float --enable-mpi CC=icc F77=ifortmake....
分类:
其他好文 时间:
2014-11-22 20:09:58
阅读次数:
599
Run Fiddler.Run Fiddler and choose (from the menu) Tools, Fiddler Options… Check these boxes in the HTTPS tab of the resulting dialog (and hit OK):Cli...
EXEC sp_configure 'show advanced options', 1GORECONFIGUREGOEXEC sp_configure 'xp_cmdshell', 1GORECONFIGUREGO--生成格式化文件 在此基础上再进行编辑,自己创建一个格式化文件有点问题--10.0...
分类:
数据库 时间:
2014-11-22 13:12:24
阅读次数:
175