What you think is what you get

All posts by: zgh149

[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......

[React Native] unknown argument type '__attribute__' in method

Situation 透過 Terminal 執行 React Native IOS版本時出現死亡紅幕, 執行指......

[React Native] gflag.h not found

1.開啟終端機移動到 專案目錄/node_modules/react-native/thrid-party/glog-0.3.4 2.接著在該目錄中執行 ../../scripts/ios-configure-glog.sh...

[React Native] Config.h not found

使用 Xcode 載入並編譯 ReactNatie 的 ios項目時出現“Config.h not found......