http://blog.csdn.net/guanzhongs/archive/2006/01/26/588876.aspx
Category: Uncategorized
美国城市,州,邮编,姓名,姓氏 列表
你的城市(city)和州(state),以及邮政编码(zip code)
邮编 城市(city) 州(state)
12201 Albany NewYork(NY)
30301 Atlanta Georgia(GA)
21401 Annapolis Maryland(MD)
21201 Baltimore Maryland(MD)
35201 Birmingham Alabama(AL)
14201 Buffalo NewYork(NY)
Continue reading “美国城市,州,邮编,姓名,姓氏 列表”
DELETE THE OLDER POSTS AND NEWER POSTS LINK
To completely delete the Older Posts and Newer Posts links locate this line of code in the Blog Posts widget after putting a check in the Expand Widgets Template check-box :
Continue reading “DELETE THE OLDER POSTS AND NEWER POSTS LINK”
get rid of blogger navbar
put following beyond
Continue reading “get rid of blogger navbar”
Good Blog Example
namedrive dns server
pycurl example: pycurl frequently used options
c = pycurl.Curl()
c.setopt(pycurl.VERBOSE,1)
c.setopt(pycurl.FOLLOWLOCATION, 1)
c.setopt(pycurl.MAXREDIRS, 5)
#c.setopt(pycurl.AUTOREFERER,1)
#c.setopt(pycurl.COOKIEJAR,"dasfa")
c.setopt(pycurl.CONNECTTIMEOUT, 60)
c.setopt(pycurl.TIMEOUT, 300)
if proxy:
c.setopt(pycurl.PROXY,proxy)
c.setopt(pycurl.NOSIGNAL, 1)
Continue reading “pycurl example: pycurl frequently used options”
HTTP User Agent Examples
agence = [
"""Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7""",
"""Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)""",
Continue reading “HTTP User Agent Examples”
汉字域名 两个词
import string
zz = string.split("a ai an ang ao ba bai ban bang bao bei ben beng bi
bian biao bie bin bing bo bu ca \
cai can cang cao ce cen ceng cha chai chan chang chao che chen cheng
chi chong chou chu chuai chuan \
chuang chui chun chuo ci cong cou cu cuan cui cun cuo da dai dan dang
dao de dei deng di dia dian diao \
Continue reading “汉字域名 两个词”