Quantcast
Channel: 技术笔记 –龙堂
Browsing latest articles
Browse All 39 View Live

How to setup a local CDN server with SSL(https) support

Generate local SSL certificate mkdir /sample/cert && cd /sample/cert openssl genrsa -des3 -out rootCA.key 2048 openssl req -x509 -new -nodes -key rootCA.key -sha256 -days 1024 -out rootCA.pem...

View Article



Image may be NSFW.
Clik here to view.

Free handy log viewer from Microsoft – Log Parser Studio

Had a request that needs to analysis IIS log, search a little bit and found out this tool: Log Parser Studio, and it’s build on top of the command tool Log Parser 2.2, it will load your formatted log...

View Article

IIS: How to list all applications for each site command line

Use Appcmd.exe at %systemroot%\system32\inetsrv\ List all applications for all sites configured: appcmd list app List all applications’ sites(need to be in powershell) .\appcmd.exe list app...

View Article

Image may be NSFW.
Clik here to view.

My dev tool set

Windows: SQL Tools Apex SQLhttps://www.apexsql.com/sql-tools-complete.aspxhttps://www.apexsql.com/sql-tools-refactor.aspxhttps://www.apexsql.com/sql-tools-search.aspx TerminalConEmu:...

View Article

Image may be NSFW.
Clik here to view.

Everything about Oracle Application Container

Multitenant : Application Containers in Oracle Database 12c Release 2 (12.2) Application Container in Oracle Database 12c R2 :- Part 1: Basic Understanding of Application container and it’s...

View Article


Display tSQLt test results when run test in SQL Server Management Studio

Normally when you run tSQLt tests inside SQL Server Management Studio(SSMS), the test results will automatically shown in Message tab, however, if the store procedure include SELECT statement and have...

View Article

Windows 10 USB-C to HDMI not working

I got a Thinkpad laptop had one HDMI out and one USB-C, bought a cheap USB-C to HDMI converter at Amazon, originally works fine for me to hook up to two external monitors. However, after some time,...

View Article

Sublime Text SQL syntax to highlight temp table

For Sublime Text 2/3 by default the SQL syntax highlight will treat temp table like #tmpTable as comment, here’s how to adjust it to accept the temp table as part of highlight: Install OverrideAudit...

View Article


Add Sublime Text windows context menu

Sublime Text provided portable version installation with zip file that you can just extract to any folder that current user has the access permission, however, seems there’s no easy way to add a...

View Article


How to install  Poor Man’s TSQL Formatter to SQL Server Management Studio...

Since the official Poor Man’s TSQL Formatter is not support the latest version SSMS v19 yet, it needs a little bit tweak to make it work: Assuming that previous version (2014-2018) has been installed...

View Article
Browsing latest articles
Browse All 39 View Live




Latest Images