본문 바로가기
반응형

전체 글5163

[ASP.NET] 한글이 포함된 URL로 이동하기 펌 - 데브피아 한글이 포함된 URL로 이동하기 위해 애쓴 경험이 있어 이렇게 써 봅니다. 허접하지만, 도움이 되었으면 하네요~ ^-^; 고민은 했었지만 의외로 쉽게 해결했습니다. 한글이 들어있는 부분만 인코딩 해서 HttpWebRequest 객체에 연결을 했죠. 그냥 전체 URL을 인코딩 한 후 연결할 경우 '.'과 '/' 때문에 예외가 발생하더군요. 예) http://www.test.com/test/test.aspx?param1=이름&param2=주소&param3=전화번호 string url = "http://www.test.com/test/test.aspx?param1=이름&param2=주소&param3=전화번호"; 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.
[VC++] Adding Toolbar Buttons Adding Toolbar Buttons This tutorial explains how to add a toolbar button to the Windows Internet Explorer user interface. The toolbar button can either run a Microsoft Win32 application, run a script, or open an Explorer Bar. If you also want to create a menu item for the Win32 application or script, see the Adding Menu Items tutorial. Requirements and Dependencies General Steps Adding the Deta.. 2010. 9. 28.
[VC++] Adding Explorer Bars Adding Explorer Bars 란 IE에 DeskBand bar를 추가하는 것을말한다. 툴바도 될 수 있고..... Adding Explorer Bars This tutorial explains how to add an Explorer Bar in Windows Internet Explorer. If you also want to create a toolbar button for the Explorer Bar, see the Adding Toolbar Buttons tutorial. Requirements and Dependencies Implementation Steps Related Topics Requirements and Dependencies Developers who want to ad.. 2010. 9. 28.
[경영전략] 동기부여의이론과실제 두 명의 직원 얼마 전 조찬 세미나에서 강의를 듣다가 문득 예전 여행길에서 만났던 두 명의 외국 근로자가 떠올랐다. 그 중 한 명은 인도 출장에서 만났던 첸나이 호텔의 종업원이다. 한국 기업 간부 10여명과 함께 저녁 식사를 하기 위해 찾아간 그곳에서,대형 식탁에 소스그릇이 달랑 한 개만나온 것을 보고뭔가 잘못됐다는 생각에 소스를담을 그릇 몇개를 더 달라 고 요구하였다. 그러자 옆에 있던 한국 기업인이 웃으며 더 갖다줄 리 없다고 단언했다. 실제로 종업원은 소스가 필요한 손님들 사이를 정신없 이 오가며 한 개의 소스 그릇을 이리저리 옮겨줄 뿐이었다. 그릇을 추가로 가져오는 일은 호텔 관리인으로부터 지시받은 적도 없고, 서빙 담당인 자신의 업무도 아니라고 확신한 모양이었다. 멋지게 나비넥타이를 차려입은 그.. 2010. 9. 28.
반응형