What you think is what you get

All posts by: zgh149

[Script] 搜尋具有指定內容的檔案

Situation 在Command line 想搜尋具有指定內容檔案 Action 有兩個做法 1. gre......

[YouTrack] 在 Windows 上安裝啟動 YouTrack

Situation 需要一個 Bug Track System 來追蹤 Bug Action 找了一下現有的 ......

[Jenkins] 在 Windows 上安裝 Jenkins

Situation 為了建置 CI/CD,需要在本機上安裝 Jenkins Action 詳細步驟可參考官網連......

[ASP.NET] 使用 Visual Studio 2019 編輯網頁(沒有sln檔)

Situation 需要修改網頁(http://www.somewhere.com)且已知該網頁對應的網路空間......

[Flutter][建置環境] Android Studio Dir or Android SDK not found

Situation 先安裝 Flutter 但還未安裝 Android Studio,輸入 flutter d......

[Flutter][建置環境] JVM not found…

Situation 執行 flutter doctor 後回應”找不到 JVM” (沒......

[Flutter][建置環境] Android licenses status unknow. NoClassDefFoundError …XmlSchema

Situation 先前已輸入過 flutter doctor –android-licenses......

[面試] S.A.R (Situation, Action, Result)

這是最近從”提升程式設計師的面試力 – 189道面試題目與解答, 6/e (修訂版)&......

[ASP.NET] 判斷使用者IP為內網或外網

Situation 需要判斷使用者的IP 為內網或外網。 Action 使用者 IP 可以透過 Request......