분류 전체보기280 MFC Custom Controls 출처: http://msdn.microsoft.com/en-us/library/bk2h3c6w.aspx TN014: Custom Controls This note describes the MFC Support for custom and self-drawing controls. It also describes dynamic subclassing, and describes the relationship between CWndobjects and HWNDs. The MFC sample application CTRLTEST illustrates how to use many custom controls. See the source code for the MFC General sample CTRLTEST and o.. 2014. 1. 20. Adobe Photoshop Plugin Project 참고: adobe_photoshop_cs5_sdk_win/pluginsdk/documentation/html/pgwinplugins.htmlCreating plug-in modules for Windows 위의 참고 주소와 같이 SDK에서 제공하는 정보입니다.아래 내용을 보면 기존 Sample 프로젝트를 기초로 해서 새로운 프로젝트를 만드는 것을 확인할 수 있습니다. 따라서 자기기 만들고자 하는 plugin을 선택합니다. 예를 들어 filter라면 아래와 같은 프로젝트를 선택해도 됩니다. 그러나 format plugin이라면 simpleformat를 선택해서 만들 수도 있습니다. simpleformat를 기준으로 만들어 볼 경우 아래와 같이 진행을 하면 큰 문제가 없습니다. 파란색으로 표시한 부분을 주의.. 2013. 12. 11. Adobe Photoshop SDK Adobe Photoshop Plugin 개발을 하기 위해서는 SDK를 Download 받아서 사용을 해야 합니다. SDK는 아래 주소에서 다운로드 받을 수 있습니다.http://www.adobe.com/devnet/photoshop/sdk.html일반적으로 버전에 따라 SDK가 별도로 제공됩니다. 따라서 자신이 개발하고자 하는 CS 버전을 확인하고 SDK를 다운받습니다.Plugin 개발을 하기 위해서 검색을 많이 했는데 자료가 거의 없었습니다. 국내/외 개발자들이 따로 글을 올린 것이 거의 없는 것 같다는 생각이 들었습니다. 그래서 SDK가 중요합니다. 사실 SDK에서 제공하는 Document를 모두 읽고 소화하면 개발에 큰 문제는 없을 것 같습니다. 하지만 그것을 읽고 테스트 하면서 발생하는 여러 어.. 2013. 12. 11. Dovecot POP3 설정 후에도 Outlook에서 로그인이 안되는 경우 1. Port 110 테스트 #telnet domain(or ip) 110 (ex) ID: test, PW: 1234 테스트 결과 아래와 같이 에러가 발생할 경우 INBOX 폴더에 권한 문제 이다.#telnet 110.11.00.44 110Trying 110.11.00.44... Connected to 110.11.00.44. Escape character is '^]'. +OK Dovecot ready user test +OK pass 1234 - ERR [IN-USE] Couldn't open INBOX: Internal error occurred. Refer to server log for more information. [2013-10-17 11:20:00] Connection closed by .. 2013. 10. 17. jQuery Form Plugin - Example 출처: http://jquery.malsup.com/form/progress.html jQuery Form Plugin을 이용해서 파일을 올리는 샘플 소스이다. File Upload Progress Demo #1 0% 2013. 6. 5. jQuery Form Plugin - Option 출처: http://jquery.malsup.com/form/#options-objectajaxForm and ajaxSubmit OptionsNote: Aside from the options listed below, you can also pass any of the standard $.ajax options to ajaxForm and ajaxSubmit.Both ajaxForm and ajaxSubmit support numerous options which can be provided using an Options Object. The Options Object is simply a JavaScript object that contains properties with values set as f.. 2013. 6. 5. jQuery Form Plugin - API 출처: http://jquery.malsup.com/form/#api 관련싸이트가 폐쇠 될지도 몰라서 내 블로그에 저장함!! Form Plugin APIThe Form Plugin API provides several methods that allow you to easily manage form data and form submission.ajaxFormPrepares a form to be submitted via AJAX by adding all of the necessary event listeners. It does not submit the form. Use ajaxForm in your document's ready function to prepare your form(s) for AJAX .. 2013. 6. 5. Django File upload Django에서 CSV 파일을 서버에 업로드를 할 때 이용한 방법이다. view에서 input type='file'의 name을 이용해서 파일 정보를 받는다. Url에서 /uploadcsvfile의 주소는 view의 uploadCSVfile 함수이다. 참고사이트: http://hanjiq.egloos.com/2373084 JQuery Form Plugin: http://jquery.malsup.com/form/ Plugin download site: http://jquery.malsup.com/form/#download 1. Html {% csrf_token %} 올리기 2. JavaScript 3. View.py def uploadCSVfile(request): response = {} if reque.. 2013. 5. 28. 원격 접속 컴퓨터 끄는 방법 윈도우 XP는 작업관리자에서 컴퓨터 종료를 할 수 있다.그러나 7은 안된다.이때 shutdown 명령어를 이용하면 된다.명령 프롬프트에서 shutdown을 입력하면 사용법이 나온다.- 원격 컴퓨터에 shutdown /s 또는 shutdown -s를 입력하면 컴퓨터가 종료된다.다른 명령어는 위의 이미지를 참고하면 된다. 2013. 5. 7. 이전 1 ··· 14 15 16 17 18 19 20 ··· 32 다음