├── .gitignore ├── notes ├── ASP.NET Core Identity 驗證事件與 SecurityStamp 驗證行為 │ └── README.md ├── ASP.NET Core MVC Audio Seeking Troubleshooting │ ├── 01.png │ ├── 02.png │ ├── 03.png │ ├── ExampleController.cs │ └── README.md ├── ASP.NET Core MVC ERR_HTTP2_PROTOCOL_ERROR Troubleshooting │ ├── 01.png │ ├── 02.png │ ├── 03.png │ └── README.md ├── ASP.NET Core MVC FileUpload and Process Troubleshooting │ ├── 01.png │ ├── 02.png │ ├── 03.png │ └── README.md ├── ASP.NET Core MVC 串流檔案匯出 Troubleshooting │ ├── 01.png │ ├── 02.png │ ├── ExampleController.cs │ └── README.md ├── ASP.NET Core Session Loss Troubleshooting │ ├── 01.png │ ├── 02.png │ ├── 03.png │ ├── 04.png │ └── README.md ├── ASP.NET Core UseStaticFiles │ ├── 01.png │ ├── 02.png │ └── README.md ├── ASP.NET Core 認證機制 │ ├── 01.png │ ├── 02.png │ ├── 03.png │ ├── 04.png │ ├── 05.png │ ├── AuthorizationHandler-Ex1.cs │ ├── AuthorizationHandler-Ex2.cs │ └── README.md ├── C# Await Async Note │ ├── Example30Threads.cs │ ├── Form1.cs │ └── README.md ├── C# Call by Value 與 Call by Reference │ └── README.md ├── C# EF Core Note │ ├── 01.png │ ├── 02.png │ ├── BaseDataAccess.cs │ └── README.md ├── C# GitLabApiClient │ ├── GitLabApiClient.cs │ └── README.md ├── C# IEnumerable 遍歷效能問題 Troubleshooting │ ├── README.md │ └── example.linq ├── C# Refact Note - CopyVoiceFile │ ├── CopyVoiceFile_after.cs │ ├── CopyVoiceFile_before.cs │ └── README.md ├── C# Refact Note - ExcelReport │ ├── ExcelReport_after.cs │ ├── ExcelReport_before.cs │ └── README.md ├── C# Refact Note - ExportPartitionData │ ├── ExportPartitionData_after.cs │ ├── ExportPartitionData_before.cs │ └── README.md ├── C# Refact Note - ExtractCfvExcelData │ ├── ExtractCfvExcelData_after.cs │ ├── ExtractCfvExcelData_before.cs │ └── README.md ├── C# Refact Note - FilterData │ ├── FilterData_after.cs │ ├── FilterData_before.cs │ └── README.md ├── C# Refact Note - OrderSearchService │ ├── OrderSearchService_after.cs │ ├── OrderSearchService_before.cs │ └── README.md ├── C# Refact Note - SuspiciousTradeService │ ├── README.md │ ├── SuspiciousTradeService_after.cs │ └── SuspiciousTradeService_before.cs ├── C# String Replacement │ ├── Program.cs │ └── README.md ├── C# 方案結構與列舉產生的問題 │ └── README.md ├── C# 方法修飾詞 │ ├── README.md │ └── example.linq ├── C# 逾時機制的 ConsoleReadLine │ ├── 01.png │ ├── Program.cs │ └── README.md ├── Chrome 擴充功能點擊模擬 │ ├── README.md │ └── background.js ├── Chrome 開啟本地 XML 與 XSL │ ├── 01.png │ ├── README.md │ ├── example.xml │ └── example.xsl ├── ChromeDevTool Note │ ├── 01.png │ ├── 02.png │ ├── 03.png │ ├── 04.png │ ├── 05.png │ ├── 06.png │ ├── 07.png │ ├── README.md │ └── override │ │ ├── 01.png │ │ ├── 02.png │ │ ├── 03.png │ │ └── 04.png ├── Ckfinder Troubleshooting │ ├── 01.png │ ├── 02.png │ ├── 03.png │ └── README.md ├── Docker Learning Note │ ├── README.md │ ├── SQL Server example │ │ ├── 01.png │ │ ├── 02.png │ │ ├── 03.png │ │ └── testDB.sql │ ├── VS支援 │ │ ├── 01.png │ │ ├── 02.png │ │ ├── 03.png │ │ └── 04.png │ ├── first_example │ │ ├── 01.png │ │ ├── 02.png │ │ ├── 03.png │ │ └── 04.png │ └── 安裝 │ │ ├── 01.png │ │ ├── 02.png │ │ └── 03.png ├── Github Action Note │ ├── 01.png │ ├── 02.png │ ├── 03.png │ └── README.md ├── Github GraphQL example │ └── example.http ├── HTML dialog top layer │ ├── Dialog-test.html │ └── README.md ├── IIS 500.19 部署錯誤處理 │ ├── 01.png │ ├── 02.png │ ├── 03.png │ ├── 04.png │ └── README.md ├── IIS Dump │ ├── 01.png │ ├── 02.png │ ├── README.md │ └── iis_dump.reg ├── JQuery event delegate application and currentTarget behavior │ ├── 01.png │ ├── 02.png │ ├── README.md │ ├── images │ │ ├── add.png │ │ ├── edit.png │ │ └── remove.png │ ├── index.css │ ├── index.html │ └── index.js ├── JQuery plugin undefined Troubleshooting │ ├── 01.png │ ├── 02.png │ └── README.md ├── JavaScript Debounce & Throttle 範例 │ ├── README.md │ ├── index.html │ └── index.js ├── JavaScript File Accessibility Validate │ ├── 01.png │ ├── 02.png │ ├── README.md │ └── validate.js ├── JavaScript FileList Note │ ├── 01.png │ ├── 02.png │ └── README.md ├── JavaScript Function Call Parameter Limits │ ├── 01.png │ └── README.md ├── JavaScript Refact Note - CascadeUnitDDLControl │ ├── CascadeUnitDDLControl_after.js │ ├── CascadeUnitDDLControl_before.js │ └── README.md ├── JavaScript Refact Note - setTabEvent │ ├── README.md │ ├── setTabEvent_after.js │ └── setTabEvent_before.js ├── SQL Server Cursor 應用筆記 │ ├── README.md │ └── example.sql ├── SQL Server DDL 語法應用筆記 │ ├── README.md │ └── example.sql ├── SQL Server ETL 語法應用筆記 │ ├── README.md │ └── example.sql ├── SQL Server For JSON Path │ ├── 01.png │ ├── 02.png │ └── README.md ├── SQL Server Query Improvements Note - OrderItemCount │ ├── README.md │ ├── query_after.sql │ └── query_before.sql ├── SQL Server Query Improvements Note - TakeLogDate │ ├── README.md │ ├── query_after.sql │ ├── query_before.sql │ └── test_data.sql ├── SQL Server grouping sets │ ├── 01.png │ ├── README.md │ └── example.sql ├── SQL Server isnull 型別轉換問題 │ ├── 01.png │ ├── 02.png │ ├── README.md │ └── example.sql ├── SQL Server 子查詢欄位名稱解析筆記 │ ├── 01.png │ ├── 02.png │ ├── README.md │ └── example.sql ├── SQL Server 字串檢索空白處理 │ ├── 01.png │ ├── 02.png │ ├── README.md │ └── example.sql ├── SSMS 20 記住認證密碼 │ ├── 01.png │ ├── README.md │ └── example.bat ├── System 冪等性(Idempotence) 設計 │ └── README.md ├── Textarea 高度依據內容調整 │ ├── 01.png │ └── README.md ├── Unicode 控制字元分類 │ └── README.md ├── Visual Studio 中的 Git Reset │ ├── 01.png │ └── README.md ├── Visual Studio 建置屬性 │ ├── 01.jpg │ ├── 02.jpg │ ├── 03.jpg │ ├── 04.png │ ├── 05.png │ └── README.md ├── Visual Studio 設定 │ ├── Code Snippet │ │ ├── 01.png │ │ ├── 02.png │ │ ├── js-function.snippet │ │ ├── spb.snippet │ │ ├── spr.snippet │ │ ├── vcb.snippet │ │ └── vin.snippet │ ├── Collapse appsettings │ │ ├── 01.png │ │ ├── 02.png │ │ └── 03.png │ ├── Git user 設定 │ │ ├── 01.png │ │ └── 02.png │ ├── GitHub Copilot commit message │ │ └── 01.png │ ├── README.md │ ├── Web專案 │ │ └── 01.png │ ├── 字型設定 │ │ ├── 01.png │ │ ├── 02.png │ │ └── SourceCodePro-Medium.ttf │ ├── 專案屬性 │ │ ├── 01.png │ │ ├── 02.png │ │ └── 03.png │ ├── 建置 │ │ └── 01.png │ └── 編碼設定 │ │ ├── 01.png │ │ ├── 02.png │ │ ├── 03.png │ │ ├── 04.png │ │ ├── 05.png │ │ ├── 06.png │ │ └── 07.png └── ZIP 套件 Directory Traversal 漏洞 │ └── README.md └── toolkits ├── C# Entity2sql └── entity2sql.linq ├── C# FlattenFilesToRoot ├── FlattenFilesToRoot.linq └── README.md ├── C# Simple ASP.NET Core MVC GenCode ├── BasicTemplate │ ├── Controllers │ │ └── [[FuncName]]Controller.cs │ ├── DataAccess │ │ ├── Interface │ │ │ └── I[[FuncName]]DataAccess.cs │ │ └── [[FuncName]] │ │ │ └── [[FuncName]]DataAccess.cs │ ├── Extension │ │ └── Inject │ │ │ └── [[FuncName]]Inject.cs │ ├── Models │ │ └── [[FuncName]] │ │ │ └── [[FuncName]]ViewModel.cs │ ├── Services │ │ ├── Interface │ │ │ └── I[[FuncName]]Service.cs │ │ └── [[FuncName]] │ │ │ └── [[FuncName]]Service.cs │ ├── Views │ │ └── [[FuncName]] │ │ │ ├── Index.cshtml │ │ │ └── _Search.cshtml │ └── wwwroot │ │ └── cust │ │ └── [[FuncName]] │ │ └── [[FuncName]]BuildPage.js ├── GenCode.linq └── README.md ├── C# VisualStudioOpenFile ├── README.md └── VisualStudioOpenFile.linq ├── C# 使用 7-Zip 移除壓縮檔指定內容 ├── 01.png ├── README.md ├── main.linq └── test.zip ├── C# 使用 Netstat ├── Program.cs └── README.md ├── C# 批次產生差異檔案 WinMerge 報告 ├── README.md └── main.linq ├── Google Apps Script Sheet2sql ├── 01.png ├── 02.png ├── 03.png ├── README.md └── code.gs ├── JavaScript Bookmark 表格資料匯出 ├── README.md └── code.js ├── JavaScript Bookmark 驗證碼 OCR ├── README.md └── code.js ├── JavaScript Change HSL ├── 01.png ├── README.md ├── color.js ├── index.html └── index.js └── Web Font Icons Preview ├── 01.png ├── 02.png ├── 03.png ├── README.md └── index.html /.gitignore: -------------------------------------------------------------------------------- 1 | desktop.ini 2 | .vs/ -------------------------------------------------------------------------------- /notes/ASP.NET Core Identity 驗證事件與 SecurityStamp 驗證行為/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ASP.NET Core Identity 驗證事件與 SecurityStamp 驗證行為/README.md -------------------------------------------------------------------------------- /notes/ASP.NET Core MVC Audio Seeking Troubleshooting/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ASP.NET Core MVC Audio Seeking Troubleshooting/01.png -------------------------------------------------------------------------------- /notes/ASP.NET Core MVC Audio Seeking Troubleshooting/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ASP.NET Core MVC Audio Seeking Troubleshooting/02.png -------------------------------------------------------------------------------- /notes/ASP.NET Core MVC Audio Seeking Troubleshooting/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ASP.NET Core MVC Audio Seeking Troubleshooting/03.png -------------------------------------------------------------------------------- /notes/ASP.NET Core MVC Audio Seeking Troubleshooting/ExampleController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ASP.NET Core MVC Audio Seeking Troubleshooting/ExampleController.cs -------------------------------------------------------------------------------- /notes/ASP.NET Core MVC Audio Seeking Troubleshooting/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ASP.NET Core MVC Audio Seeking Troubleshooting/README.md -------------------------------------------------------------------------------- /notes/ASP.NET Core MVC ERR_HTTP2_PROTOCOL_ERROR Troubleshooting/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ASP.NET Core MVC ERR_HTTP2_PROTOCOL_ERROR Troubleshooting/01.png -------------------------------------------------------------------------------- /notes/ASP.NET Core MVC ERR_HTTP2_PROTOCOL_ERROR Troubleshooting/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ASP.NET Core MVC ERR_HTTP2_PROTOCOL_ERROR Troubleshooting/02.png -------------------------------------------------------------------------------- /notes/ASP.NET Core MVC ERR_HTTP2_PROTOCOL_ERROR Troubleshooting/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ASP.NET Core MVC ERR_HTTP2_PROTOCOL_ERROR Troubleshooting/03.png -------------------------------------------------------------------------------- /notes/ASP.NET Core MVC ERR_HTTP2_PROTOCOL_ERROR Troubleshooting/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ASP.NET Core MVC ERR_HTTP2_PROTOCOL_ERROR Troubleshooting/README.md -------------------------------------------------------------------------------- /notes/ASP.NET Core MVC FileUpload and Process Troubleshooting/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ASP.NET Core MVC FileUpload and Process Troubleshooting/01.png -------------------------------------------------------------------------------- /notes/ASP.NET Core MVC FileUpload and Process Troubleshooting/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ASP.NET Core MVC FileUpload and Process Troubleshooting/02.png -------------------------------------------------------------------------------- /notes/ASP.NET Core MVC FileUpload and Process Troubleshooting/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ASP.NET Core MVC FileUpload and Process Troubleshooting/03.png -------------------------------------------------------------------------------- /notes/ASP.NET Core MVC FileUpload and Process Troubleshooting/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ASP.NET Core MVC FileUpload and Process Troubleshooting/README.md -------------------------------------------------------------------------------- /notes/ASP.NET Core MVC 串流檔案匯出 Troubleshooting/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ASP.NET Core MVC 串流檔案匯出 Troubleshooting/01.png -------------------------------------------------------------------------------- /notes/ASP.NET Core MVC 串流檔案匯出 Troubleshooting/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ASP.NET Core MVC 串流檔案匯出 Troubleshooting/02.png -------------------------------------------------------------------------------- /notes/ASP.NET Core MVC 串流檔案匯出 Troubleshooting/ExampleController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ASP.NET Core MVC 串流檔案匯出 Troubleshooting/ExampleController.cs -------------------------------------------------------------------------------- /notes/ASP.NET Core MVC 串流檔案匯出 Troubleshooting/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ASP.NET Core MVC 串流檔案匯出 Troubleshooting/README.md -------------------------------------------------------------------------------- /notes/ASP.NET Core Session Loss Troubleshooting/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ASP.NET Core Session Loss Troubleshooting/01.png -------------------------------------------------------------------------------- /notes/ASP.NET Core Session Loss Troubleshooting/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ASP.NET Core Session Loss Troubleshooting/02.png -------------------------------------------------------------------------------- /notes/ASP.NET Core Session Loss Troubleshooting/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ASP.NET Core Session Loss Troubleshooting/03.png -------------------------------------------------------------------------------- /notes/ASP.NET Core Session Loss Troubleshooting/04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ASP.NET Core Session Loss Troubleshooting/04.png -------------------------------------------------------------------------------- /notes/ASP.NET Core Session Loss Troubleshooting/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ASP.NET Core Session Loss Troubleshooting/README.md -------------------------------------------------------------------------------- /notes/ASP.NET Core UseStaticFiles/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ASP.NET Core UseStaticFiles/01.png -------------------------------------------------------------------------------- /notes/ASP.NET Core UseStaticFiles/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ASP.NET Core UseStaticFiles/02.png -------------------------------------------------------------------------------- /notes/ASP.NET Core UseStaticFiles/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ASP.NET Core UseStaticFiles/README.md -------------------------------------------------------------------------------- /notes/ASP.NET Core 認證機制/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ASP.NET Core 認證機制/01.png -------------------------------------------------------------------------------- /notes/ASP.NET Core 認證機制/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ASP.NET Core 認證機制/02.png -------------------------------------------------------------------------------- /notes/ASP.NET Core 認證機制/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ASP.NET Core 認證機制/03.png -------------------------------------------------------------------------------- /notes/ASP.NET Core 認證機制/04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ASP.NET Core 認證機制/04.png -------------------------------------------------------------------------------- /notes/ASP.NET Core 認證機制/05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ASP.NET Core 認證機制/05.png -------------------------------------------------------------------------------- /notes/ASP.NET Core 認證機制/AuthorizationHandler-Ex1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ASP.NET Core 認證機制/AuthorizationHandler-Ex1.cs -------------------------------------------------------------------------------- /notes/ASP.NET Core 認證機制/AuthorizationHandler-Ex2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ASP.NET Core 認證機制/AuthorizationHandler-Ex2.cs -------------------------------------------------------------------------------- /notes/ASP.NET Core 認證機制/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ASP.NET Core 認證機制/README.md -------------------------------------------------------------------------------- /notes/C# Await Async Note/Example30Threads.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/C# Await Async Note/Example30Threads.cs -------------------------------------------------------------------------------- /notes/C# Await Async Note/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/C# Await Async Note/Form1.cs -------------------------------------------------------------------------------- /notes/C# Await Async Note/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/C# Await Async Note/README.md -------------------------------------------------------------------------------- /notes/C# Call by Value 與 Call by Reference/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/C# Call by Value 與 Call by Reference/README.md -------------------------------------------------------------------------------- /notes/C# EF Core Note/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/C# EF Core Note/01.png -------------------------------------------------------------------------------- /notes/C# EF Core Note/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/C# EF Core Note/02.png -------------------------------------------------------------------------------- /notes/C# EF Core Note/BaseDataAccess.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/C# EF Core Note/BaseDataAccess.cs -------------------------------------------------------------------------------- /notes/C# EF Core Note/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/C# EF Core Note/README.md -------------------------------------------------------------------------------- /notes/C# GitLabApiClient/GitLabApiClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/C# GitLabApiClient/GitLabApiClient.cs -------------------------------------------------------------------------------- /notes/C# GitLabApiClient/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/C# GitLabApiClient/README.md -------------------------------------------------------------------------------- /notes/C# IEnumerable 遍歷效能問題 Troubleshooting/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/C# IEnumerable 遍歷效能問題 Troubleshooting/README.md -------------------------------------------------------------------------------- /notes/C# IEnumerable 遍歷效能問題 Troubleshooting/example.linq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/C# IEnumerable 遍歷效能問題 Troubleshooting/example.linq -------------------------------------------------------------------------------- /notes/C# Refact Note - CopyVoiceFile/CopyVoiceFile_after.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/C# Refact Note - CopyVoiceFile/CopyVoiceFile_after.cs -------------------------------------------------------------------------------- /notes/C# Refact Note - CopyVoiceFile/CopyVoiceFile_before.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/C# Refact Note - CopyVoiceFile/CopyVoiceFile_before.cs -------------------------------------------------------------------------------- /notes/C# Refact Note - CopyVoiceFile/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/C# Refact Note - CopyVoiceFile/README.md -------------------------------------------------------------------------------- /notes/C# Refact Note - ExcelReport/ExcelReport_after.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/C# Refact Note - ExcelReport/ExcelReport_after.cs -------------------------------------------------------------------------------- /notes/C# Refact Note - ExcelReport/ExcelReport_before.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/C# Refact Note - ExcelReport/ExcelReport_before.cs -------------------------------------------------------------------------------- /notes/C# Refact Note - ExcelReport/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/C# Refact Note - ExcelReport/README.md -------------------------------------------------------------------------------- /notes/C# Refact Note - ExportPartitionData/ExportPartitionData_after.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/C# Refact Note - ExportPartitionData/ExportPartitionData_after.cs -------------------------------------------------------------------------------- /notes/C# Refact Note - ExportPartitionData/ExportPartitionData_before.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/C# Refact Note - ExportPartitionData/ExportPartitionData_before.cs -------------------------------------------------------------------------------- /notes/C# Refact Note - ExportPartitionData/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/C# Refact Note - ExportPartitionData/README.md -------------------------------------------------------------------------------- /notes/C# Refact Note - ExtractCfvExcelData/ExtractCfvExcelData_after.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/C# Refact Note - ExtractCfvExcelData/ExtractCfvExcelData_after.cs -------------------------------------------------------------------------------- /notes/C# Refact Note - ExtractCfvExcelData/ExtractCfvExcelData_before.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/C# Refact Note - ExtractCfvExcelData/ExtractCfvExcelData_before.cs -------------------------------------------------------------------------------- /notes/C# Refact Note - ExtractCfvExcelData/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/C# Refact Note - ExtractCfvExcelData/README.md -------------------------------------------------------------------------------- /notes/C# Refact Note - FilterData/FilterData_after.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/C# Refact Note - FilterData/FilterData_after.cs -------------------------------------------------------------------------------- /notes/C# Refact Note - FilterData/FilterData_before.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/C# Refact Note - FilterData/FilterData_before.cs -------------------------------------------------------------------------------- /notes/C# Refact Note - FilterData/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/C# Refact Note - FilterData/README.md -------------------------------------------------------------------------------- /notes/C# Refact Note - OrderSearchService/OrderSearchService_after.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/C# Refact Note - OrderSearchService/OrderSearchService_after.cs -------------------------------------------------------------------------------- /notes/C# Refact Note - OrderSearchService/OrderSearchService_before.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/C# Refact Note - OrderSearchService/OrderSearchService_before.cs -------------------------------------------------------------------------------- /notes/C# Refact Note - OrderSearchService/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/C# Refact Note - OrderSearchService/README.md -------------------------------------------------------------------------------- /notes/C# Refact Note - SuspiciousTradeService/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/C# Refact Note - SuspiciousTradeService/README.md -------------------------------------------------------------------------------- /notes/C# Refact Note - SuspiciousTradeService/SuspiciousTradeService_after.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/C# Refact Note - SuspiciousTradeService/SuspiciousTradeService_after.cs -------------------------------------------------------------------------------- /notes/C# Refact Note - SuspiciousTradeService/SuspiciousTradeService_before.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/C# Refact Note - SuspiciousTradeService/SuspiciousTradeService_before.cs -------------------------------------------------------------------------------- /notes/C# String Replacement/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/C# String Replacement/Program.cs -------------------------------------------------------------------------------- /notes/C# String Replacement/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/C# String Replacement/README.md -------------------------------------------------------------------------------- /notes/C# 方案結構與列舉產生的問題/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/C# 方案結構與列舉產生的問題/README.md -------------------------------------------------------------------------------- /notes/C# 方法修飾詞/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/C# 方法修飾詞/README.md -------------------------------------------------------------------------------- /notes/C# 方法修飾詞/example.linq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/C# 方法修飾詞/example.linq -------------------------------------------------------------------------------- /notes/C# 逾時機制的 ConsoleReadLine/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/C# 逾時機制的 ConsoleReadLine/01.png -------------------------------------------------------------------------------- /notes/C# 逾時機制的 ConsoleReadLine/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/C# 逾時機制的 ConsoleReadLine/Program.cs -------------------------------------------------------------------------------- /notes/C# 逾時機制的 ConsoleReadLine/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/C# 逾時機制的 ConsoleReadLine/README.md -------------------------------------------------------------------------------- /notes/Chrome 擴充功能點擊模擬/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Chrome 擴充功能點擊模擬/README.md -------------------------------------------------------------------------------- /notes/Chrome 擴充功能點擊模擬/background.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Chrome 擴充功能點擊模擬/background.js -------------------------------------------------------------------------------- /notes/Chrome 開啟本地 XML 與 XSL/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Chrome 開啟本地 XML 與 XSL/01.png -------------------------------------------------------------------------------- /notes/Chrome 開啟本地 XML 與 XSL/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Chrome 開啟本地 XML 與 XSL/README.md -------------------------------------------------------------------------------- /notes/Chrome 開啟本地 XML 與 XSL/example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Chrome 開啟本地 XML 與 XSL/example.xml -------------------------------------------------------------------------------- /notes/Chrome 開啟本地 XML 與 XSL/example.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Chrome 開啟本地 XML 與 XSL/example.xsl -------------------------------------------------------------------------------- /notes/ChromeDevTool Note/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ChromeDevTool Note/01.png -------------------------------------------------------------------------------- /notes/ChromeDevTool Note/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ChromeDevTool Note/02.png -------------------------------------------------------------------------------- /notes/ChromeDevTool Note/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ChromeDevTool Note/03.png -------------------------------------------------------------------------------- /notes/ChromeDevTool Note/04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ChromeDevTool Note/04.png -------------------------------------------------------------------------------- /notes/ChromeDevTool Note/05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ChromeDevTool Note/05.png -------------------------------------------------------------------------------- /notes/ChromeDevTool Note/06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ChromeDevTool Note/06.png -------------------------------------------------------------------------------- /notes/ChromeDevTool Note/07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ChromeDevTool Note/07.png -------------------------------------------------------------------------------- /notes/ChromeDevTool Note/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ChromeDevTool Note/README.md -------------------------------------------------------------------------------- /notes/ChromeDevTool Note/override/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ChromeDevTool Note/override/01.png -------------------------------------------------------------------------------- /notes/ChromeDevTool Note/override/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ChromeDevTool Note/override/02.png -------------------------------------------------------------------------------- /notes/ChromeDevTool Note/override/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ChromeDevTool Note/override/03.png -------------------------------------------------------------------------------- /notes/ChromeDevTool Note/override/04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ChromeDevTool Note/override/04.png -------------------------------------------------------------------------------- /notes/Ckfinder Troubleshooting/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Ckfinder Troubleshooting/01.png -------------------------------------------------------------------------------- /notes/Ckfinder Troubleshooting/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Ckfinder Troubleshooting/02.png -------------------------------------------------------------------------------- /notes/Ckfinder Troubleshooting/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Ckfinder Troubleshooting/03.png -------------------------------------------------------------------------------- /notes/Ckfinder Troubleshooting/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Ckfinder Troubleshooting/README.md -------------------------------------------------------------------------------- /notes/Docker Learning Note/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Docker Learning Note/README.md -------------------------------------------------------------------------------- /notes/Docker Learning Note/SQL Server example/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Docker Learning Note/SQL Server example/01.png -------------------------------------------------------------------------------- /notes/Docker Learning Note/SQL Server example/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Docker Learning Note/SQL Server example/02.png -------------------------------------------------------------------------------- /notes/Docker Learning Note/SQL Server example/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Docker Learning Note/SQL Server example/03.png -------------------------------------------------------------------------------- /notes/Docker Learning Note/SQL Server example/testDB.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Docker Learning Note/SQL Server example/testDB.sql -------------------------------------------------------------------------------- /notes/Docker Learning Note/VS支援/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Docker Learning Note/VS支援/01.png -------------------------------------------------------------------------------- /notes/Docker Learning Note/VS支援/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Docker Learning Note/VS支援/02.png -------------------------------------------------------------------------------- /notes/Docker Learning Note/VS支援/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Docker Learning Note/VS支援/03.png -------------------------------------------------------------------------------- /notes/Docker Learning Note/VS支援/04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Docker Learning Note/VS支援/04.png -------------------------------------------------------------------------------- /notes/Docker Learning Note/first_example/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Docker Learning Note/first_example/01.png -------------------------------------------------------------------------------- /notes/Docker Learning Note/first_example/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Docker Learning Note/first_example/02.png -------------------------------------------------------------------------------- /notes/Docker Learning Note/first_example/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Docker Learning Note/first_example/03.png -------------------------------------------------------------------------------- /notes/Docker Learning Note/first_example/04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Docker Learning Note/first_example/04.png -------------------------------------------------------------------------------- /notes/Docker Learning Note/安裝/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Docker Learning Note/安裝/01.png -------------------------------------------------------------------------------- /notes/Docker Learning Note/安裝/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Docker Learning Note/安裝/02.png -------------------------------------------------------------------------------- /notes/Docker Learning Note/安裝/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Docker Learning Note/安裝/03.png -------------------------------------------------------------------------------- /notes/Github Action Note/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Github Action Note/01.png -------------------------------------------------------------------------------- /notes/Github Action Note/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Github Action Note/02.png -------------------------------------------------------------------------------- /notes/Github Action Note/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Github Action Note/03.png -------------------------------------------------------------------------------- /notes/Github Action Note/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Github Action Note/README.md -------------------------------------------------------------------------------- /notes/Github GraphQL example/example.http: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Github GraphQL example/example.http -------------------------------------------------------------------------------- /notes/HTML dialog top layer/Dialog-test.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/HTML dialog top layer/Dialog-test.html -------------------------------------------------------------------------------- /notes/HTML dialog top layer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/HTML dialog top layer/README.md -------------------------------------------------------------------------------- /notes/IIS 500.19 部署錯誤處理/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/IIS 500.19 部署錯誤處理/01.png -------------------------------------------------------------------------------- /notes/IIS 500.19 部署錯誤處理/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/IIS 500.19 部署錯誤處理/02.png -------------------------------------------------------------------------------- /notes/IIS 500.19 部署錯誤處理/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/IIS 500.19 部署錯誤處理/03.png -------------------------------------------------------------------------------- /notes/IIS 500.19 部署錯誤處理/04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/IIS 500.19 部署錯誤處理/04.png -------------------------------------------------------------------------------- /notes/IIS 500.19 部署錯誤處理/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/IIS 500.19 部署錯誤處理/README.md -------------------------------------------------------------------------------- /notes/IIS Dump/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/IIS Dump/01.png -------------------------------------------------------------------------------- /notes/IIS Dump/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/IIS Dump/02.png -------------------------------------------------------------------------------- /notes/IIS Dump/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/IIS Dump/README.md -------------------------------------------------------------------------------- /notes/IIS Dump/iis_dump.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/IIS Dump/iis_dump.reg -------------------------------------------------------------------------------- /notes/JQuery event delegate application and currentTarget behavior/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/JQuery event delegate application and currentTarget behavior/01.png -------------------------------------------------------------------------------- /notes/JQuery event delegate application and currentTarget behavior/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/JQuery event delegate application and currentTarget behavior/02.png -------------------------------------------------------------------------------- /notes/JQuery event delegate application and currentTarget behavior/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/JQuery event delegate application and currentTarget behavior/README.md -------------------------------------------------------------------------------- /notes/JQuery event delegate application and currentTarget behavior/images/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/JQuery event delegate application and currentTarget behavior/images/add.png -------------------------------------------------------------------------------- /notes/JQuery event delegate application and currentTarget behavior/images/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/JQuery event delegate application and currentTarget behavior/images/edit.png -------------------------------------------------------------------------------- /notes/JQuery event delegate application and currentTarget behavior/images/remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/JQuery event delegate application and currentTarget behavior/images/remove.png -------------------------------------------------------------------------------- /notes/JQuery event delegate application and currentTarget behavior/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/JQuery event delegate application and currentTarget behavior/index.css -------------------------------------------------------------------------------- /notes/JQuery event delegate application and currentTarget behavior/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/JQuery event delegate application and currentTarget behavior/index.html -------------------------------------------------------------------------------- /notes/JQuery event delegate application and currentTarget behavior/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/JQuery event delegate application and currentTarget behavior/index.js -------------------------------------------------------------------------------- /notes/JQuery plugin undefined Troubleshooting/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/JQuery plugin undefined Troubleshooting/01.png -------------------------------------------------------------------------------- /notes/JQuery plugin undefined Troubleshooting/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/JQuery plugin undefined Troubleshooting/02.png -------------------------------------------------------------------------------- /notes/JQuery plugin undefined Troubleshooting/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/JQuery plugin undefined Troubleshooting/README.md -------------------------------------------------------------------------------- /notes/JavaScript Debounce & Throttle 範例/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/JavaScript Debounce & Throttle 範例/README.md -------------------------------------------------------------------------------- /notes/JavaScript Debounce & Throttle 範例/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/JavaScript Debounce & Throttle 範例/index.html -------------------------------------------------------------------------------- /notes/JavaScript Debounce & Throttle 範例/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/JavaScript Debounce & Throttle 範例/index.js -------------------------------------------------------------------------------- /notes/JavaScript File Accessibility Validate/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/JavaScript File Accessibility Validate/01.png -------------------------------------------------------------------------------- /notes/JavaScript File Accessibility Validate/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/JavaScript File Accessibility Validate/02.png -------------------------------------------------------------------------------- /notes/JavaScript File Accessibility Validate/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/JavaScript File Accessibility Validate/README.md -------------------------------------------------------------------------------- /notes/JavaScript File Accessibility Validate/validate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/JavaScript File Accessibility Validate/validate.js -------------------------------------------------------------------------------- /notes/JavaScript FileList Note/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/JavaScript FileList Note/01.png -------------------------------------------------------------------------------- /notes/JavaScript FileList Note/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/JavaScript FileList Note/02.png -------------------------------------------------------------------------------- /notes/JavaScript FileList Note/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/JavaScript FileList Note/README.md -------------------------------------------------------------------------------- /notes/JavaScript Function Call Parameter Limits/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/JavaScript Function Call Parameter Limits/01.png -------------------------------------------------------------------------------- /notes/JavaScript Function Call Parameter Limits/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/JavaScript Function Call Parameter Limits/README.md -------------------------------------------------------------------------------- /notes/JavaScript Refact Note - CascadeUnitDDLControl/CascadeUnitDDLControl_after.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/JavaScript Refact Note - CascadeUnitDDLControl/CascadeUnitDDLControl_after.js -------------------------------------------------------------------------------- /notes/JavaScript Refact Note - CascadeUnitDDLControl/CascadeUnitDDLControl_before.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/JavaScript Refact Note - CascadeUnitDDLControl/CascadeUnitDDLControl_before.js -------------------------------------------------------------------------------- /notes/JavaScript Refact Note - CascadeUnitDDLControl/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/JavaScript Refact Note - CascadeUnitDDLControl/README.md -------------------------------------------------------------------------------- /notes/JavaScript Refact Note - setTabEvent/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/JavaScript Refact Note - setTabEvent/README.md -------------------------------------------------------------------------------- /notes/JavaScript Refact Note - setTabEvent/setTabEvent_after.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/JavaScript Refact Note - setTabEvent/setTabEvent_after.js -------------------------------------------------------------------------------- /notes/JavaScript Refact Note - setTabEvent/setTabEvent_before.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/JavaScript Refact Note - setTabEvent/setTabEvent_before.js -------------------------------------------------------------------------------- /notes/SQL Server Cursor 應用筆記/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/SQL Server Cursor 應用筆記/README.md -------------------------------------------------------------------------------- /notes/SQL Server Cursor 應用筆記/example.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/SQL Server Cursor 應用筆記/example.sql -------------------------------------------------------------------------------- /notes/SQL Server DDL 語法應用筆記/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/SQL Server DDL 語法應用筆記/README.md -------------------------------------------------------------------------------- /notes/SQL Server DDL 語法應用筆記/example.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/SQL Server DDL 語法應用筆記/example.sql -------------------------------------------------------------------------------- /notes/SQL Server ETL 語法應用筆記/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/SQL Server ETL 語法應用筆記/README.md -------------------------------------------------------------------------------- /notes/SQL Server ETL 語法應用筆記/example.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/SQL Server ETL 語法應用筆記/example.sql -------------------------------------------------------------------------------- /notes/SQL Server For JSON Path/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/SQL Server For JSON Path/01.png -------------------------------------------------------------------------------- /notes/SQL Server For JSON Path/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/SQL Server For JSON Path/02.png -------------------------------------------------------------------------------- /notes/SQL Server For JSON Path/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/SQL Server For JSON Path/README.md -------------------------------------------------------------------------------- /notes/SQL Server Query Improvements Note - OrderItemCount/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/SQL Server Query Improvements Note - OrderItemCount/README.md -------------------------------------------------------------------------------- /notes/SQL Server Query Improvements Note - OrderItemCount/query_after.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/SQL Server Query Improvements Note - OrderItemCount/query_after.sql -------------------------------------------------------------------------------- /notes/SQL Server Query Improvements Note - OrderItemCount/query_before.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/SQL Server Query Improvements Note - OrderItemCount/query_before.sql -------------------------------------------------------------------------------- /notes/SQL Server Query Improvements Note - TakeLogDate/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/SQL Server Query Improvements Note - TakeLogDate/README.md -------------------------------------------------------------------------------- /notes/SQL Server Query Improvements Note - TakeLogDate/query_after.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/SQL Server Query Improvements Note - TakeLogDate/query_after.sql -------------------------------------------------------------------------------- /notes/SQL Server Query Improvements Note - TakeLogDate/query_before.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/SQL Server Query Improvements Note - TakeLogDate/query_before.sql -------------------------------------------------------------------------------- /notes/SQL Server Query Improvements Note - TakeLogDate/test_data.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/SQL Server Query Improvements Note - TakeLogDate/test_data.sql -------------------------------------------------------------------------------- /notes/SQL Server grouping sets/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/SQL Server grouping sets/01.png -------------------------------------------------------------------------------- /notes/SQL Server grouping sets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/SQL Server grouping sets/README.md -------------------------------------------------------------------------------- /notes/SQL Server grouping sets/example.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/SQL Server grouping sets/example.sql -------------------------------------------------------------------------------- /notes/SQL Server isnull 型別轉換問題/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/SQL Server isnull 型別轉換問題/01.png -------------------------------------------------------------------------------- /notes/SQL Server isnull 型別轉換問題/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/SQL Server isnull 型別轉換問題/02.png -------------------------------------------------------------------------------- /notes/SQL Server isnull 型別轉換問題/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/SQL Server isnull 型別轉換問題/README.md -------------------------------------------------------------------------------- /notes/SQL Server isnull 型別轉換問題/example.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/SQL Server isnull 型別轉換問題/example.sql -------------------------------------------------------------------------------- /notes/SQL Server 子查詢欄位名稱解析筆記/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/SQL Server 子查詢欄位名稱解析筆記/01.png -------------------------------------------------------------------------------- /notes/SQL Server 子查詢欄位名稱解析筆記/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/SQL Server 子查詢欄位名稱解析筆記/02.png -------------------------------------------------------------------------------- /notes/SQL Server 子查詢欄位名稱解析筆記/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/SQL Server 子查詢欄位名稱解析筆記/README.md -------------------------------------------------------------------------------- /notes/SQL Server 子查詢欄位名稱解析筆記/example.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/SQL Server 子查詢欄位名稱解析筆記/example.sql -------------------------------------------------------------------------------- /notes/SQL Server 字串檢索空白處理/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/SQL Server 字串檢索空白處理/01.png -------------------------------------------------------------------------------- /notes/SQL Server 字串檢索空白處理/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/SQL Server 字串檢索空白處理/02.png -------------------------------------------------------------------------------- /notes/SQL Server 字串檢索空白處理/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/SQL Server 字串檢索空白處理/README.md -------------------------------------------------------------------------------- /notes/SQL Server 字串檢索空白處理/example.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/SQL Server 字串檢索空白處理/example.sql -------------------------------------------------------------------------------- /notes/SSMS 20 記住認證密碼/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/SSMS 20 記住認證密碼/01.png -------------------------------------------------------------------------------- /notes/SSMS 20 記住認證密碼/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/SSMS 20 記住認證密碼/README.md -------------------------------------------------------------------------------- /notes/SSMS 20 記住認證密碼/example.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/SSMS 20 記住認證密碼/example.bat -------------------------------------------------------------------------------- /notes/System 冪等性(Idempotence) 設計/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/System 冪等性(Idempotence) 設計/README.md -------------------------------------------------------------------------------- /notes/Textarea 高度依據內容調整/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Textarea 高度依據內容調整/01.png -------------------------------------------------------------------------------- /notes/Textarea 高度依據內容調整/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Textarea 高度依據內容調整/README.md -------------------------------------------------------------------------------- /notes/Unicode 控制字元分類/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Unicode 控制字元分類/README.md -------------------------------------------------------------------------------- /notes/Visual Studio 中的 Git Reset/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Visual Studio 中的 Git Reset/01.png -------------------------------------------------------------------------------- /notes/Visual Studio 中的 Git Reset/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Visual Studio 中的 Git Reset/README.md -------------------------------------------------------------------------------- /notes/Visual Studio 建置屬性/01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Visual Studio 建置屬性/01.jpg -------------------------------------------------------------------------------- /notes/Visual Studio 建置屬性/02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Visual Studio 建置屬性/02.jpg -------------------------------------------------------------------------------- /notes/Visual Studio 建置屬性/03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Visual Studio 建置屬性/03.jpg -------------------------------------------------------------------------------- /notes/Visual Studio 建置屬性/04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Visual Studio 建置屬性/04.png -------------------------------------------------------------------------------- /notes/Visual Studio 建置屬性/05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Visual Studio 建置屬性/05.png -------------------------------------------------------------------------------- /notes/Visual Studio 建置屬性/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Visual Studio 建置屬性/README.md -------------------------------------------------------------------------------- /notes/Visual Studio 設定/Code Snippet/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Visual Studio 設定/Code Snippet/01.png -------------------------------------------------------------------------------- /notes/Visual Studio 設定/Code Snippet/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Visual Studio 設定/Code Snippet/02.png -------------------------------------------------------------------------------- /notes/Visual Studio 設定/Code Snippet/js-function.snippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Visual Studio 設定/Code Snippet/js-function.snippet -------------------------------------------------------------------------------- /notes/Visual Studio 設定/Code Snippet/spb.snippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Visual Studio 設定/Code Snippet/spb.snippet -------------------------------------------------------------------------------- /notes/Visual Studio 設定/Code Snippet/spr.snippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Visual Studio 設定/Code Snippet/spr.snippet -------------------------------------------------------------------------------- /notes/Visual Studio 設定/Code Snippet/vcb.snippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Visual Studio 設定/Code Snippet/vcb.snippet -------------------------------------------------------------------------------- /notes/Visual Studio 設定/Code Snippet/vin.snippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Visual Studio 設定/Code Snippet/vin.snippet -------------------------------------------------------------------------------- /notes/Visual Studio 設定/Collapse appsettings/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Visual Studio 設定/Collapse appsettings/01.png -------------------------------------------------------------------------------- /notes/Visual Studio 設定/Collapse appsettings/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Visual Studio 設定/Collapse appsettings/02.png -------------------------------------------------------------------------------- /notes/Visual Studio 設定/Collapse appsettings/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Visual Studio 設定/Collapse appsettings/03.png -------------------------------------------------------------------------------- /notes/Visual Studio 設定/Git user 設定/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Visual Studio 設定/Git user 設定/01.png -------------------------------------------------------------------------------- /notes/Visual Studio 設定/Git user 設定/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Visual Studio 設定/Git user 設定/02.png -------------------------------------------------------------------------------- /notes/Visual Studio 設定/GitHub Copilot commit message/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Visual Studio 設定/GitHub Copilot commit message/01.png -------------------------------------------------------------------------------- /notes/Visual Studio 設定/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Visual Studio 設定/README.md -------------------------------------------------------------------------------- /notes/Visual Studio 設定/Web專案/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Visual Studio 設定/Web專案/01.png -------------------------------------------------------------------------------- /notes/Visual Studio 設定/字型設定/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Visual Studio 設定/字型設定/01.png -------------------------------------------------------------------------------- /notes/Visual Studio 設定/字型設定/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Visual Studio 設定/字型設定/02.png -------------------------------------------------------------------------------- /notes/Visual Studio 設定/字型設定/SourceCodePro-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Visual Studio 設定/字型設定/SourceCodePro-Medium.ttf -------------------------------------------------------------------------------- /notes/Visual Studio 設定/專案屬性/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Visual Studio 設定/專案屬性/01.png -------------------------------------------------------------------------------- /notes/Visual Studio 設定/專案屬性/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Visual Studio 設定/專案屬性/02.png -------------------------------------------------------------------------------- /notes/Visual Studio 設定/專案屬性/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Visual Studio 設定/專案屬性/03.png -------------------------------------------------------------------------------- /notes/Visual Studio 設定/建置/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Visual Studio 設定/建置/01.png -------------------------------------------------------------------------------- /notes/Visual Studio 設定/編碼設定/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Visual Studio 設定/編碼設定/01.png -------------------------------------------------------------------------------- /notes/Visual Studio 設定/編碼設定/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Visual Studio 設定/編碼設定/02.png -------------------------------------------------------------------------------- /notes/Visual Studio 設定/編碼設定/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Visual Studio 設定/編碼設定/03.png -------------------------------------------------------------------------------- /notes/Visual Studio 設定/編碼設定/04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Visual Studio 設定/編碼設定/04.png -------------------------------------------------------------------------------- /notes/Visual Studio 設定/編碼設定/05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Visual Studio 設定/編碼設定/05.png -------------------------------------------------------------------------------- /notes/Visual Studio 設定/編碼設定/06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Visual Studio 設定/編碼設定/06.png -------------------------------------------------------------------------------- /notes/Visual Studio 設定/編碼設定/07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/Visual Studio 設定/編碼設定/07.png -------------------------------------------------------------------------------- /notes/ZIP 套件 Directory Traversal 漏洞/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/notes/ZIP 套件 Directory Traversal 漏洞/README.md -------------------------------------------------------------------------------- /toolkits/C# Entity2sql/entity2sql.linq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/C# Entity2sql/entity2sql.linq -------------------------------------------------------------------------------- /toolkits/C# FlattenFilesToRoot/FlattenFilesToRoot.linq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/C# FlattenFilesToRoot/FlattenFilesToRoot.linq -------------------------------------------------------------------------------- /toolkits/C# FlattenFilesToRoot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/C# FlattenFilesToRoot/README.md -------------------------------------------------------------------------------- /toolkits/C# Simple ASP.NET Core MVC GenCode/BasicTemplate/Controllers/[[FuncName]]Controller.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/C# Simple ASP.NET Core MVC GenCode/BasicTemplate/Controllers/[[FuncName]]Controller.cs -------------------------------------------------------------------------------- /toolkits/C# Simple ASP.NET Core MVC GenCode/BasicTemplate/DataAccess/Interface/I[[FuncName]]DataAccess.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/C# Simple ASP.NET Core MVC GenCode/BasicTemplate/DataAccess/Interface/I[[FuncName]]DataAccess.cs -------------------------------------------------------------------------------- /toolkits/C# Simple ASP.NET Core MVC GenCode/BasicTemplate/DataAccess/[[FuncName]]/[[FuncName]]DataAccess.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/C# Simple ASP.NET Core MVC GenCode/BasicTemplate/DataAccess/[[FuncName]]/[[FuncName]]DataAccess.cs -------------------------------------------------------------------------------- /toolkits/C# Simple ASP.NET Core MVC GenCode/BasicTemplate/Extension/Inject/[[FuncName]]Inject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/C# Simple ASP.NET Core MVC GenCode/BasicTemplate/Extension/Inject/[[FuncName]]Inject.cs -------------------------------------------------------------------------------- /toolkits/C# Simple ASP.NET Core MVC GenCode/BasicTemplate/Models/[[FuncName]]/[[FuncName]]ViewModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/C# Simple ASP.NET Core MVC GenCode/BasicTemplate/Models/[[FuncName]]/[[FuncName]]ViewModel.cs -------------------------------------------------------------------------------- /toolkits/C# Simple ASP.NET Core MVC GenCode/BasicTemplate/Services/Interface/I[[FuncName]]Service.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/C# Simple ASP.NET Core MVC GenCode/BasicTemplate/Services/Interface/I[[FuncName]]Service.cs -------------------------------------------------------------------------------- /toolkits/C# Simple ASP.NET Core MVC GenCode/BasicTemplate/Services/[[FuncName]]/[[FuncName]]Service.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/C# Simple ASP.NET Core MVC GenCode/BasicTemplate/Services/[[FuncName]]/[[FuncName]]Service.cs -------------------------------------------------------------------------------- /toolkits/C# Simple ASP.NET Core MVC GenCode/BasicTemplate/Views/[[FuncName]]/Index.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/C# Simple ASP.NET Core MVC GenCode/BasicTemplate/Views/[[FuncName]]/Index.cshtml -------------------------------------------------------------------------------- /toolkits/C# Simple ASP.NET Core MVC GenCode/BasicTemplate/Views/[[FuncName]]/_Search.cshtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/C# Simple ASP.NET Core MVC GenCode/BasicTemplate/Views/[[FuncName]]/_Search.cshtml -------------------------------------------------------------------------------- /toolkits/C# Simple ASP.NET Core MVC GenCode/BasicTemplate/wwwroot/cust/[[FuncName]]/[[FuncName]]BuildPage.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /toolkits/C# Simple ASP.NET Core MVC GenCode/GenCode.linq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/C# Simple ASP.NET Core MVC GenCode/GenCode.linq -------------------------------------------------------------------------------- /toolkits/C# Simple ASP.NET Core MVC GenCode/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/C# Simple ASP.NET Core MVC GenCode/README.md -------------------------------------------------------------------------------- /toolkits/C# VisualStudioOpenFile/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/C# VisualStudioOpenFile/README.md -------------------------------------------------------------------------------- /toolkits/C# VisualStudioOpenFile/VisualStudioOpenFile.linq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/C# VisualStudioOpenFile/VisualStudioOpenFile.linq -------------------------------------------------------------------------------- /toolkits/C# 使用 7-Zip 移除壓縮檔指定內容/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/C# 使用 7-Zip 移除壓縮檔指定內容/01.png -------------------------------------------------------------------------------- /toolkits/C# 使用 7-Zip 移除壓縮檔指定內容/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/C# 使用 7-Zip 移除壓縮檔指定內容/README.md -------------------------------------------------------------------------------- /toolkits/C# 使用 7-Zip 移除壓縮檔指定內容/main.linq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/C# 使用 7-Zip 移除壓縮檔指定內容/main.linq -------------------------------------------------------------------------------- /toolkits/C# 使用 7-Zip 移除壓縮檔指定內容/test.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/C# 使用 7-Zip 移除壓縮檔指定內容/test.zip -------------------------------------------------------------------------------- /toolkits/C# 使用 Netstat/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/C# 使用 Netstat/Program.cs -------------------------------------------------------------------------------- /toolkits/C# 使用 Netstat/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/C# 使用 Netstat/README.md -------------------------------------------------------------------------------- /toolkits/C# 批次產生差異檔案 WinMerge 報告/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/C# 批次產生差異檔案 WinMerge 報告/README.md -------------------------------------------------------------------------------- /toolkits/C# 批次產生差異檔案 WinMerge 報告/main.linq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/C# 批次產生差異檔案 WinMerge 報告/main.linq -------------------------------------------------------------------------------- /toolkits/Google Apps Script Sheet2sql/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/Google Apps Script Sheet2sql/01.png -------------------------------------------------------------------------------- /toolkits/Google Apps Script Sheet2sql/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/Google Apps Script Sheet2sql/02.png -------------------------------------------------------------------------------- /toolkits/Google Apps Script Sheet2sql/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/Google Apps Script Sheet2sql/03.png -------------------------------------------------------------------------------- /toolkits/Google Apps Script Sheet2sql/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/Google Apps Script Sheet2sql/README.md -------------------------------------------------------------------------------- /toolkits/Google Apps Script Sheet2sql/code.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/Google Apps Script Sheet2sql/code.gs -------------------------------------------------------------------------------- /toolkits/JavaScript Bookmark 表格資料匯出/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/JavaScript Bookmark 表格資料匯出/README.md -------------------------------------------------------------------------------- /toolkits/JavaScript Bookmark 表格資料匯出/code.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/JavaScript Bookmark 表格資料匯出/code.js -------------------------------------------------------------------------------- /toolkits/JavaScript Bookmark 驗證碼 OCR/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/JavaScript Bookmark 驗證碼 OCR/README.md -------------------------------------------------------------------------------- /toolkits/JavaScript Bookmark 驗證碼 OCR/code.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/JavaScript Bookmark 驗證碼 OCR/code.js -------------------------------------------------------------------------------- /toolkits/JavaScript Change HSL/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/JavaScript Change HSL/01.png -------------------------------------------------------------------------------- /toolkits/JavaScript Change HSL/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/JavaScript Change HSL/README.md -------------------------------------------------------------------------------- /toolkits/JavaScript Change HSL/color.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/JavaScript Change HSL/color.js -------------------------------------------------------------------------------- /toolkits/JavaScript Change HSL/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/JavaScript Change HSL/index.html -------------------------------------------------------------------------------- /toolkits/JavaScript Change HSL/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/JavaScript Change HSL/index.js -------------------------------------------------------------------------------- /toolkits/Web Font Icons Preview/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/Web Font Icons Preview/01.png -------------------------------------------------------------------------------- /toolkits/Web Font Icons Preview/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/Web Font Icons Preview/02.png -------------------------------------------------------------------------------- /toolkits/Web Font Icons Preview/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/Web Font Icons Preview/03.png -------------------------------------------------------------------------------- /toolkits/Web Font Icons Preview/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/Web Font Icons Preview/README.md -------------------------------------------------------------------------------- /toolkits/Web Font Icons Preview/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CurtisChou-51/dev-toolkit-and-notes/HEAD/toolkits/Web Font Icons Preview/index.html --------------------------------------------------------------------------------