본문 바로가기

File Upload Progress File Upload Progress Sample : http://www.johnboy.com/php-upload-progress-bar/ Important: Make sure to include apc.rfc1867 = on in your php.ini file after APC is installed. Your php.ini file should be located at /etc/php.ini. Intalling APC in Windows : http://docs.moodle.org/24/en/Installing_APC_in_Windows#Installation_on_Windows_Server Download : http://dev.freshsite.pl/php-accelerators/apc.html.. 더보기
동영상 퍼가기 테스트 CLICK 더보기
Windows command redirect stderr to stdout {application} 3>&1 2>&33>&1 : stduser -> stdout2>&3 : stderr ->stduser 더보기
Mencoder.exe 0.5.0 한글자막 삽입하기. 1. 윈도우용 mplayer 다운로드 (Version 0.5.0) - http://mplayer-for-windows.googlecode.com/files/mplayer-svn-35910-3.7z2. 나눔글꼴 패키지 설치 하기 : - http://cdn.naver.com/naver/NanumFont/setup/NanumFontSetup_TTF_ALL_hangeulcamp.exe3. mencoder option은 다음과 같이 한다. - mencoder {인코딩 관련 옵션들} -ass -ass-force-style FontName=나눔고딕,Default.Bold=1 -font c:/Windows/Fonts/NanumGothic.ttf -slang ko,en -subcp cp949 -subpos 95 -sub.. 더보기
libcurl - FTP 디렉토리 확인, 파일 존재 확인, 파일 삭제 방법 libcurl로 ftp 서버에 디렉토리가 있는지 확인하는 방법 http://stackoverflow.com/questions/12046305/c-how-to-check-if-a-directory-exists-on-an-ftp-server-using-libcurl libcurl로 ftp 서버에 파일이 있는지 확인하는 방법 http://cboard.cprogramming.com/cplusplus-programming/78867-check-if-file-exists-ftp.html libcurl로 ftp 서버에 존재하는 파일을 삭제하는 방법 http://comments.gmane.org/gmane.comp.web.curl.general/13183 더보기
wxString to MediaInfoDLL::String (std::basic_string<char>) wxString wStr = _("ABC"); MediaInfoDLL::String str = (MediaInfoDLL:String)wStr.c_str();*** DO NOT LOST WAY!! *** 더보기
taglib definition not consistent with specification version org.xml.sax.SAXParseException; systemId: jndi:/localhost/study/WEB-INF/web.xml; lineNumber: 38; columnNumber: 13; Error at (38, 13) : taglib definition not consistent with specification version최신 버전의 eclipse를 쓰는 경우 에러가 나타난다고 함. web.xml의 taglib 위 아래로 jsp-config 태그로 감싸준다.http://java.sun.com/jstl/core/WEB-INF/tld/c.tld 원본 : http://pheadra.tistory.com/entry/JSTL-tomcat-7-IllegalArgumentException-tag.. 더보기
톰캣, request.getRemoteAddr()의 0:0:0:0:0:0:0:1 반환 tomcat에서 request.getRemoteAddr(); 메소드실행시 IPV6형식으로 주소값 반환할 때 톰캣실행시의 JVM에 환경변수를 추가한다. eclipse > Run > Run Configuration > Arguiments > -Djava.net.preferIPv4Stack=true Java에서 System.out.println(req.getRemoteAddr()); 출력하거나JSP에서 출력 0:0:0:0:0:0:0:1 → 127.0.0.1 로 나오면 정상[원본] http://acidification-textcube.blogspot.kr/2010/11/%ED%86%B0%EC%BA%A3-requestgetremoteaddr%EC%9D%98-00000001-%EB%B0%98%ED%99%98.html 더보기
HTML5로 간단한 레이아웃 만들기 hmtl5로 간단한 레이아웃을 만들어 보자.생각하는 레이아웃의 모양은 이렇다.각 엘리먼트의 크기는 그림에 나와있는 수치대로 할것이다.HTML5 소스위 그림에서 알수있듯이 먼저 헤더(header) 그리고 네비게이션(nav) 그다음에는 사이드바(aside)와 콘테츠(section, article) 맨아래 풋터(footer)를 둘것이다.소스는 다음과 같다. html5 simple test header nav link link link aside section article footer 위에서 div엘리먼트를 쓰면서 왜 전체를 감싸주었는지는 아래에 설명하겠다.CSS로 완성이제 css로 꾸며보자. 항상 해주는것이지만 일단 마진과 패딩을 0, 그리고 리스트스타일을 none으로 한다.*{ margin:0; paddi.. 더보기
DateFormat.toLocaleString 대용 top.jsp입니다. 더보기