Fast-CGI: ./configure --prefix=/usr/local/php --enable-fastcgi --enable-force-cgi-redirect --with-config-file-path=/etc --with-zlib --with-mysql --wit ...
分类:
Web程序 时间:
2016-07-14 07:06:09
阅读次数:
249
libcurl 和libcurl-devel都已经安装 且大于7.13.1 但还是报错,这时需要在configure 指定curl路径即可 ./configure --prefix=/usr/local/zabbix --enable-server --enable-proxy --enable-a ...
分类:
Web程序 时间:
2016-07-13 19:58:20
阅读次数:
2039
想了解symfony的启动过程,必须从启动文件(这里就以开发者模式)开始。 <?php/** web/app_dev.php*/$loader = require_once __DIR__.'/../app/bootstrap.php.cache';Debug::enable();require_o ...
分类:
其他好文 时间:
2016-07-13 15:30:14
阅读次数:
187
PHP自身是不支持线程的,但是它在安装的时候,涉及到一个线程安全的问题,Windows下提供了二种安装包,Linux下编译安装提供了–enable-maintainer-zts这个选项。 很多人一看到“安全”,就以为是好事,其实不然。 既然PHP没有线程,那么这个线程安全指的是什么呢?这和它的运行方 ...
分类:
编程语言 时间:
2016-07-13 01:02:09
阅读次数:
177
http://velshare.blogspot.com/2013/02/how-to-enable-hibernate-option-in.html 1) To enable the Hibernate option other then the windows server 2008 R2 se ...
运行Android Studio,一直提示:Error running app: Instant Run requires 'Tools | Android | Enable ADB integration' to be enabled. 根据这个提示可以看出来,这应该是“即时运行”出问题啦,为了能 ...
分类:
移动开发 时间:
2016-07-12 17:26:20
阅读次数:
350
参考http://www.linuxidc.com/Linux/2014-06/103777.htm一监控日志文件1首先添加items2添加完成之后如果不是显示enable的状态,是不能用的,可能是你所监控日志的权限的问题更改权限chownzabbix.mysql/var/log/mysqld.logchmod777/var/log/mysqld.log3然后到monitoring-lastdat..
分类:
其他好文 时间:
2016-07-12 15:49:04
阅读次数:
310
As of June 2016 Raspbian already has the necessary modifications. You only need to enable the overlay in config.txt (step 6 onwards). I finally got th ...
分类:
其他好文 时间:
2016-07-12 11:41:40
阅读次数:
151
基本配置S>enable进入特权模式S#configureterminal进入全局配置模式S(config)#hostnamename改变交换机名称S(config)#enablepasswordlevellevel_#password设置用户口令(level_#=1)或特权口令(level_#=15)S(config)#lineconsole0进入控制台接口S(config-line)#passwordconso..
分类:
系统相关 时间:
2016-07-11 19:36:16
阅读次数:
238
个人经常用的ftp配置文件,仅保存下。#关闭匿名用户anonymous_enable=NO#允许本地用户有写入权限(0755)local_enable=YESwrite_enable=YESlocal_umask=022xferlog_enable=YESdirmessage_enable=YES#关闭DNS反向解析reverse_lookup_enable=no#有nat不能使用,需要注释掉,重点..
分类:
系统相关 时间:
2016-07-11 10:43:24
阅读次数:
230