<embed src='http://player.youku.com/player.php/sid/XMzg1NDkwNDE1Ng==/v.swf' allowFullScre…
tar忽略某个文件夹
tar -zcvf xxx.tar.gz --exclude=排除的目录 打包的目录 做个笔记,使用tar压缩文件可以使用–exclude排除压缩指定文件夹 注意的是,…
layer子窗口更新父窗口的值
parent.$('.apparatus .miei_' + data.id).html(data.miei); parent.$('.apparatus …
keepalived 报错 Popt libraries is required
…… checking for SSL_CTX_new in -lssl... yes checking for poptGetContext&nbs…
mysql正则查找不包含指定字符
//查出开头不为a、b、c开头的用户 select id,user from users where username not regexp …
php二维数组根据某个字段排序
$list = array_merge($list1 , $list2 , $list3); $arrSort = array(); for…
vm centos 6.3 thinkphp _STORAGE_WRITE_ERROR_
setenforce 0
vm centos 6.3 apache连接不上mysql解决方法
/usr/sbin/setsebool -P httpd_can_network_connect_db on