1.Linux
关闭ubuntu的防火墙ufw disable 或 service iptables disable
chkconfig --list iptables
chkconfig --level 12345 iptables off
2. mysql
insert into table_name(col_name list) values(item1,item3)
delete from table_name where condition
update table_name set 列名=新值 where condition
select * from table_name where condition
mysqldump 数据库名 >bak.sql
3.测试理论基础
错误推断法: 经验
等价类:
边界值:
测试环境: 软件+硬件+数据+网络+工具
网友评论