摘要:
cat access_log.09 | grep login | awk '{print $4}' | uniq -c | sort -k1 -nr | more 阅读全文
摘要:
150414 16:23:07 [ERROR] Plugin'InnoDB'initfunctionreturned error.150414 16:23:07 [ERROR] Plugin'InnoDB'registration as a STORAGE ENGINE failed.150414 ... 阅读全文
摘要:
./configure --prefix=/home/allen.mh/local/php --with-gd=/home/allen.mh/local/gd --with-jpeg-dir=/home/allen.mh/local/jpeg --with-png-dir=/home/allen.m... 阅读全文
摘要:
set nu set shiftwidth=4set tabstop=4set softtabstop=4 set autoindentset cindentset smartindentfiletype indent on set ai! set hlsearchset incsearchset ... 阅读全文
摘要:
alter table `user_movement_log` Add column GatewayId int not null default 0 AFTER `Regionid` (在哪个字段后面添加) alter table x_connection add `FEX-N752` varch... 阅读全文
摘要:
对于一个web系统来说,我们使用mvc很必要, 给我们带来的是清晰的结构,易运维,易扩展,mvc 我对其的理解应该叫mxvc, 多了一个x , 这个x代表什么,x可以理解为 relay,proxy,adapter 亦可,先来看下面这张图这是我们系统的mxvc结构图, 大概分成四个部分,第一部分 ph... 阅读全文