摘要: 参考:http://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493182103fac9270762a000/001386832689740b04430a98f614b6da89da2157ea3efe2000代码:hello.py1 #... 阅读全文
posted @ 2014-11-02 21:55 冷冰若水 阅读(806) 评论(0) 推荐(0) 编辑
摘要: 服务器端代码: 1 #!/usr/bin/python 2 3 import time, socket, threading 4 5 # thread handle function 6 def tcplink(sock, addr): 7 print 'Accept new conne... 阅读全文
posted @ 2014-11-02 21:34 冷冰若水 阅读(4378) 评论(0) 推荐(0) 编辑
摘要: 参考廖雪峰的python教程:http://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493182103fac9270762a000/001386832653051fd44e44e4f9e4ed08f3e5a5ab550358d000代码... 阅读全文
posted @ 2014-11-02 21:31 冷冰若水 阅读(296) 评论(0) 推荐(0) 编辑
摘要: 这段代码是自己学了python的基本语法之后,参考一个网上视频写的代码,功能是截取搜索引擎360的关键词。代码: 1 #!/usr/bin/python 2 #encoding:utf-8 3 4 import urllib 5 import urllib2 6 import re 7 impor... 阅读全文
posted @ 2014-11-02 21:24 冷冰若水 阅读(566) 评论(0) 推荐(0) 编辑