2016年6月30日 星期四

解決python抓取網頁中文亂碼

html = requests.get(url)
html.encoding = html.apparent_encoding
html = html.text

2016年6月13日 星期一

Raspberry Pi 3 GPIO Pin Layout



圖片來源:&n...

2016年6月12日 星期日

解決Blogger預覽文章時,內容沒有換行之問題

撰寫文章時,明明有換行,但在blogger首頁預覽文章,內容卻亂成一團,如下

Raspberry Pi 安裝作業系統(Windows 10)

以下為安裝作業系統的簡易步驟


Step1: 
           至Raspberry Pi 官網(網址如下)下載作業系統檔案(這裡為Raspbian)

           https://www.raspberrypi.org/downloads/

2016年6月3日 星期五

測試

今天是2016/06/12

import x