请允许我吐槽这个yiistrap,这个问题经常遇到,今天终于解决了。<?php$this->widget(‘\TbListView‘,array( ‘dataProvider‘=>$dataProvider, ‘itemView‘=>‘_view‘,));?>类似这种的。YiiStrap是你的main.php里配的别名。改成YiiStrap.widgets.TbListView哦我操,..
分类:
其他好文 时间:
2015-06-15 00:27:24
阅读次数:
116
下载sysbench git?clone?https://github.com/akopytov/sysbench.git 编译安装 ./autogen.sh
./configure?#./configure?--without-mysql(不编译测试mysql的功能模块)
make?&&?make?install 以下命令拷贝...
分类:
其他好文 时间:
2015-06-14 22:53:34
阅读次数:
237
方法一、LR + SiteScope/nmon 方法二、使用rstatd包1、下载rpc.rstatd-4.0.1.tar.gz2、解压缩tar -zxvf rpc.rstatd-4.0.1.tar.gz3、配置./configure4、编译make5、安装make install6、启动rpc.r...
分类:
系统相关 时间:
2015-06-14 19:56:26
阅读次数:
173
I make some code like set2D on sprite3d to make sprite3d show on ui.``` if (_b2D == true) { flags &= ~FLAGS_RENDER_AS_3D; }```and``` if (_b2D ==...
分类:
其他好文 时间:
2015-06-14 18:12:31
阅读次数:
144
wgethttp://download.redis.io/redis-stable.tar.gztar xvzf redis-stable.tar.gzcd redis-stablemake前面3步应该没有问题,主要的问题是执行make的时候,出现了异常。异常一:make[2]: cc: Comma...
分类:
其他好文 时间:
2015-06-14 16:35:33
阅读次数:
152
安装去http://redis.io/下载最新稳定版的源码。解压,进入解压目录,执行make
make install之后在src/目录下会多出以下几个文件:redis-server
redis-benchmark
redis-cli
redis-conf将其copy至/usr/redis目录下即可。部署修改redis-conf文件,添加:requirepass 111111将连接密码设为11111...
分类:
编程语言 时间:
2015-06-14 15:14:52
阅读次数:
438
this article had helped me.
thanks.
Program “make” not found in PATH
up vote11down votefavorite
I'm having the Program "make" not found in PATH ...
分类:
其他好文 时间:
2015-06-14 15:13:16
阅读次数:
162
Verification
Verification is the process to make sure the product satisfies the conditions imposed at the start of the development phase. In other words, to make sure the product behaves the way ...
分类:
其他好文 时间:
2015-06-14 13:49:25
阅读次数:
107
1,下载Redis
wget http://download.redis.io/releases/redis-3.0.2.tar.gz
2,安装Redis
加压缩
tar zxvf redis-3.0.2.tar.gz
进入解压目录,编译:
cd redis-3.0.2
make
拷贝Redis配置文件:
cp redis.conf /etc/
修改对应redis.con...
分类:
系统相关 时间:
2015-06-13 23:11:28
阅读次数:
322
说不定要用到的塞。。。。1.wget http://www.haproxy.org/download/1.5/src/haproxy-1.5.12.tar.gz2.tar -zxvf haproxy-1.5.12.tar.gz3.cd haproxy-1.5.124.make TARGET=linu...
分类:
其他好文 时间:
2015-06-13 19:59:11
阅读次数:
167