반응형

분류 전체보기 100

IntelliJ 단축키 모음

command + shitf + enter : 자동완성기능 command + option + v : 문장 자동 완성 command + option + m : 메소드로 생성 command + option + b : 인터페이스 구현체로 가기 command + option + n : 한줄로 합치기 command + shitf + T : 테스트 생성 command + n : Generate 호출(소스에서) command + n : new 생성창(Project 영역) command + e : 열었던 파일 이력표시 command + o(또는 shift 두번) : 파일명으로 찾기 option + enter : import 등의 정보를 표시, getter, sette도 포함 shitf + F6 : 글자변경(동일한 글..

IDE/Intellij 2022.03.22

eclipse tomcat plugin 하기

eclipse에 tomcat plugin하기 1. tomcat plugin을 다운로드한다. http://www.eclipsetotale.com/tomcatPlugin.html 2. 다운로드한 파일을 풀면 폴더안에 폴더가 하나 들어있다. ex> com.sysdeo.eclipse.tomcat_3.3.0 3. 해당 폴더를 eclipse가 설치된 디렉토리에 plugins 폴더안에 넣는다. ex> C:\DATA_Project\JspTest\eclipse_juno_64\plugins 4. eclipse를 실행한다. 5. Window -> Preferences -> tomcat에 해당 설치된 tomcat정보를 입력하면 끝

IDE/eclipse 2022.03.22

DS213+ apache 설치

기본적으로 bootstrap이 설치되어 있다는 가정 1. ipkg로 apache를 설치한다. ipkg install apache 2. port 관련 파일 vi /opt/etc/apache2/httpd.conf 3. apache 시작 /opt/sbin/apachectl start 오류 관련 : 오류 1: bash-3.2#] apachectl start httpd: Syntax error on line 74 of /opt/etc/apache2/httpd.conf: Cannot load /opt/libexec/mod_ext_filter.so into server: /opt/libexec/mod_ext_filter.so: undefined symbol: apr_procattr_limit_set 해당 오류가 발생..

NAS 2022.03.22
반응형