最近開始看 Donmain-Driven Design 的 plurasight 的影片 ,其裡面有一句話深深吸引我,而當我開始看 DDD 的教學影片時,發現需要知道的內容,是多麼的廣泛,這句話當之無愧。。
Continue readingThe more you know, the more you realize you know nothing
最近開始看 Donmain-Driven Design 的 plurasight 的影片 ,其裡面有一句話深深吸引我,而當我開始看 DDD 的教學影片時,發現需要知道的內容,是多麼的廣泛,這句話當之無愧。。
Continue readingThe more you know, the more you realize you know nothing
某一版 vscode 更新後,寫 markdown 文件時不會自動跑出小視窗提醒能輸入的 snippet,需要點 ctrl + space 才會出現視窗,可是中文輸入法的 ctrl + space 有自己的預設行為啊 !! 。
Continue reading之前學的 two way binding 的寫法如下
1 | <input type="text" name="firstName" [(ngModel)]="firstName"> |
今天要說明的是,如何把( )
與[ ]
分開寫,這樣就可以在使用者輸入的時候加入一些邏輯進入
使用者輸入資料的時候,通常會綁定一些事情,做一些邏輯之類的,例如:使用者點選 Enter 則執行搜尋功能等等….
Continue readingI’m a person who is enthusiastic about Coding, and that’s my job by the way.
Web Developer