2018年4月10日 星期二

Fullcalendar event 資料來源意視圖 - 使用兩種 web service


參考文章
Fullcalendar 使用 google calendar event資訊 - 使用 javascript

Web服務- 維基百科,自由的百科全書 - Wikipedia

淺談 REST 軟體架構風格 (Part.I) - 從了解 REST 到設計 RESTful!
淺談 REST 軟體架構風格 (Part.II) - 如何設計 RESTful Web Service?


ThunderBird 不使用Theme Font & Size Changer方式變更字型大小

參考網址:https://addons.mozilla.org/zh-TW/thunderbird/addon/theme-font-size-changer-for-tb/reviews/

請至目錄 C:\Users\YourName\AppData\Roaming\Thunderbird\Profiles\xxxxxx.default 下建立一個目錄為 chrome,在 chrome目錄再建立一檔案為  userChrome.css,再把下列文字 copy至檔案內儲存後重新開啟 thunderbird即可

/*
* Do not remove the @namespace line -- it's required for correct functioning
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */

/* 
* Make all the default font sizes 11 pt:
*/
* { 
font-size: 11pt !important; 
font-family: Arial !important; 
}

2018年4月1日 星期日

Face recognition, 自家人的臉部識別 - machine learning tensorflow CNN + Mobilenet SSD

我不會建立 model,但希望可以了解 machine learning的原理和應用,所以就試著找找好玩的東西,才發現台灣有好多優秀的人才在作這一塊,程式寫很久的我很習慣處理邏輯, if  else用的很多,但對於 machine learning這種東西完全是不能理解的,因為不用自己寫邏輯的部份,系統就會透過 training後就可以作出回答,到現在我才慢慢習慣它

學 machine learning現在最流行的應該是 TensorFlow了,而使用 tensorflow的話, 一般入門者最好看看 Keras,有大陸同胞翻譯的中文說明可以看,有興趣的人相信在這邊可以找到很多資訊的