설치 프로그램

설치 프로그램

Editor

Visual Studio Code – Code editing. Redefined.

https://code.visualstudio.com/

Atom – A hackable text editor

# Atom 에서 파이썬 실행 결과 console 창에서 한글 깨질 때 
import sys
import io
sys.stdout = io.TextIOWrapper(sys.stdout.detach(), encoding = 'utf-8')
sys.stderr = io.TextIOWrapper(sys.stderr.detach(), encoding = 'utf-8')

Dev C++ — a full-featured Integrated Development Environment (IDE) for the C/C++ programming language

Typora — a minimal markdown editor, markdown reader

FTP Server / Client

FileZilla – The free FTP solution

Web Server

오토셋(AutoSet)

DBMS

MS-SQL (Microsoft SQL Server 2014 Express)

DB Tool – dbeaver

UTIL

ConEmu – Handy Windows Terminal

모니터 화면 분할 WinSplit Revolution

듀얼모니터 작업표시줄 생성 ZBar

화면 펜(Epic Pen)

화면 펜(I can screen)

Color Picker

SSH Program Podersoa

SSH Program MobaXterm

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 항목은 *(으)로 표시합니다