https://avatars.githubusercontent.com/u/6058558

程式狂想筆記

[CSS3]transition的轉場效果

1 transition: property duration timing-function delay|initial|inherit; http://www.w3schools.com/cssref/css3_pr_transition.asp http://www.wibibi.com/info.php?tid=CSS3_transition_%E5%B1%AC%E6%80%A7

Autoit筆記

由於最近多了一項收發文工作,每天都要開起電腦收發文程式。
我就想想有沒有讓程式自動化,這樣我以後就開機就好了XD
於是我就開始做了

[phonegap]安裝套件-battery-status

首先套件可到http://plugins.cordova.io/搜尋
http://plugins.cordova.io/#/package/org.apache.cordova.battery-status
CMD指令輸入
phonegap plugin add org.apache.cordova.battery-status
我把cordova換成phonegap

官網教學是用plugman來裝
但這兩種安裝方法好像有差(我還沒搞清楚= =|||)

然後,試試battery-status程式竟然沒有跑出電池資訊

Phonegap 編譯APK錯誤訊息

因為phonegap build android顯示需要Android SDK 19,但是卻出現這個訊息。 The SDK Build Tools revision (19.0.3) is too low for project 'Testing'. Minimum required is 19.1.0 開起SDK Manager.exe選擇Tool資料夾裡面的Android SDK Build-tools (Rev)19.1 就解決此問題

[Python]圖片轉成base64碼

實作異常的順力^^ 1 2 3 4 5 6 7 import base64 fp = open("a.jpg","rb") img = fp.read() fp.close() print(base64.b64encode(img)) 在接下來使用requests來實作 1 2 imgdata = requests.get(imgurl).content imgb64 = base64.b64encode(imgdata) 完成:D

[Python]文件儲存unicode碼的問題

由於用網頁爬蟲抓取的資料存入json
文件都會顯示"{artist": "\u3058\u3093"}
但程式抓取都不會有亂碼的問題

但今天我Google大神一個整天
終於找到方法

1
str.encode().decode('unicode_escape')

html2canvas在Firefox上background-size黑畫面的問題

最近使用html2canvas圖片都無法順利呈現… 最終在https://github.com/niklasvh/html2canvas/issues/288找到解決問題。 https://github.com/niklasvh/html2canvas/commit/e9afe0396019abc39bdb949d78819ae971bf5f2c 不過使用background-size: xxpx;數值仍然在Firefox上還是有問題 但是background-size:cover和background-size:contain可以順力產生圖片

6個超強增加英文能力網站

看到還在用Google翻譯?6個超強網站讓你查到最道地的英文介紹覺得還不錯,記錄一下 Google Netspeak Just the word TANGO Verb Noun Collocation (部分中、英對照) VoiceTube The Corpus of Contemporary American English (COCA) 14個APP好像也不錯低頭族必備!英文想變好,快裝這14個實用英文學習App