목록Utility (51)
2swan
설정 → 서비스에서 밑줄 친 두 항목이 중지 되어 있을텐데 다시 시작 해준다
https://www.oracle.com/database/sqldeveloper/technologies/download/ Oracle SQL Developer Downloads This archive. will work on a 32 or 64 bit Windows OS. The bit level of the JDK you install will determine if it runs as a 32 or 64 bit application. This download does not include the required Oracle Java JDK. You will need to install it if it's not already www.oracle.com
https://www.oracle.com/database/technologies/xe-prior-release-downloads.html XE Prior Release Archive Getting Started: Support Oracle Database Express Edition (XE) is a community supported edition of the Oracle Database family. Please go to the Oracle Database XE Community Support Forum for help, feedback, and enhancement requests. Note: Oracle Support Ser www.oracle.com 회원가입 후 다운로드
MySQL :: Download Connector/J MySQL Connector/J 8.0 is highly recommended for use with MySQL Server 8.0, 5.7 and 5.6. Please upgrade to MySQL Connector/J 8.0. dev.mysql.com 1. MySQL 홈페이지 접속 → DOWNLOADS → MySQL Community(GPL)Downloads 2. Connector/J 선택 3. Platform Independent → ZIP 다운로드 4. mysql-connector-java-8.0.28.jar 복사 5. lib 파일에 붙여넣기
다이내믹 웹 프로젝트 생성 후 WEB-INF 아래에 web.xml 파일이 없을 경우 1. 프로젝트에서 마우스 우클릭 Java EE Tools -> Generate Deployment Descriptor sub 클릭 2. WEB-INF 아래 web-xml 생성 완료
The CentOS ProjectReminder: CentOS Linux 8 is EOL on December 31st Dec 2, 2021 — CentOS Linux 8 will reach End Of Life (EOL) on December 31st, 2021. We recommend migrating to CentOS Stream 8 before that time. See this comparision of CentOS Linux and CentOS Stream for morewww.centos.org1. Centos 공식홈페이지 접속 2. 4가지 항목중 아무거나 선택 3. CentOs-7-x86-64-DVD-2009.iso 클릭 - DVD : 최소 설치에 기본 개발패키지 및 GUI 설치 도구 ..
Oracle VM VirtualBox Welcome to VirtualBox.org! VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only pr www.virtualbox.org 1. VirtualBox 6.1 클릭 2. 운영체제가 Windows 일 경우 Windows hosts 클릭 (운영체제에 맞게 선택) 3. Custom Setup - Create st..
IntelliJ IDEA: The Capable & Ergonomic Java IDE by JetBrains A Capable and Ergonomic Java IDE for Enterprise Java, Scala, Kotlin and much more... www.jetbrains.com 1. https://www.jetbrains.com/idea 접속 후 Download 선택 2. Community 버전 Download 선택 3. Next 선택 4. Next 선택 5. - Create Desktop Shortcut : 바탕화면 바로가기 만들기 - Update Context Menu : 프로젝트로 폴더 열기 메뉴 추가 - Create Associations : 언어 확장자 선택 - Update PAT..
1. employees 파일 압축 풀기 2. cd.. 3. cd.. 4. cd. employees 5. mysql -u root -p 6. password 입력 7. source employees.sql 8. use employees; 9. show tables; cd(change directory의 약자) cd: 디렉토리 들어가는 명령문 cd.. : 상위 디렉토리 들어가는 명령문 use employees; : 스키마 변경 명령어 show tables; : 해당 스키마 명령어 종류 확인 show databases; : 데이터베이스 목록 조회
Ctrl + F11 : 앞전에 실행했던 클래스 실행 / 클래스 실행 Ctrl + Alt + 방향키(아래/위) : 줄 복사 Alt + Shift + W: 각종 탐색 메뉴 Ctrl+Space: 자동완성메뉴 Ctrl + Shif + c : 한줄 주석문 설정/해제 Ctrl+Shift+P : 중괄호 '{' '}'열고 닫는 부분을 찾는다 Alt + Left(Right) : 이전, 이후 작업 화면 Ctrl + L : 특정 줄 번호로 이동 Ctrl + D : 한 줄 삭제 Ctrl + W : 파일 닫기 Ctrl + I : 들여쓰기 자동 수정 Ctrl + M : 전체화면 토글 Ctrl + Shift + O : 자동으로 Import Ctrl + Shift + X : 대문자로 변환 Ctrl + Shift + Y : 소문자로 ..
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 을 다운로드 하기 전 JRE가 설치되어 있어야 한다 1. https://tomcat.apache.org/접속 2. Download → Tomcat 8 선택 3. Bi..