목록전체 글 (77)
4번독수리의 둥지
한국사람이라면 이것이 속이 편할 것이다..
상황 svn에 trunk, test branch, release branch가 있음 개발서버의 repository 디렉토리에 trunk, test, release 디렉토리, 테스트 서버에는 test 디렉토리, 실서버에는 release 디렉토리가 checkout되어 있는 상황. 각 체크아웃 위치를 별도의 디렉토리에서 심볼릭 링크를 따서 소스에서는 심볼릭 링크를 참조함. 운영은 로컬 개발이 완료되면 trunk에 commit, test branch에 commit 후 test 서버에서 test branch를 update, 검수 통과시 release branch에 commit, 실서버에서 release branch를 update하는 식으로 운영 서버 운영 이슈로 기존 svn 서버가 운영종료되고 새 svn 서버로 ..
http://gotofritz.net/blog/howto/removing-empty-array-elements-php/
array_keys(array_flip($array)); http://stackoverflow.com/questions/5036504/php-performance-question-faster-to-leave-duplicates-in-array-that-will-be-searc#comment19991540_5036538
[1~3 참고 : http://comet42.tistory.com/entry/VMware-CentOS-65-%EC%84%A4%EC%B9%98] 1. VMWare Player 설치 https://my.vmware.com/web/vmware/free#desktop_end_user_computing/vmware_player/7_0 2. CentOS 7 ISO 이미지 다운로드 http://www.centos.org/download/ DVD ISO 3. Create a New Virtual Machine I will install the operating system later. > Guest operating system : Linux, Version : CentOS 64-bit (상관없는듯) > Virtual..