분류 전체보기934 UCC YouTube FLV 동영상 다운로드 YouTube 등 동영상을 제공하는 사이트에서 동영상 FLV 파일을 다운로드 받고 싶을경우 http://www.2getflv.co.kr 이곳에서 아주 간단하게 다운로드 받을 수 있습니다. 국내 사이트들도 다운 받아 진다는 군요. 위 사이트 접속후 아래 검색 에서 통합검색유투브iFilmBoltBreakMySpace엠엔캐스트네이버 플레이판도라 TV다음 TV팟엠군프리챌 마이큐싸이월드 비디오아이플 아우라디오데오UCCC태그스토리짱공유썬지오하나포스 앤유풀빵엠박스아프리카프리에그UCC Can 예제 : http://www.youtube.com/watch?v=AW0GThJ7GjQ 예제 처럼 다운받고자 하는 웹페이지 URL을 입력후 검색하시면 아래쪽에 Charlie bit my finger - again ! 위 저작권법에 .. 2009. 1. 28. [JSP] how to upload image using JSP This is the form html Here is upload.jsp -1) { String s = new String(b,0,x); if(s.startsWith(boundary)) { state = 0; //out.println("name="+name+" "); //out.println(fileName+" "); name = null; contentType2 = null; fileName = null; }else if(s.startsWith("Content-Disposition") && state==0) { state = 1; if(s.indexOf("filename=") == -1) name = s.substring(s.indexOf("name=") + "name=".length(),s.lengt.. 2009. 1. 21. MYSQL 필드속에 일괄적으로 내용 집어넣기 필드에 이미 값이 있는 상태에서 특정 값을 추가로 집어넣기 예로 reg_date 라는 필드에 "1234"라는 값이 있는데 추가로 "00" 이라는 값을 붙이고 싶을때 concat 을 사용합니다. update member set code = concat(reg_date,"00") 결과 : "123400" 출처 : 세이박스 http://saybox.tistory.com 2009. 1. 15. MYSQL 설치시 configure: error: 발생시 checking "LinuxThreads"... "Not found" configure: error: This is a linux system and Linuxthreads was not found. On linux Linuxthreads should be used. Please install Linuxthreads (or a new glibc) and try again. See the Installation chapter in the Reference Manual for more information. 가 나타나면.... /usr/include/pthread.h 파일에서 암때나 /* Linuxthreads */ 를 입력 이유 : mysql configure 과정에서 pthread.h 파일을 찾아 위 문.. 2009. 1. 15. 이전 1 ··· 138 139 140 141 142 143 144 ··· 234 다음