본문 바로가기

Web7

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.
CSS3 Transform 1. 브라우저 별로 사용되는 형태가 다르다. - safari, chrome: -webkit- - firefox: -moz- - opera: -0- - I.E.: -ms- 2. 각도 변경 예제 -webkit-transform: rotate(15deg); -moz-transform: rotate(15deg); -0-transform: rotate(15deg); -ms-transform: rotate(15deg); 3. 위치 변경 rotate 대신에 translate(25px, 30px); //x:25px, y:30px 이동 4. 크기 변경 scale(2, 2); //두배 변경 5. 형태 변경 skew(15deg, 15deg); 2012. 7. 19.
Loading a DLL from memory Loading a DLL from memoryThis tutorial describes a technique how a dynamic link library (DLL) can be loaded from memory without storing it on the hard-disk first.Author:Joachim BauchContact:mail@joachim-bauch.deCopyright:Creative Commons License (by-sa)ContentsOverviewWindows executables - the PE format DOS header / stubPE headerSection headerLoading the library Allocate memoryCopy sectionsBase .. 2008. 2. 14.
비스타와 보안 (Vista & ActiveX) 관련(Memory Loading) 비스타와 보안 (Vista & ActiveX) 관련(Memory Loading)문서 버전0.1 (2007년02월09일)작성자 맥스페이퍼, 최원식 www.maxpaper.comsimon@maxpaper.com검색어비스타 Vista 델파이 Delphi 액티브X ActiveX OCX 보안 오류메모리 로딩비스타 Vista 의 경우, 파일을 쓰는 것이 특정 영역만 가능하기 때문에, DLL을 사용하는 Application의 경우, XP와 Vista간의 서로 다른 영역(디렉토리)에 써야 되는 경우가 발생한다. 이와 같은 경우를 문제점을 해결하기 위해선, 프로그램의 Resource영역에DLL을 갖고 있다, 곧바로 하드디스크상에 DLL을 쓰지 말고, 메모리에서 바로 로딩을할 수 있다면, 동일한 형태로 Win2000,XP.. 2008. 2. 14.
LIST