All Stories

Fix Python on Git Bash

在使用 gcould cli 指令取得 credential 的時候碰到了下面的問題 1 gcloud container clusters get-credentials {cluster} --region {region} --project {project} 1 /c/Program Files (x86)/Google/Cloud SDK/google-cloud-sdk/bin/gcloud: line 41: /c/Users/me/AppData/Local/Microsoft/WindowsApps/python3: Permission denied

CheatSheet for git

平常開發時習慣使用 git cli,紀錄常用的指令方便查閱,希望也可以幫助到別人

LIMIT Clause in MySQL

我們都知道 LIMIT 這個關鍵字是可以限制查詢數量,例如下面查詢語法可以限制查詢前三筆資料

Windows 10 熱鍵速記(WinKey)

不少熱鍵可以加快 Window 10 的操作效率,介紹幾個 WinKey 的組合熱鍵,以及使用的情境。

解決 Database 專案 發佈到 SQL Server 的問題

如果你在 DB 專案中使用 db.publish.xml 結果失敗且錯誤訊息類似於 The target table 'j' of the DML statement cannot have any enabled triggers if the statement contains an OUTPUT clause without INTO claus. 這是因為資料表有設定 trigger,而發佈的資料不會被同步,因此失敗。...

持續的做你原本不會做的事情

持續的做你不會做的事 做一樣的事情只會得到一樣的結果,想要不同的結果,那就要改變。