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://viralpatel.net/blogs/batch-insert-in-java-jdbc/

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;

'자료 > Article' 카테고리의 다른 글

레드마인 visual svn  (0) 2017.01.03
mysql batch job  (0) 2016.07.08
Design and Implementation of a Win32 Text Editor  (0) 2007.06.12
Utilities for STL std::string  (1) 2007.03.27
/ENTRY(진입점 기호)  (2) 2007.03.01
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관련 내용이 설명되어 있다.

'자료 > Article' 카테고리의 다른 글

mysql batch job  (0) 2016.07.08
font의 facename으로 displayname및 filename얻어내기  (1) 2007.06.20
Utilities for STL std::string  (1) 2007.03.27
/ENTRY(진입점 기호)  (2) 2007.03.01
Compiler Support for Type Traits  (0) 2007.02.13

http://www.codeproject.com/useritems/STL_string_util.asp

바로 쓸 수 있는 코드들이 꽤 많다.
stl과 템플릿에 아무리 익숙해져도 이런정도까지의 활용은 쉽지 않다.
아무래도 이런 정도의 내용이 되버리면 익숙한 api에 기대기 마련이다.
잘 봐두면 스트링쪽 레벨업이 될듯

http://msdn2.microsoft.com/en-us/library/ms177194.aspx

gpg에 답변달다가 홈피에도 없는것 같길래 포스팅
boost를 대체할수 있는 기본 키워드들이 꽤 있다.
컴파일러에서 처리를 해주니 왠지 boost보다 가볍지 않을까...하는 느낌..

'자료 > Article' 카테고리의 다른 글

Utilities for STL std::string  (1) 2007.03.27
/ENTRY(진입점 기호)  (2) 2007.03.01
Subversion(SVN)과 Mantis의 연동  (2) 2007.01.05
라그나로크2 클라이언트 분석  (2) 2006.12.31
[펌] 디스크 캐쉬 제대로 알기  (2) 2006.12.29

+ Recent posts