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-05-20 andrew [scrap]Server and Storage I/O Benchmarking and Performance Resourceshttp://java.dzone.com/articles/server-and-storage-io?utm_content=bufferf3e10&utm_medium=social...
2015-05-19 andrew L(U)nix 에서 특정 문자열 위치 표시 및 구간 정보 보기 grep -n "패턴" 화일명 에서 처럼 -n 옵션을 사용하면 찾고자 하는 문자열이 포함이 되어 있는 line number를 표시 해 준다. se...