摘要:
HTML中添加:<object id="WebBrowser" classid=CLSID:8856F961-340A-11D0-A96B-00C04FD705A2 width="0" height="0"> </object> js中调用下面的方法: WebBrowser.ExecWB(6,1) 阅读全文
摘要:
临时关闭/开启:service iptables stop/start (立即生效) 永久关闭/开启:chkconfig iptables off/on (重启后生效) 查看状态:service iptables status ==》如果关闭了会显示 firewall is not running 阅读全文