2016年8月8日

在线支付功能的设计及其实现

摘要: ----------------------------------------------------------------------------------------------[版权申明:本文系作者原创,转载请注明出处] 文章出处:http://blog.csdn.net/sdksdk... 阅读全文

posted @ 2016-08-08 19:56 王大王 阅读(1427) 评论(0) 推荐(0)

linux 防火墙操作

摘要: root/12345 (只能用ROOT操作)iptables -I INPUT -s x.x.x.x -p tcp --dport 8091 -j ACCEPT #允许x.x.x.x访问本机的8091端口iptables -I INPUT -s x.x.x.x -p tcp --dport 1... 阅读全文

posted @ 2016-08-08 10:35 王大王 阅读(172) 评论(0) 推荐(0)

导航