반응형 SB 리치 패밀리5229 [ASP.NET] 한글이 포함된 URL로 이동하기 펌 - 데브피아 한글이 포함된 URL로 이동하기 위해 애쓴 경험이 있어 이렇게 써 봅니다. 허접하지만, 도움이 되었으면 하네요~ ^-^; 고민은 했었지만 의외로 쉽게 해결했습니다. 한글이 들어있는 부분만 인코딩 해서 HttpWebRequest 객체에 연결을 했죠. 그냥 전체 URL을 인코딩 한 후 연결할 경우 '.'과 '/' 때문에 예외가 발생하더군요. 예) http://www.test.com/test/test.aspx?param1=이름¶m2=주소¶m3=전화번호 string url = "http://www.test.com/test/test.aspx?param1=이름¶m2=주소¶m3=전화번호"; int p = url.IndexOf('?'); string url = url.Sub.. 2010. 9. 29. [IT/개발] [프로젝트 관리 툴] TortoiseSVN 사용하기 - 버전 관리 시스템 출처: http://blog.naver.com/youngspa/50005897174 1. TortoiseSVN(TortoiseSVN-1.3.5.6804-svn-1.3.2.msi)을 설치한다. TortoiseSVN은 http://tortoisesvn.tigris.org/에서 구할 수 있다. 2. 저장소(Repository)로 사용할 폴더를 하나 만든다. 나는 "D:\SVN\Repository\Test"라는 폴더를 만들었다. 3. 그 폴더로 들어가서 마우스 오른쪽 버튼을 눌러 팝업 메뉴에서 "Create repository here...."를 선택한다. 4. 그럼 아래와 같은 창이 하나 뜨는데 FSFS로 선택하고 OK 버튼을 누른다. 저장소 저장 방식을 버클리 DB 방식이 아니라 파일 시스템 방식으로 설정하.. 2010. 9. 29. [IT/개발] [프로젝트관리툴] Tortoise CVS를 이용한 버전관리 내가 직접 정리한 건 나중에 글 올리자. Tortoise CVS를 이용한 버전관리 1 작성일 : 2005년 1월 4일 참고문서 : 1. CVSNT2.X 사용법 (손권남 kwon37xi@yahoo.co.kr, 박종영 gpfm2000@lycos.co.kr) 2. 실용주의 프로그래머를 위한 버전관리 using CVS (인사이트) WinCVS : http:://ww.wincvs.org Tortoise CVS : http:://www.tortoisecvs.org CVSNT : http://www.cvsnt.com/cvspro/ 1. 인스톨 클라이언트 : 위 사이트에서 다운로드 받아 설치한다. 프로그래머의 컴퓨터에 설치한다. 서버 : http://www.cvsnt.com/cvspro/ 에서 기본적인 내용 몇가지를 .. 2010. 9. 29. [VC++] Search Provider Extensibility in Internet Explorer IE 검색공급자 확장성 Search Provider Extensibility in Internet Explorer Starting with Windows Internet Explorer 7, the Instant Search box provides an AutoComplete feature so users can search for similar search terms used in previous searches. Internet Explorer 7 also enables users to add multiple search providers. Search improvements in Internet Explorer 8 focus on helping users search by significantly .. 2010. 9. 28. [VC++] Installing a Search Provider and Setting the Default IE에서 검색공급자 설치하기 Installing a Search Provider and Setting the Default Windows Internet Explorer 8 extends a rich searching experience by offering users the option to install multiple search providers. As a user installs search providers, each provider has a chance to set itself as the default provider. Internet Explorer 8 has a new mandatory Search Provider Default user experience that keeps the .. 2010. 9. 28. [VC++] Toolbar Button Style Guide Toolbar Button Style Guide This guide will help you design icons for toolbar buttons that you add to the Windows Internet Explorer user interface. Sizes Colors Design Tips Placing Icons Related Topics Overview Tutorial Sizes The Internet Explorer toolbar requires two sizes for all toolbar icons: 20x20 pixel and 16x16 pixel. The following table shows the difference between the two icons. Dimensio.. 2010. 9. 28. 이전 1 ··· 807 808 809 810 811 812 813 ··· 872 다음 반응형