설치파일

    window서버에 php7.4.30 설치-(2)

    * window서버에 Apache2.4.57 설치 https://gonmossi.tistory.com/115 window서버에 Apache2.4.57 설치 1. Apache 설치 https://www.apachelounge.com/download/ Apache VS17 binaries and modules download www.apachelounge.com 2. 원하는 경로에 압축해제 - 필자는 D:\Apache24 3. 파일 수정 - 수정할 파일 경로 D:\Apache24\conf -> httpd.conf 를 gonmossi.tistory.com 1. php 설치 https://www.filehorse.com/download-php-32/72139/download/ Downloading PHP 7.4..

    window서버에 Apache2.4.57 설치-(1)

    1. Apache 설치 https://www.apachelounge.com/download/ Apache VS17 binaries and modules download www.apachelounge.com 2. 원하는 경로에 압축해제 - 필자는 D:\Apache24 3. 파일 수정 - 수정할 파일 경로 D:\Apache24\conf -> httpd.conf 를 메모장으로 열기 3-1. 수정할 내용 - 37,39번째 줄 변경 -> Apache24 설치경로 - ex) Define SRVROOT "D:/Apache24" ServerRoot "D:/Apache24" 3-2. 수정할 내용 - 252,253번째 줄 변경 -> htdocs 파일 경로로 이동 - ex) DocumentRoot "D:/Apache24/h..

    psftp 다운로드

    * https://www.putty.org Download PuTTY - a free SSH and telnet client for Windows Is Bitvise affiliated with PuTTY? Bitvise is not affiliated with PuTTY. We develop our SSH Server for Windows, which is compatible with PuTTY. Many PuTTY users are therefore our users as well. From time to time, they need to find the PuTTY download link. W www.putty.org

    PuTTY 다운로드

    * https://www.putty.org/ Download PuTTY - a free SSH and telnet client for Windows Is Bitvise affiliated with PuTTY? Bitvise is not affiliated with PuTTY. We develop our SSH Server for Windows, which is compatible with PuTTY. Many PuTTY users are therefore our users as well. From time to time, they need to find the PuTTY download link. W www.putty.org

    [MariaDB] JDBC Driver 다운로드

    [MariaDB] JDBC Driver 다운로드

    * 접속해서 다운받으려 했으나 파일 다운이 안된다. 그래서 옛날 버전들도 확인해봤지만 안돼서 구글링 하다가 겨우 찾은 사이트! 밑에 링크 통해서 다운로드하면 된다~ https://downloads.mariadb.com/Connectors/java/connector-java-2.6.2/ Connectors/java/connector-java-2.6.2/ - MariaDB downloads.mariadb.com

    [JAVA] API문서 설치

    [JAVA] API문서 설치

    * 자바에서 제공하는 클래스 라이브러리(JAVA API)를 잘 사용하기 위해서는 JAVA API문서가 필수적이다. 이 문서에는 클래스 라이브러리의 모든 클래스에 대한 설명이 자세하게 나와 있다. 이 문서에 나오는 모든 클래스를 다 공부할 필요는 없고 자주 사용되는 것만을 공부한 다음 나머지는 필요할 때 찾아서 사용하면 좋다. * JAVA8의 API문서는 방문하여 볼 수 있다. https://docs.oracle.com/javase/8/docs/api/ 방문하여 볼 수 있다. * https://docs.oracle.com/javase/8/docs/ 에는 자바와 관련된 여러 가지 유용한 내용이 수록되어 있다.

    이클립스 설치

    이클립스 설치

    * 이클립스 설치 사이트 : https://www.eclipse.org/downloads/ Eclipse Downloads | The Eclipse Foundation The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 415 open source projects, including runtimes, tools and frameworks. www.eclipse.org

    [JAVA] 개발도구(JDK) 설치

    [JAVA] 개발도구(JDK) 설치

    *해당 링크 접속 https://www.oracle.com/kr/java/technologies/javase/javase8-archive-downloads.html * 64비트 윈도 'jdk-8 u221-windows-x64.exe' 클릭 ( 오라클 계정이 없으면 만들어야 한다. ) * 설치완료되면 실행 * Change 버튼 클릭 후 설치할 위치를 'c:\jdk1.8'로 변경 * 환경변수 설정 * 새로 만들기 클릭 후 %JAVA_HOME%\bin 추가시키면 끝! * (1)윈도우+R -> cmd (2)시작 ->검색 -> cmd * 1번이나 2번 방법으로 cmd 창을 열어 javac -version을 입력. 위와 같은 화면이 뜨면 정상적으로 설치!

    Vitualbox 설치

    Vitualbox 설치

    *버추얼박스 다운로드 링크 :https://www.virtualbox.org/wiki/Downloads

    [DBeaver] 디비버 단축키

    [DBeaver] 디비버 단축키

    * SQL 편집 기능 - Ctrl + enter : SQL 실행 - Ctrl + \ : 결과를 새로운 result 창에서 보여줌 - Ctrl + shift + Y, X : 대, 소문자 전환 - Ctrl + shift + J : 텍스트 줄 결합 - Ctrl + shift + enter : 현재 줄 위에 새로운 줄 추가 - shift + enter : 현재 줄 아래에 새로운 줄 추가 - art + ↑ : 이전 쿼리로 이동 - art + ↓ : 다음 쿼리로 이동 * SQL 스크립트 - Ctrl + ] : 새 SQL 편집기 열기 - Ctrl + Q : 현재 스크립트 닫기 - Ctrl + F2 : 스크립트 이름 변경 * SQL 주석 및 찾기 - Ctrl + / : 한 줄 주석 - Ctrl + shift + / :..