摘要: 包转发支持开启echo "1" > /proc/sys/net/ipv4/ip_forwardiptables [-AI 链名] [-io 网络接口] [-p 协议] [-s 来源IP/网域] [-d 目标IP/网域] -j [ACCEPT|DROP|REJECT|LOG]共享ip上网,把来源于19... 阅读全文
posted @ 2015-12-04 16:06 jinsongbai 阅读(86) 评论(0) 推荐(0)
摘要: 1 widthbox-sizing:border-box;IE8+设置此参数后,无论是否有border宽度,margin padding ,只要设置width均自动计算。2 浮动溢出父元素给父元素添加 overflow:auto; zoom:1(IE6)3 在父容器中垂直对齐方式vertical-a... 阅读全文
posted @ 2015-12-04 16:05 jinsongbai 阅读(78) 评论(0) 推荐(0)
摘要: 创建数据库create database newdataname;创建表create table if not exists tablename( `key` int not null auto_increment primary key, `name` varchar(20) not null, ... 阅读全文
posted @ 2015-12-04 15:59 jinsongbai 阅读(104) 评论(0) 推荐(0)
摘要: 创建数据库create database newdataname;创建表create table if not exists tablename( `key` int not null auto_increment primary key, `name` varchar(20) not null, ... 阅读全文
posted @ 2015-12-04 15:47 jinsongbai 阅读(39) 评论(0) 推荐(0)