摘要: cat access_log.09 | grep login | awk '{print $4}' | uniq -c | sort -k1 -nr | more 阅读全文
posted @ 2015-05-16 18:58 hao.ma 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 150414 16:23:07 [ERROR] Plugin'InnoDB'initfunctionreturned error.150414 16:23:07 [ERROR] Plugin'InnoDB'registration as a STORAGE ENGINE failed.150414 ... 阅读全文
posted @ 2015-05-16 18:57 hao.ma 阅读(308) 评论(0) 推荐(0) 编辑
摘要: ./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... 阅读全文
posted @ 2015-05-16 18:55 hao.ma 阅读(173) 评论(0) 推荐(0) 编辑
摘要: set nu set shiftwidth=4set tabstop=4set softtabstop=4 set autoindentset cindentset smartindentfiletype indent on set ai! set hlsearchset incsearchset ... 阅读全文
posted @ 2015-05-16 18:52 hao.ma 阅读(129) 评论(0) 推荐(0) 编辑
摘要: alter table `user_movement_log` Add column GatewayId int not null default 0 AFTER `Regionid` (在哪个字段后面添加) alter table x_connection add `FEX-N752` varch... 阅读全文
posted @ 2015-05-16 15:17 hao.ma 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 对于一个web系统来说,我们使用mvc很必要, 给我们带来的是清晰的结构,易运维,易扩展,mvc 我对其的理解应该叫mxvc, 多了一个x , 这个x代表什么,x可以理解为 relay,proxy,adapter 亦可,先来看下面这张图这是我们系统的mxvc结构图, 大概分成四个部分,第一部分 ph... 阅读全文
posted @ 2015-05-16 14:54 hao.ma 阅读(1708) 评论(0) 推荐(0) 编辑
摘要: alter table yourtable modify column yourcolumn varchar( 2000 ); 阅读全文
posted @ 2015-05-15 23:46 hao.ma 阅读(1166) 评论(0) 推荐(0) 编辑
摘要: CREATE DATABASE IF NOT EXISTS yourdbname DEFAULT CHARSET utf8 COLLATE utf8_general_ci; 阅读全文
posted @ 2015-05-15 23:27 hao.ma 阅读(138) 评论(0) 推荐(0) 编辑
摘要: ./scripts/mysql_install_db --user=mahao01 --basedir=/home/mahao01/local/mysql --datadir=/home/mahao01/local/mysql/data/#启动:./bin/mysqld_safe --default... 阅读全文
posted @ 2015-05-15 22:31 hao.ma 阅读(226) 评论(0) 推荐(0) 编辑
摘要: 1 yum -y groupinstall chinese-support 2 3 vim /etc/sysconfig/i18n 4 5 LANG="zh_CN.UTF-8" 6 LANGUAGE="zh_CN.UTF-8:zh_CN.GB2312:zh_CN" 7 SUPPORTED="z... 阅读全文
posted @ 2015-05-10 18:33 hao.ma 阅读(333) 评论(0) 推荐(0) 编辑