tools
-
인텔리제이(IntelliJ) 영구 폴백 라이센스란? 다운로드 방법tools 2023. 6. 2. 14:56
jetbrains의 라이선스를 구독하다가 구독을 취소할 경우 영구 폴백 라이선스를 사용할 수 있습니다. 영구 폴백 라이선스 영구 폴백 라이선스는 특정 소프트웨어 버전을 활성화된 구독 없이 사용할 수 있는 라이선스입니다. 이 라이선스는 모든 버그 수정 업데이트를 포함하며 특히 X.Y.Z 버전의 경우 모든 Z 릴리스가 포함됩니다. 연간 구독의 경우 구매하면 구매 당시에 이용 가능한 버전에 대해 영구 폴백 라이선스를 즉시 얻을 수 있습니다. 월 단위 구독의 경우 12개월 연속으로 결제하면 12개월 연속 구독이 시작될 때의 제품 버전에 액세스할 수 있는 영구 폴백 라이선스가 제공됩니다. 영구 폴백 라이선스 활성화, 사용 방법 1. Jetbrain 로그인해서 계정 페이지에서 폴백 라이선스를 찾는다. 2. 폴백 버..
-
온라인 GDB 컴파일러tools 2022. 6. 8. 18:55
브라우저 상으로 컴파일을 할 수 있는 사이트입니다. https://www.onlinegdb.com/ GDB online Debugger | Compiler - Code, Compile, Run, Debug online C, C++ Online GDB is online compiler and debugger for C/C++. You can compile, run and debug code with gdb online. Using gcc/g++ as compiler and gdb as debugger. Currently C and C++ languages are supported. www.onlinegdb.com 온라인 GDB 컴파일러는 C, C, Java, Python, JavaScript, C#, PH..
-
JSON 이스케이프 처리tools 2022. 5. 31. 18:48
JSON 이스케이프 문자 변환해주는 사이트 https://www.freeformatter.com/json-escape.html#ad-output Free Online JSON Escape / Unescape Tool - FreeFormatter.com JSON String Escape / Unescape Escapes or unescapes a JSON string removing traces of offending characters that could prevent parsing. The following characters are reserved in JSON and must be properly escaped to be used in strings: Backspace is replaced wit ..