/*! * jCarousel - Riding carousels with jQuery * http://sorgalla.com/jcarousel/ * * Copyright (c) 2006 Jan Sorgalla (http://sorgalla.com) * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses. * * Built on top of the jQuery library * http://jquery.com * * Inspired by the "Carousel Component" by Bill Scott * http://billwscott.com/carousel/ */
Mar 012012
Feb 292012
GDBBREN8
大概能省1刀左右,支持支付宝付款,最近出奇的忙,想转域名到name.com都没空。。。。。罪过,罪过。。
{Code}
$sql =' ... yiiblog_desc like :keywords or yiiblog_title like :keywords ... ';
$TmpStatement = Yii::app()->db->createCommand($sql);
$TmpStatement->bindValue(':keywords', '%'.$keywords.'%');
Jan 192012
{Code}
public static function randomKeys($len){
$output = '';
for ($i=0; $i<$len; $i++){
$output .= chr(mt_rand(33, 126));
}
return $output;
}
{Execution Time}
Yii::getLogger()->getExecutionTime();
{Memory Usage}
memory_get_peak_usage();
{How To Use}
{Pear Update}
sudo pear clear-cache sudo pear channel-update pear.php.net sudo pear upgrade-all
{PHPUnit install}
Jan 152012
{Code}
sudo pear upgrade -f phpunit/PHPUnit
Jan 152012
{Code}
sudo pear channel-update pear.php.net sudo pear upgrade-all
Jan 152012
{PHPUnit}
sudo pear upgrade PEAR sudo pear channel-discover pear.phpunit.de pear channel-discover components.ez.no pear channel-discover pear.symfony-project.com sudo pear install –alldeps phpunit/PHPUnit
{Selenium RC or Core}
Saying…. ^&^