Unity관련 슬라이드 대규모 프로젝트 개발이야기 – 이승헌, 유나이트 코리아 2014 from NDOORS Share this:Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window) Related Posted on 2014-12-23 11:23 PM by andrew 1 Comment📂This entry was posted in 기술자료
2015-04-15 andrew NGINX , TOMCAT으로 Virtual Host 구성 하기1. NGINX 의 기존 디렉토리인 /etc/nginx/config.d/ 하위에 사용할 도메일 별로 *.conf을 생성 한다. 2. 내용은 하기와 같이 한다. server { li...
2015-04-05 andrew [펌]Tomcat7 tomcat-jdbc 설정 – Broken pipe 에러 회피tomcat-jdbc로 MySQL에 연결한 경우 "java.net.SocketException: Broken pipe" 에러가 발생하는 경우를 가끔 볼 수 있다. 대부분의 경우 c...