2016年11月21日 星期一
2016年11月10日 星期四
PrintWirter 和 FileWriter 有什麽不同?
PrintWriter 用來輸出格式化的文字到文字輸出串流中,提供 println, printf 或 format 方法來輸出格式化的文字。 Class PrintWriter API
Print Writer 提供 auto-flush 的功能。所以此兩個參數的建構子 PrintWriter(Writer out, boolean autoFlush)建立具備 auto-flush 的 PrintWriter.
FileWriter 是便利類別(Convenience Class), 幫我們將文字寫入檔案。此方法使用預設的字元編碼(default character encoding)及預設的位元緩衝區大小。Class FileWriter API
2016年10月31日 星期一
Git 相關資源
Git + Bitbucket
[1] 如何在 push 到 Bitbucket 時同時 close issue, 參考 Resolve issues automatically when users push code。
2016年10月9日 星期日
Google Analytics 相關資源
官方資源
Google Analytics Academy online courseGoogle Analytics Tutorial for Beginners - 2016 (youtube)
Tag Management Systems - how they work and why you should care (youtube), by Simo Ahava, 2014.
Getting Started with Google Analytics, 2014 (youtube)
GA 如何定義 Session (How a session is defined in Analytics) (English)
代碼管理工具 (Google Tag Manager)
Google 代碼管理工具總覽設定及安裝 Tag Manager (代碼管理工具)
Google Tag Manager Tutorial Part 1: Tracking Outbound Links in GTM Version 2
Google Tag Assistant
Complete Guide to Google Tag Assistant
2016年8月17日 星期三
2016年7月23日 星期六
AdWords 相關資源
官方資源
- AdWords 認證
- AdWords 說明中心
- Google Partner Center
- AdWords 入門測驗重點複習指南
- 連結 Google Analytics 及 Search Console (Access Search Console data in Google Analytics) : 可以在 GA 中看到 Search Console 的資料。
- Google Search Console
- 搜尋聯播網認證考試
- AdWords 製作廣告和廣告活動: 廣告製作教學
- 通用應用程式廣告活動(Universal APP Campaigns): 自動在 Google 各項資源 (包括搜尋、Play、YouTube,及 Google 多媒體廣告聯播網) 中宣傳 Android 或 iOS 應用程式。
2016年7月14日 星期四
R 相關參考資料
資料視覺化
[1] Teutonico, D., ggplot2 Essentials, Packt Publishing, 2015. (Comment: ggplot2 的入門書,對 grammar of graphics 有清楚的解釋)[Packt Publishing][天瓏][2] Data Visualization with ggplot2: Cheat Sheet, R Studio. (ggplot2 的 cheat sheet, 讓你一目了然)
[3] Data Visualization: When To Use Which Graph (介紹各種圖形的使用時機)
[4] 資料視覺化 (整理、搜集及實驗各式各樣的資料視覺化 / 資訊圖表以及他們的相關資訊,以中文的方式提供給華人社群)
[5] ggplot 官方網站 (http://ggplot.yhathq.com/) 提供 ggplot 的使用說明, 非常的詳盡. (*****)
[6] ggplot2 官方網站
[7] Cookbook for R
[8] Trina Chiasson、Dyanna Gregory, 資料準備與視覺化的簡單入門.
[9] Scales, axes and legends 介紹 ggplot2 中的 Scale, Axes 及 Legends 的觀念及實作.
統計
(介紹資料非常態分配時的原因及不需非常態分配的檢定工具)
[2] Power of a hypothesis test, University of Melbourne (想要知道樣本數及檢定效果如何影響檢定的 power 嗎? 這個網站提供了動畫, 讓你動手試試看)
[2] Power of a hypothesis test, University of Melbourne (想要知道樣本數及檢定效果如何影響檢定的 power 嗎? 這個網站提供了動畫, 讓你動手試試看)
Data Cleaning
[1] Erhard Rahm∗
Hong Hai Do, Data Cleaning: Problems and Current Approaches.
[2] Edwin de Jonge, Mark van der Loo, 2013. An introduction to data cleaning with R, Statistics Netherlands.
[3] 劉正山、莊文忠, 2013. 項目無反應資料的多重插補分析, 臺灣選舉與民主化調查(TEDS)方法論之回顧與前瞻 .
[2] Edwin de Jonge, Mark van der Loo, 2013. An introduction to data cleaning with R, Statistics Netherlands.
[3] 劉正山、莊文忠, 2013. 項目無反應資料的多重插補分析, 臺灣選舉與民主化調查(TEDS)方法論之回顧與前瞻 .
Data Mining
[1] Daniel T. Larose And Chantal D. Larose, Data mining and predictive analytics, 2nd edition, John Wiley & Sons, 2015
訂閱:
意見 (Atom)