工具 > 選項 > 環境 > 一般 > 啟動時,開啟最近的解決方案(最下方的下拉選項)
手動選擇一個選項,這裡是選「空白環境」
啟動時,開啟(P):空白環境
Visual Studio vs 不用每次打开都打开项目
如何移除 Live Share 按钮: 啟動VS2022 Install > 修改 > 個別元件 > 取消勾選 Live Share > 確定修改 https://cloud.tencent.com/developer/article/1459753
Take notes for me. 測試 SQL_CALC_FOUND_ROWS 和 FOUND_ROWS() 1 2 3 4 5 6 7 -- 查詢數據並計算總記錄數 SELECT SQL_CALC_FOUND_ROWS id, name_en FROM leagues LIMIT 1, 100; -- 查詢總記錄數 SELECT FOUND_ROWS() AS totalReco...
Take notes for myself… 1 2 // 將 JSON 字串反序列化為 StandingScore 類型的物件 var standings = JsonConvert.DeserializeObject<StandingScore>(datas.Standings); 1 2 3 // 使用反射根據指定語系(lang)動態取得比賽類型的屬性值 // 例如,...
[Mac] 在 Mac 上格式化外接硬碟/隨身碟,讓 Mac/Windows 皆可用
[C# 筆記] 將主程式進入點 Main()方法改成 async 非同步
A new version of content is available.