IDE(63)
-
SciTE4AutoHotkey - download
SciTE4AutoHotkey - download 홈페이지에 접속 한 후 >> [Installer] 클릭 http://fincs.ahk4.net/scite4ahk/ 직접 다운로드
-
IntelliJ - Theme(테마) 변경하기
IntelliJ - Theme(테마) 변경하기 우측 하단 [Configure] >> [Settings] 기본 테마 확인하기 왼쪽메뉴에서 [Appearance & Behavior] > [Appearance] Theme: 기본적으로 가지고 있는 테마를 확인할 수 있습니다. 왼쪽 메뉴창에서 [Plugins] 선택 >> 검색 키워드 "Theme" 입력한 후 [Enter]를 입력하여 검색합니다. Theme 다양한 색상을 적용한 테마들이 나옵니다. [Dark Purple Theme]에 있는 [Install] 버튼 클릭 [Restart] 우측 하단 [Configure] >> [Settings] 테마 변경하기 왼쪽메뉴에서 [Appearance & Behavior] > [Appearance] Theme: 에서 다운 받은..
-
VisualStudio Code(VSCode) - 인코딩 형식 자동 인식시키기
VisualStudio Code(VSCode) - 인코딩 형식 자동 인식시키기 한글 버전: [파일] >> [기본 설정] >> [설정] 영문 버전: [File] >> [Preferences] >> [Settings] 파일 인코딩 자동 설정 - 최신버전 [User Settings] 탭에서 >> [Text Editor] > [Files] >> [Auto Guess Encoding] 항목을 체크해 줍니다. 파일 인코딩 자동 설정 - old 우측 창의 "설정을 여기에 넣어서 기본 설정을 덮어씁니다."에 아래의 라인을 추가합니다. JSON형식으로 되어 있음로 새로운 항목을 추가하기 위해 기존 항목 뒤에 ,을 추가한후 아래의 코드를 추가합니다. "files.autoGuessEncoding": true 파일을 읽어오면..
-
Visual Studio 2017 설치파일 다운받기
uptodate https://codedragon.tistory.com/8884 Visual Studio 2017 설치파일 다운받기 상단의 [다운로드(Downloads)] 클릭 https://www.visualstudio.com/ko/ "Visual Studio Community 2017"의 [무료 다운로드(Free download] 클릭 https://www.visualstudio.com/ko/downloads/ 메인화면에서 바로 다운로드 하기 메인 페이지에서 Visual Studio IDE 항목의 [Download for Windows] 클릭한 후 나오는 팝업 메뉴에서 >> [Community 2017] 선택 https://www.visualstudio.com/ 직접다운로드
-
Error: $ operator is invalid for atomic vectors - 해결방법
오류 메시지 > n_r 오류 원인 prediction()함수가 패키지와 패키지에 동일하게 존재하여 함수 호출시 충돌이 일어나기 때문에 발생합니다. > help(prediction) > Help on topic 'prediction' was found in the following packages: Summarizes the output of the neural network, the data and the fitted values of glm objects (if available) (in package neuralnet in library C:/Users/prons/Documents/R/win-library/3.4) Function to create prediction objects (in packag..
-
Sublime Text - Dracula Dark Theme 설치하기
Sublime Text - Dracula Dark Theme 설치하기 Install Package 실행 Ctrl + Shift + P >> pcip "dracula" 로 검색하면 "Dracula Color Scheme"이 검색됩니다. 해당 항목을 선택하면 설치가 되어지며 메뉴에서 확인할 수 있습니다. dracula 컬러테마 변경하기 메뉴: [Preferences] >> [Color Scheme…] Monoki Scheme (Default) Dracula Scheme