http://www.indiangeek.net/wp-content/uploads/Programmer%20competency%20matrix.htm

(영문)

kldp 에서 본 링크이다.

하부 디렉토리의 txt 파일에서 hello there 를 찾을 때

findstr /s /c:"hello there" *.txt


findstr /p /s /c:"hello there" *.txt  (binary file 은 제외한다)

출처:http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/findstr.mspx?mfr=true


findstr /?

...

/P : 인쇄할 수 없는 텍스트가 포함된 파일은 건너뜁니다 (Printable)

/S : 현재 디렉토리와 모든 하위 디렉터리에서 일치하는 파일을 찾습니다 (Subdirectory)

/C:파일   지정된 파일롭터 찾는 텍스트를 받습니다



알티베이스 설치 시 생성 된 $ALTIBASE_HOME/lib디렉토리 밑에 JDBC Driver (Altibase.jar)를 pc 에 다운 받는다.
그 jar 파일을 jdbc 설정 창에서 선택

참고 : http://atc.altibase.com/sub08/html_manual/a3/htm/admincenter/ch01s01.html+altibase+admincenter+jdbc+driver+%EC%84%A4%EC%A0%95&cd=1&hl=ko&ct=




Tools > Cusotomize Toolbars 에서
palette 선택

* db 에 있는 모든 테이블
$SYBASE/ASEP/bin/ddlgen -Usa -P -S써버명 -TDB  -N디비명 -Ooutput.file

* 특정 테이블
$SYBASE/ASEP/bin/ddlgen -Usa -P -S써버명 -TU -D디비명 -N테이블명 -Ooutput.file

output.file 은 출력결과를 담을 파일이다


MS엑셀에서 작업. 셀을  선택한 상태에서 오른쪽 마우스 -> 서식 -> 폰트 -> 취소선(strikethrough) 선택


$wgEnableUploads       = true;

(LocalSettings.php)
버전:1.11.1

ver3.5

Source Insight >  Options > Preferences > Language: > Select “C++   Language” > Click “Doc Types” button on the right side > Document   Options > Add *.cc to “File   filter”

http://fullofc.blogspot.kr/2012/05/how-add-cc-extension-in-source-insight.html
를 참고하면 된다



ver4.0

Source Insight >  Options > Preferences > Language > FileTypes



evernote 3.0 실행한 다음 Application 메뉴에서 Insert portable 선택하면 된다

현재 버전인 evernote4 에는 이 기능이 없다.




C:\Documents and Settings\{USERNAME}\Local Settings\Application Data\Microsoft\Outlook\extend.dat
을 지우면 된다