반응형 분류 전체보기191 임시 1. FTP 연결 소스 http://blog.naver.com/PostView.nhn?blogId=jsh2194&logNo=50139129764 2. JSTL 다운로드 및 설치 http://warmz.tistory.com/690 3. 구글웹로그http://vovous.com/entry/google-analytics-setting 2012. 4. 27. IBATIS 핫디플로이 http://kisspa.tistory.com/17 안전하게 링크 열기 이게 원문 입니다. http://blog.naver.com/ws0222/140099442688 2012. 4. 5. IE(Internet Explorer) self close 버전별 정리 IE6 : window.opener = self; self.close(); IE7 : window.open('about:blank','_self').close(); IE8 : window.opener='Self'; window.open('','_parent',''); window.close(); 2011. 11. 28. xml 한줄 -> xml 형식으로 변환하기 eclipse -> xml 파일 생성 -> 한줄로 된 xml 복사해서 넣고 -> ctrl + shift + f -> xml 파일형식으로 생성완료 2011. 7. 19. ProC_Guide Proc Guide.pdf 2011. 4. 18. proc sql define #define SQL_OK 0 //No errors #define SQL_NF 1403 //Not found #define SQL_LOCK -54 //DB lock #define SQL_NULL -1405 //Fetched null #define SQL_FOS -1002 //Fetch out of sequence #define SQL_MRS -2112 //Select... into many rows #define SQL_TL -1401 //Value too large for column #define SQL_NN -1400 //Mandatory (NOT NULL) column #define SQL_DUP -1 //Duplicate key when insert or update 2011. 4. 4. 이전 1 ··· 27 28 29 30 31 32 다음 반응형