본문 바로가기
728x90

tip35

svn store password unencrypted [출처] http://czar.tistory.com/565 LANG=ko_KR.euckr 로 설정 된 경우 svn 연동 시 Y/N 물음에 한글로 예 혹은 아니오 를 입력해야 합니다. 2013. 4. 27.
How to detect UTF-8 A. case 1 [출처] http://stackoverflow.com/questions/1031645/how-to-detect-utf-8-in-plain-c _Bool is_utf8(const char * string) { if(!string) return 0; const unsigned char * bytes = (const unsigned char *)string; while(*bytes) { if( (// ASCII // use bytes[0] 2013. 4. 27.
android debug Source not found [출처] http://android.opensourceror.org/2010/01/18/android-source/ Attaching Android platform source in Eclipse January 18th, 2010 34 Comments Are you tired of seeing this when you look at your platform JAR in Eclipse? Dude, where's my source? Or how about this when you’re debugging? How am I supposed to debug this? Android is open source, right? So how do we see the source? Some background Tip: I.. 2013. 4. 27.
TileTemplateType [출처] http://msdn.microsoft.com/ko-kr/library/windows/apps/hh761491.aspx#TileWidePeekImage04 The TileTemplateType enumeration has these members. Member Value Description TileSquareImage | tileSquareImage 0 One square image that fills the entire tile, no text. TileSquareBlock | tileSquareBlock 1 One string of large block text over a single, short line of bold, regular text. TileSquareText01 | tile.. 2013. 4. 27.
Segoe UI Symbols [출처] http://www.nogginbox.co.uk/blog/app-bar-buttons-in-winrt Segoe UI Symbols These will only display correctly if you have Segoe UI Symbol installed (this font comes with Windows 8)  #xe100;  #xe101;  #xe102;  #xe103;  #xe104;  #xe105;  #xe106;  #xe107;  #xe108;  #xe109;  #xe10a;  #xe10b;  #xe10c;  #xe10d;  #xe10e;  #xe10f;  #xe110;  #xe111;  #xe112;  #xe113;  #xe114;  #x.. 2013. 4. 27.
[팁] 맥 부트캠프에서 Windows 8 Release Preview & visual studio 12 멈춤 문제 해결 너무 당연했던 거지만 이녀석 때문에 주말과 맥북을 버리고 윈도우 노트북을 지를 뻔 ㅜㅜ ps) 이 경우 매트로스타일앱 템플릿이 보이지 않으므로 필요시에는 호환성모드를 해제했다가 다시 설정 해야 합니다. ps) windows 8 RTM 버전에서는 위 방법으로도 문제가 해결 되지 않습니다. ps) windwos 8 RTM 버전에서는 다음과 같이 해당 문제를 해결합니다. 답변 주신 albert.kay69 님께 감사드립니다. 1. 먼저 관리자 모드로 커맨드 프롬프트상에 다음을 실행시킵니다. c:> bcdedit /set disabledynamictick yes 2. 제어판에 전원관리를 가서 High performance 로 선택합니다. 참고 ) - http://www.withinwindows.com/2012/0.. 2013. 4. 27.
ftp 숨김 파일 강제 표시 하기 [출처] http://translate.google.co.kr/translate?hl=ko&langpair=en%7Cko&u=http://www.freehostia.com/blog/webhosting/ftp-and-hidden-filesfolders.html FileZilla 상단 메뉴의 서버 -> 숨김 파일 강제 표시 2013. 4. 27.
정규식으로 XML에서 허용되지않는 문자 처리 [출처] http://www.devpia.com/MAEUL/Contents/Detail.aspx?BoardID=66&MAEULNO=25&no=206&page=1 DB같은데서 XML로 데이터를 가져올때 가끔 XML에서 허용되지 않는 문자들이 포함된 경우가 있습니다. 예를들어 유니코드 범위 00-08 등. 그러면 XML이 적법하지 않게 됩니다. 그이외에 프로그램에서 텍스트를 집어넣을때도 XML에서 허용되지 않는 문자그룹은 에러를 일으킵니다. 이런 문제가 있을때 다음 정규식패턴을 이용하면 처리됩니다. string chk_str = @"[\u0000-\u0008\u000B-\u000C\u000E-\u001F\uD800-\uDB7F\uDB80-\uDBFF\uDC00-\uDFFF\uFFFE\uFFFF]"; Syst.. 2013. 4. 27.
How to repair Windows Update Error 0×80070057 error codes [출처] http://support.microsoft.com/kb/906602 Windows Update, Microsoft Update 및 Windows Server Update Services에서 일반적인 설치 문제 해결 기술 자료: 906602 - 이 문서가 적용되는 제품 보기. Small Business를 사용하는 고객은 Small Business 지원 (http://smallbusiness.support.microsoft.com/ko-kr) 사이트에서 추가적인 문제 해결 방법 및 학습 리소스를 찾을 수 있습니다. 모두 확대 | 모두 축소 이 페이지에서 요약 소개 Microsoft Windows 및 Microsoft Office에 대한 업데이트 설치 문제를 해결하는 방법 방법 1: Windows .. 2013. 4. 27.
728x90