Tag English Blog
How to Redo Text on notepad
I am typing some text in notepad after I undo them, I want to redo its back, but Notepad don’t have a “Redo” option on the “Edit” menu. Many Applications such as Microsoft Word or Visual Studio has a “Redo”…
[commitlint] SyntaxError: Invalid or unexpected token on Windows
Fixed Reference
How to Fixed: Feature ‘raw string literals’ is not available. Please use language version 11.0 or greater
When I copy code from mslearn. VSCode tell me the error Feature ‘raw string literals’ is not available. Please use language version 11.0 or greater. How to Fix
Fixed DevExpress.XtraPrinting Throw PlatformNotSupportedException
My ASP.NET6 WebAPI containers crashed. after add reference DevExpress.XtraPrinting.PrintingSystemBase and Full Exception here Root Cause Solution Reference
How to setup GIT with SSH Authenication
1. Generate Key-Pair Windows / Linux / Mac is using same commands. Add your key to the SSH agent Windows Linux / Mac Provide GitHub with your public key Support with multiple user / host via SSH Config if you…
How to change/redirect Apache Tomcat port number
On Thai (ภาษาไทย). your can read this blog Change Port Number Redirect Port Requirement: The Legacy App hard code for connect server with port 9090, so I want to redirect request from <IP>:9090 to <IP>:8888
[VB6] Debug RecordSet
Hi everyone, this is a Code Snippet for debug VB6 RecordSet