
SQL Formatter
SQL문 분석이 필요한경우 보기좋게 정렬해주는 싸이트 소개 https://www.dpriver.com/pp/sqlformat.htm Instant SQL Formatter www.dpriver.com 원본 SQL문 SELECT Orders.OrderID, Customers.CustomerName, Orders.OrderDate FROM Orders INNER JOIN Customers ON Orders.CustomerID=Customers.CustomerID; Formatting한 결과 SELECT orders.orderid, customers.customername, orders.orderdate FROM orders INNER JOIN customers ON orders.customerid = cus..
- [====== Development ======]/Etc
- · 2021. 5. 21.

DebugView
디버그 로그 확인용 DebugView Document : docs.microsoft.com/en-us/sysinternals/downloads/debugview DebugView - Windows Sysinternals This program intercepts calls made to DbgPrint by device drivers and OutputDebugString made by Win32 programs. docs.microsoft.com Download File : download.sysinternals.com/files/DebugView.zip C++ 에서 디버그 로그 추가 OutputDebugString(_T("This is test log !!!")); C# 에서 디버그 로그 추가 Deb..
- [====== Development ======]/Etc
- · 2021. 4. 26.
Visual Studio 코드 정적 분석 Extention
www.sonarlint.org/visualstudio Visual Studio extension | SonarLint SonarLint is available for Visual Studio. SonarLint helps you detect and fix quality issues as you write code. Like a spell checker, SonarLint squiggles flaws so they can be fixed before committing code. www.sonarlint.org
- [====== Development ======]/Etc
- · 2021. 4. 19.