管理员权限打开/etc/default/apport# set this to 0 to disable apport, or to 1 to enable it# you can temporarily override this with# sudo service apport start f...
分类:
其他好文 时间:
2014-07-22 22:52:16
阅读次数:
172
一、memcache.so 的安装wget http://pecl.php.net/get/memcache-2.2.7.tgztar zxvf memcache-2.2.7.tgz./configure --enable-memcache --with-php-config=/usr/local/...
分类:
Web程序 时间:
2014-07-22 22:51:53
阅读次数:
813
#!/usr/bin/perl
#?name:?logcalc.pl
#?calc?the?amount?of?access?url
use?strict;
use?warnings;
use?diagnostics;
use?File::Basename;
my?($arg,?$arg_only);
my?$FILE;
my?($year,?$mo...
分类:
其他好文 时间:
2014-07-22 08:13:36
阅读次数:
221
"start JavaScript loading"打开JAVA折叠let b:javascript_fold = 1"打开JavaScript对dom.html.css的支持let javascript_enable_domhtmlcss=1"设置JavaScript字典if has("autoc...
分类:
编程语言 时间:
2014-07-22 00:21:34
阅读次数:
181
1. 好像是随着ios8的beta开始. iad 已经发生了一些变化. 比如找不到enable iad network 的按钮了. 貌似是不需要手动去 enable 了. 只需要嵌入 iad framework 就可以了.2. 如何测试iad是否集成好了呢? 自己测试请求操作 是否显示测试广告。3....
分类:
其他好文 时间:
2014-07-21 14:26:23
阅读次数:
253
<!DOCTYPE?html?PUBLIC?"-//W3C//DTD?XHTML?1.0?Strict//EN"?"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html?xmlns="http://www.w3.org/1999/xhtml"?xml:lang="en">
<head>
<style?type=...
分类:
其他好文 时间:
2014-07-21 10:28:33
阅读次数:
569
1 增加组 groupadd ftpgroup 2 修改/etc/vsftpd/vsftpd.conf 将底下三行 #chroot_list_enable=YES # (default follows) #chroot_list_file=/etc/vsftpd.chroot_list 改为 chroot_list_enable=YES # (default foll...
分类:
其他好文 时间:
2014-07-21 10:13:21
阅读次数:
228
笔记本:TinkPadX1Carbon开机按:F1——》进入:BIOS1,选择:Security2,选择:Virtualization3,选择:①Intel(R)VirturalizationTechnology=Enable/Disable②Intel(R)VT-dFeature=Enable/Disable
分类:
其他好文 时间:
2014-07-20 10:18:18
阅读次数:
258
测试环境:win7, vs2012如果未安装boost,请参考:http://blog.csdn.net/alex_my/article/details/17630685涉及智能指针:shared_ptr, weak_ptr, scoped_ptr, auto_ptr其它:enable_shared...
分类:
编程语言 时间:
2014-07-19 14:15:45
阅读次数:
276
PHP编译参数Apache:./configure--prefix=/usr/local/php--with-apxs2=/usr/local/apache2/bin/apxs--with-curl--with-mcrypt--enable-mbstring--with-iconv--with-gd--with-jpeg-dir=/usr/local/lib--enable-pdo--with-pdo-mysql=/usr/local/mysql5.5.25/--with-mysqli=/usr/lo..
分类:
系统相关 时间:
2014-07-19 02:12:55
阅读次数:
266