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

程式狂想筆記

anglular隨意筆記

npm install -g @angular/cli

Angular Language Service
Angular TypeScript Snippets for VS Code
Prettier formatter for Visual Studio Code

ng new coscup

ng g c title 建立compent

ng g d todo 建立Directive
https://github.com/augt/S02Todo/tree/master/todomvc-template
https://forum.angular.tw/t/coscup-workshop-angular/466/2
https://hackmd.io/p/HJwfMifD-#/6/2

ng generate pipe pipe/my-filer

http://oomusou.io/angular/angular-coscup-api/

ng g i post

ng g s services/data

Crontab排程設定

最近想自動建立年月份資料夾
雖然crontab -ecrontab -l指令還記得
不過設定都會忘記XD
再此筆記

BitBucket的CI簡單測試記錄

原本想使用python的yamllint
不過使用python的yamllint會有一些問題
像一行超過80個字 (奇怪…有這個規定??)

後來用node的yamllint就沒問題

好看的bash工具 -zsh

之前在MAC看到很多很旋的命令提示字元
想說Window沒有這個命
結果今天聽同事說Window也能用
就馬上試了一下,記錄下來XD

SQL ON /WHERE差別

最近在 left join 使用 on 做篩選
結果出來跟我想要的不太一樣
後來有爬文找到原因