Typography

活版印字


  • Home
  • Archive
  • Categories
  • Tags
  •  

© 2020 alincode

Theme Typography by Makito

Proudly published with Hexo

Buddy CI 與 Slack 整合

Posted at 2016-04-10 Buddy CI  Buddy CI 

將 Slack 的訊息通知 Action 設上去 Action 內可以自訂要傳送的文字 最後 Buddy 傳到 Slack Channel 的結果

Buddy CI 踩雷心得

Posted at 2016-04-09 Buddy CI  Buddy CI 

script 內的指令,一定要指定指令路徑。錯 對 免輸入github帳密 因為是透過 Buddy robot 去執行 script,所以當 script 有用到 git pull 指令,就一定得設 github 的免密碼 ssh。 Github - Generating an SSH key 小提...

Buddy CI Pipelines 流程

Posted at 2016-04-08 Buddy CI  Buddy CI 

每個帳號一開始進去,它就已經建好一個 sample project,基本每個 Pipeline 由四個步驟所組成。每個步驟中,可指定多個 Action。 Pipelines 的四個流程 On ( Manual / Every push / Recurrently ) Run觸發 build 的條件,對應到之前指...

Buddy CI 介紹

Posted at 2016-04-07 Buddy CI  Buddy CI 

Buddy CI / CD 是一個挺新的 CI 雲端服務方案,推出於2015年中旬。 收費方案只使用一個專案的情況下免費,之後新增的每個專案每月 5 USD,每個專案有無限制的空間、使用者數、跟 pipelines。 支援的語言 Ruby Node.js C++ Scala PHP Go Erlang Jav...

Building Isomorphic Web Applications with React 重點整理

Posted at 2016-04-06

為什麼我們要用 Isomorphic (1:50) SEO 爬蟲 效能server side 已經 build 好了 html,client 只需要 render html 的部分。 dev 的好處 支援 React Isomorphic 的框架 (7:30) Pellet (Vevo) React Nex...

github 快速鍵

Posted at 2016-04-05 github 

在一個 youtube 的教學影片看到,對方用快速搜尋檔案,才發現 github 有快速鍵,真是不錯。 快速鍵 說明 g + n 查看你的通知訊息 g + i 查看你的 issue g + p 查看你的 pr l 在檢視原始碼時,快速跳行 t 搜尋檔案 更多 Github 快速鍵

view model vs model

Posted at 2016-04-04 view model 

View Model除了 MVC 之外,後來 Microsoft 又提出一個 model-view-view model (MVVM),view model 是一種 model 的變形,有時候你 view 需要的資料,不只會包含一個 model,又或者它僅需要部分的資料,因為有部分不能傳給使用者,例如資料庫中記錄...

PM2 管理工具

Posted at 2016-04-03 PM2 

PM2 主要的功能是保證你的 process 永遠活著,如果你的程序發生意外關閉,它會自動幫你重開。如果你同時要開多個程序,又帶了一堆參數,PM2 可以提供更簡易的管理,即使只用到你的開發主機,也可以避免不小心把 terminal 關掉,一直要重開它。 提供的功能 內建簡易監控功能 Cluster Mode 記...

Geb 0.10.x ~ 0.12.x 更新重點

Posted at 2016-04-02

0.12.2 改善對 Null 的驗證 #398 0.12.1 針對 Intellij 的抱怨修改 waitFor() 使得 waitFor() 可在 Intellij 被辨識 #391 修正 class attribute selector 的錯誤,兩種寫法都應該可以正常執行。 390 寫法一 寫法二...

Geb 0.13.x 更新重點

Posted at 2016-04-01 Geb 

0.13.0新功能 對 Spock 和 Junit4 支援 config.reportOnTestFailureOnly#92 新增 navigator 的 isFocused 方法#208 提供更多的 InvalidPageContent exception,易於 debug #109 #122 bugs 修...

Page 11 / 15  

 Previous Next 

© 2020 alincode

Theme Typography by Makito

Proudly published with Hexo