1.var_dump打印美化方法:
print_r('<pre style="color:red">');print_r($a);exit();
2.windows7下操作数据库的方法
winpty mysql -u root -p