[link]리눅스 배포판 설명 http://sergeswin.com/1056 Share this:Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window) Related Posted on 2015-05-20 8:42 AM by andrew Comment 📂This entry was posted in 기술
2015-03-11 andrew c# ListView 에서 Row select될때 특정 컬럼의 데이터 가져오기..ListView Control의 SelectedIndexChanged 이벤트에 하기 코드 삽입 ListView lv = (ListView)sender; tbSearch...
2015-05-17 andrew [scrap] grep , sed, awk 정규식** grep 한 데이터 중 3번째 항목만 가져 오고 싶을때.. grep ".xml" | awk 'print {$3}' http://unabated.tistory.com/447 정...