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-27 andrew VSFTP install on CENTOS71. using yum yum -y install vsftpd db4-utils 2. config vi /etc/vsftpd/vsftpd.conf We need to adjust...
2015-04-05 andrew [펌]Tomcat7 tomcat-jdbc 설정 – Broken pipe 에러 회피tomcat-jdbc로 MySQL에 연결한 경우 "java.net.SocketException: Broken pipe" 에러가 발생하는 경우를 가끔 볼 수 있다. 대부분의 경우 c...