对yii框架搭建的平台运维过程中,会不断地发现很多新的特性和问题,现一一记录下来,便于后续学习~ 1、日志 在/runtime目录中 参考:http://www.cnblogs.com/youxin/p/3637008.html 2、数据库中require字段不能为空
分类:
其他好文 时间:
2015-04-07 15:30:43
阅读次数:
104
http://opencv.org/quickstart.htmlInstallation in LinuxThese steps have been tested for Ubuntu 10.04 but should work with other distros as well.Require...
分类:
系统相关 时间:
2015-04-05 06:27:24
阅读次数:
268
install.packages("ggplot2")library(ggplot2)# WindRose.R http://stackoverflow.com/questions/17266780/wind-rose-with-ggplot-rrequire(ggplot2)require(RCo...
分类:
其他好文 时间:
2015-04-04 23:46:34
阅读次数:
221
首先,进入node REPL:mesogene@mesogene-team:~$ node> 查看global对象,发现其他全局对象(包括Buffer、require对象)以及全局方法都包含在global对象接口中:> console.log(global);{ global: [Circular]...
分类:
Web程序 时间:
2015-04-04 21:12:28
阅读次数:
176
我的Apache版本2.4.9
第一步:将Apache配置文件httpd.conf中内的Require local注释掉
第二部:打开防火墙,允许Apache HTTP Server程序通过防火墙,如下图:...
分类:
Web程序 时间:
2015-04-04 18:28:39
阅读次数:
147
KyotoTycoon的php调用代码实例代码:require_once‘Net/KyotoTycoon.php‘;useNet\KyotoTycoon;$cacheManager=newKyotoTycoon(array(‘host‘=>‘localhost‘,‘port‘=>1978));//codego.net#showit$cacheManager->set(‘foo‘,‘bar‘);$value=$cacheManager->get(‘foo‘);echo$..
分类:
Web程序 时间:
2015-04-04 16:55:35
阅读次数:
151
var mysql = require('mysql';var connection = mysql.createConnection({ host: '', port: 3306, user: 'root', password: 'root', database: '...
分类:
数据库 时间:
2015-04-04 12:07:31
阅读次数:
149
ECharts的初始化
1、echarts.init
self.init = function (dom, theme) {
var zrender = require('zrender');
if (zrender.version.replace('.', '') - 0 < self.dependencies.zrender.replace('.', '')...
分类:
其他好文 时间:
2015-04-04 01:17:54
阅读次数:
290
php中的文件包含 include,require,include_once,require_once文件包含:是指将一个文件的内容包含进另外一个文件,有利于代码的复用等。php中文件包含指令有4个,分别为:include,include_once,require,require_once其中:in...
分类:
Web程序 时间:
2015-04-03 22:14:22
阅读次数:
105
从源文件 230 行 到280 行修改为
DocumentRoot "D:/wamp/www/"
AllowOverride none
order deny,allow
allow from all
# Require all denied
Options Indexes FollowSymLinks
AllowOverride all...
分类:
其他好文 时间:
2015-04-03 11:22:52
阅读次数:
188