摘要:
原文在这里:http://www.cnblogs.com/huangxie/p/5476812.htmlauthor:haoning #coding: utf8"""create time: 2015-8-15""" import re #正则表达式模块import urllib2 #获取URLs的 阅读全文
摘要:
1 #coding:utf-8 2 3 """ 4 5 Created on 2015-9-17 6 7 8 9 @author: huangxie 10 11 """ 12 13 import time,math,os,re,urllib,urllib2,cookielib 14 15 from 阅读全文
摘要:
import java.net.*; public class Ipconfig{ public static void main(String[] arguments) throws Exception{ InetAddress ia = InetAddress.getLocalHost();// 阅读全文