Chinaunix首页 | 论坛 | 博客
  • 博客访问: 91505
  • 博文数量: 13
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 190
  • 用 户 组: 普通用户
  • 注册时间: 2013-02-18 14:35
文章分类
文章存档

2017年(1)

2016年(5)

2015年(1)

2013年(6)

我的朋友

发布时间:2017-01-14 10:12:23

python redis 相关操作 订阅 发布......【阅读全文】

阅读(2192) | 评论(0) | 转发(0)

发布时间:2016-04-19 19:10:53

1、修改vim /etc/sysctl.conf     将net.ipv4.ip_forward = 0 的值改为net.ipv4.ip_forward = 1  执行sysctl -p 生效2、执行  iptables -t nat -I PREROUTING -s 222.222.46.204/32 -p udp --dport 30001 -j DNAT --to-destination 222.222.46.204 //增加udp转发规则  iptable.........【阅读全文】

阅读(4128) | 评论(0) | 转发(0)

发布时间:2013-03-12 22:57:28

#!/usr/bin/python#!--coding:utf-8--import socketimport sysimport timeimport threadingdef so(HOST,PORT,NAME):        try:                s=socket.socket(socket.AF_INET,socket.SOCK_STREAM)            &nb.........【阅读全文】

阅读(3843) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册