浪费别人的时间等于是谋财害命,浪费自己的时间等于是慢性自杀。 —— 列宁

摘要: 原文在这里:http://www.cnblogs.com/huangxie/p/5476812.htmlauthor:haoning #coding: utf8"""create time: 2015-8-15""" import re #正则表达式模块import urllib2 #获取URLs的 阅读全文
posted @ 2016-05-10 10:32 一谦的视界 阅读(1470) 评论(0) 推荐(0) 编辑
摘要: 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  阅读全文
posted @ 2016-05-10 10:29 一谦的视界 阅读(1534) 评论(0) 推荐(0) 编辑
摘要: import java.net.*; public class Ipconfig{ public static void main(String[] arguments) throws Exception{ InetAddress ia = InetAddress.getLocalHost();// 阅读全文
posted @ 2016-05-10 10:24 一谦的视界 阅读(309) 评论(0) 推荐(0) 编辑