发布时间:2013-04-20 20:17:14
点击(此处)折叠或打开# -*- coding: utf-8 -*-# 重启路由器脚本#import urllib2, base64if __name__ == '__main__': # IP for the router ip =.........【阅读全文】
发布时间:2013-04-20 20:13:24
点击(此处)折叠或打开# -*- coding: utf-8 -*-# change the PPPoE username & password on TP-Link Routers#import sys, urllib2, base64if __name__ == '__main__': # IP.........【阅读全文】