VS Code disable minimap - 如何在Visual Studio Code 上 Disable Minimap 這個 extension
解決方法十分簡單: 我們可以去 “File” -> “Preferences” -> “Settings” 的 “User Settings” 上把 “editor.minimap.enabled” 設定為 false 便可以了 editor.minimap.enabled": false, Hope you find it useful
解決方法十分簡單: 我們可以去 “File” -> “Preferences” -> “Settings” 的 “User Settings” 上把 “editor.minimap.enabled” 設定為 false 便可以了 editor.minimap.enabled": false, Hope you find it useful
解決方法十分簡單 我們可以使用 這個功能來解決這個問題 E.G. string y = "1,2,3,4,5,6,"; Console.WriteLine(y.TrimEnd(',')); Hope you find it useful
在這間公司工作.. 我學會了很多 command (多數是在 bash [git bash] 上使用的) 回家後可能是因為 screen 比較細的關係 所以很小會開git bash 來執行指令 會使用Visual Studio code instead VS code 是使用Powershell的 所以當我嘗試執行 git fetch && git …
由於不太了解 ASP.Net Core with Angular / React Webpack 的關係 當遇到有 Angular / React的問題是都不知道那裡出錯 我的Angular / ReactJs Project 是用 dotnet core 的 SPA template 建立的 過了幾天才發現.. 由於是使用 dotnet run 或 …
差不多每三個月 Let’s Encrypt Expiry Bot 便會Email 我說.. 我的SSL 後快便會到期Expire 我需要去Renew" 解決方法十分簡單 我們只需要在 server 的Terminal 上用 sudo執行以下指令便可 sudo certbot-auto renew
唔知點解將OnePlus 用 USB 線連接了 電腦後 Windows 10 認不到那部 OnePlus5 之後我便在 OnePlus的網站上聯絡 他們的 Staff 解釋完問題之後他在Google Drive Share 了一個 OnePlus5 的 Driver 給我安裝
OnePlus5 終於 release 了 一部性價比勁高的手機 https://oneplus.net/hk/5 Official Release Date 是 2017 年 6 月 27 日 OnePlus5 Spec 規格 http://www.gsmarena.com/oneplus_5-8647.php 十分吸引
最近開始學 Angular 4 / React 但是不知道怎樣開始 如果只是React / Angular 的 CLI 來產生他們的 Project Template 的話 自己便要再起一個Node JS 的 backend 來 serve data 了 安裝方法: 我們可以在 Command prompt 執行以下指令 dotnet new …
常常很大意地 merge完一些程式碼後沒有測試便Commit 和Pull 了到 Remote Repo 所以便要用 一些 git command 來還原之前的 Commit 再去解決問題 那麼如何 還原或 Checkout 之前的Commit 呢? 解決方法分簡單 我們只需要找到之前commit的 hash id 之後 “git checkout …
最近使用了 ASP.Net Core 的 SPA Template 來學習 ReactJs 因為我可以使用 ASP.Net Core 來做 Web API.. 而 ReactJs 來做 Web Front End 之後便可以 deploy 到 Azure 十分方便.. 又可以很快看到效果 ASP.Net Core App can NOW be deploy …