vi lib/redmine/scm/adapters/subversion_adapter.rb
str << " --no-auth-cache --non-interactive --config-dir /tmp/subversion_config"
svn ls --config-option config:auth:store-auth-creds=yes --config-dir /tmp/subversion_config https://192.168.0.230/svn/project/trunk
ruby bin/rails runner "Repository.fetch_changesets" -e production
http://www.redmine.org/issues/1273
http://visualstudiogallery.msdn.microsoft.com/8e2103b6-87cf-4fef-9410-a580c434b602
http://www.codeproject.com/gdi/fontfile.asp이거 못찾았으면 무식하게 폰트 파일 다 열어보는 코드를 만들뻔 했다-ㅅ-;
요새는 정말 구글신 없이는 못살겠다;
덤으로 fonts폴더 경로명 가져오기
TCHAR szFontPath[_MAX_PATH];
if( SHGetFolderPath( NULL, CSIDL_FONTS, NULL, SHGFP_TYPE_CURRENT, szFontPath ) == E_FAIL )
return false;
http://www.catch22.net/tuts/editor11.asp
Brand new tutorial series, covering the design and implementation of Neatpad - a text editor written using pure C/C++ Win32 techniques. The entire range of functionality is covered - text file loading, undo and redo, unicode, user-interface details and memory management techniques.
Uniscribe관련 내용이 설명되어 있다.
저번에도 새버전을 한번 받았었는데 CrashExplorer에서 콜스택 추적이 안되길래 안썼었는데..
이번버전도 그러길래 보니까 버그가 있네요;;
#ifdef 하다가 실수한 부분이;;;;;
수정버전 빌드해서 올려놉니다.
Version: 1.2.2654.37769
Date: Mon, 9 Apr 2007 03:58:59 UTC
기존의 정책을 바꾸고 개발자님께서 소스를 공개하여 주셨다.
새버전 받으러 들어갔더니 소스까지 있더라
감사하다
웹사이트가 개발자 개인PC라 좀처럼 들어가기 힘든관계로(근 3일만에 들어갔다;;;)
다운로드 파일들은 첨부해둔다
http://www.codeproject.com/useritems/STL_string_util.asp
바로 쓸 수 있는 코드들이 꽤 많다.
stl과 템플릿에 아무리 익숙해져도 이런정도까지의 활용은 쉽지 않다.
아무래도 이런 정도의 내용이 되버리면 익숙한 api에 기대기 마련이다.
잘 봐두면 스트링쪽 레벨업이 될듯