본문 바로가기

SetUp13

[Setup] CMD 명령프롬프트를 통해 사용중인 port(포트) 번호 kill하기 1. 현재 사용중인 전체 포트를 확인 netstat -a -o 2. Kill 하고자하는 포트를 로컬 주소 컬럼(세로 줄)에서 찾고, 그에 맞는 PID 값을 확인 3. taskkill /f /pid 포트번호 예 1) taskkill /f /pid 7777 예 2) taskkill /f /pid 6666 예 3) taskkill /f /pid 4444 2022. 11. 7.
[Setup] MariaDB 설치 아래 링크를 통해 MariaDB 접속하시면 됩니다. MariaDB Foundation - MariaDB.org … Continue reading "MariaDB Foundation" mariadb.org 상단 Download 클릭 MariaDB 다운로드 할 Version 등 확인( 필자는 10.6.10 버전 사용) Download 클릭 비밀번호는 임의로 설정하시면 되나, 제3자가 알수 없도록, 어렵게 설정해주시면 좋을 듯합니다. 필자는 (기호와 숫자를 적절하게 조합했습니다. ) 아래 내용 확인 후 Next 기본적으로 가동이 되어있으나, 아래 순서를 통해 확인하셔도 됩니다. 컴퓨터 관리 → 서비스 및 응용 프로그램>서비스 → MariaDB(위에서 지정한 Service Name) 우클릭 설치된 MariaDB.. 2022. 10. 14.
[Java] Eclipse Colors and Fonts 설정 / spell checking / Text file encoding / 이클립스 글꼴 설정 / 이클립스 글꼴 변경 General < appearnace < Colors and Fonts < Basic < Text Font 이클립스 추천 글꼴 General < editors < Text Editors < Spelling General < Workspace < Text file encoding 확인 2022. 9. 29.
[환경설정] 자바 swing을 위한 Window Builder Install 이클립스 상단의 [Help] [Eclipse Marketplace] Find 창에 [window builder] 검색 후 Install 클릭 [Confirm>] 클릭 [Finish] 클릭 패키지 생성 후 [New>Other..] 클릭 [WindowBuilder>Swing Designer>Application Window] 선택 후 Next > 본인이 Name 입력 후 Finish Source와 Design이 나누어져있다면 설치 완료 Design 화면 2022. 9. 9.
[환경설정] 이클립스 다운로드 / eclipse download 이클립스 다운로드 페이지 접속(아래 링크) The Community for Open Innovation and Collaboration | The Eclipse Foundation The Eclipse Foundation provides our global community of individuals and organizations with a mature, scalable, and business-friendly environment for open source … www.eclipse.org 우측 상단 [Download] 클릭 Get Eclipse IDE Download 하단 부에 위치한 [Download Packages] 클릭 Eclipse IDE for Enterprise Java and Web .. 2022. 9. 9.
[환경설정] Apache Tomcat 설치 / Apache Tomcat 가동 / 서버 설치 / 서버 가동 아래 링크를 통해 "Apache Tomcat" 접속 Apache Tomcat® - Welcome! The Apache Tomcat® software is an open source implementation of the Jakarta Servlet, Jakarta Server Pages, Jakarta Expression Language, Jakarta WebSocket, Jakarta Annotations and Jakarta Authentication specifications. These specifications are part of the tomcat.apache.org 빨간 좌측 박스의 "Tomcat 9" 클릭 32-bit 또는 64-bit 다운로드 본인의 디렉토리에 "Apache Tomcat.. 2022. 9. 6.