Infra & Server Dev77 intellij svn disconnect 플러그인 설치 intellij에는 기본으로 제공하는 svn disconnect기능이 없다.(내가 알기론.)그래서 intellij에 별도 플러그인을 설치해야한다. SVN Disconnect 플러그인 설치방법1. 설정에서 Plugins 메뉴에서 svn disconnect 검색후 파란색 Browse 클릭! 2. 검색된 플러그인 설치 녹색 Install plugin 클릭! 3. download and install 완료후 Restart IntelliJ IDEA클릭! 참조 : https://plugins.jetbrains.com/plugin/6529?pr= 2015. 9. 18. [Centos] MariaDB error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory /usr/local/mariadb/bin/mysqld: error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory 해결법 sudo ln -s /usr/local/lib/libpcre.so.1 /usr/lib64/libpcre.so.1 2015. 7. 20. CentOS 64Bit MariaDB 10 소스 컴파일 설치하기 1. 소스컴파일에 필요한 라이브러리를 설치해준다 yum install cmake ncurses ncurses-devel bison gcc gcc-c++ -y 2. mariaDB 다운로드 및 설치 준비cd /usr/local/srcwget -N https://downloads.mariadb.org/interstitial/mariadb-10.1.10/source/mariadb-10.1.10.tar.gztar zxvf mariadb-10.1.10.tar.gzmkdir buildcd build 3. 컴파일DCMAKE_INSTALL_PREFIX에 설치경로 입력DMYSQL_DATADIR에 DB 저장 경로cmake ../mariadb-10.1.10 -DWITH_READLINE=1 -DWITH_READLINE=1 -D.. 2015. 6. 18. ucloud NAS 서버 연동 (CentOS) cp /etc/sysconfig/network-scripts/ifcfg-eth0 /etc/sysconfig/network-scripts/ifcfg-eth1 vi /etc/sysconfig/network-scripts/ifcfg-eth1여기서 DEVICE=eth1 로 변경해야함 eth0으로 되어있을꺼에요 복사만했으니 /etc/init.d/network restart yum -y install showmount /etc/init.d/rpcbind start mount -t nfs 10.17.253.136:/나스경로 /로컬 경로 df -h 쳐보면 확인끝 2015. 6. 18. html 이미지 파일 업로드전 높이,너비 사이즈 측정 참고 : http://chs02.tistory.com/118 2015. 4. 8. 스프링 jsonView참고 url jsonView 설정 : http://ultteky.egloos.com/10496535의존성 라이브러리 : http://redtrain.tistory.com/819 @ResponseBody 설정 : http://lsk925.tistory.com/32 2015. 3. 26. 이전 1 ··· 3 4 5 6 7 8 9 ··· 13 다음