原创 python文件和路徑操作介紹

from http://blog.alexa-pro.cn/?p=189   1: os.listdir(path) //path爲目錄 功能相當於在path目錄下執行dir命令,返回爲list類型print os.listdir('.

原创 宋韶光2009年牛年運程 & 2010 虎年運程(完整版)

http://www.linuxfly.org/post/290/   .........   http://www.mastersung.com/   .........

原创 sort list and dict

http://blog.alexa-pro.cn/?p=234  

原创 video-cartoon

http://www.tudou.com/programs/view/1DJRNAMRWS4/

原创 Pamie模塊詳解 python操作ie瀏覽器

from http://blog.alexa-pro.cn/?p=315   此文檔使用平臺爲 cPAMIE Build 2.0,和之前的版本有明顯的差別,具體可直接看cPAMIE.py 源碼 下面是一些常用的方法ie.navigate(

原创 luanke

http://luanke.jiaoyu.org/   http://woooh.com/

原创 改寫一個截屏函數,可指定保存目錄,存爲JPG格式圖片

from http://blog.alexa-pro.cn/?p=361     python截屏函數.1.可指定保存目錄.2.截屏圖片名字以時間爲文件名3.截屏圖片存爲JPG格式圖片,比BMP小多的,一個1024*800的截屏BMP有3

原创 那些相見恨晚的 JavaScript 技巧

from http://news.csdn.net/a/20100424/218105.html     JavaScript 的成功讓人津津樂道,爲 Web 網頁編寫 JavaScript 代碼已經是所有 Web 設計師的基本功,這門

原创 python 筆記 for loop and extend, append

list.append(item)   list.extend(sequence) http://docs.python.org/tutorial/datastructures.html   http://docs.python.org/

原创 python -mtimeit in windows

$ python -mtimeit -s"from math import sqrt; x = 123" "x**.5" 1000000 loops, best of 3: 0.445 usec per loop  $ python -m

原创 interesting flash games

from: http://www.veryfar.com/10-fun-little-game.html   第一款:敏捷度測試這款遊戲是通過抓拍飛行的超人來考察你的敏捷度。遊戲的畫面很價值,現場感很強,喜歡攝影的朋友應該多玩下這遊戲,可

原创 deal sea

from http://www.chineseinla.com/f/page_viewtopic/t_13614.html   http://www.chineseinla.com/la_weblinks/catid_23.html  

原创 一個多重循環體字典

  bob = {'name':'Bob smith','age':42,'pay':30000,'job':'dev'}sue = {'name':'Sue Jones','age':45,'pay':40000,'job':'m

原创 Are u the 10%?

http://reprog.wordpress.com/2010/04/19/are-you-one-of-the-10-percent/     http://news.csdn.net/a/20100423/218099.html

原创 yum命令常見參數

http://www.linuxfly.org/post/193/        yum是一個用於管理rpm包的後臺程序,用python寫成,可以非常方便的解決rpm的依賴關係。在建立好yum服務器後,yum客戶端可以通過http、ft