본문 바로가기

분류 전체보기

[Spring] 파일 업로드 시 MultipartFile 받기 @RequestMapping(파일업로드 받는 주소)private String 파일받는 함수 (MultipartHttpServletRequest request, ....){String map = "somewhere";try{// 파일이 페이지에서 전달되면 Iterator itr = request.getFileNames(); // input[file] 태그가 하나일 경우 if(itr.next()){ // 파일name이 있을 경우 MultipartFile mpf = request.getFile( (String) itr.next()); // 명령어 getFile if( ! mpf.isEmpty() ){ // 파일이 빈 껍데기가 아닐때 // 파일 저장이든 DB에 값넣고 insert를 하던지 하기} } // 등 n..
[파일업로드] upload.html5.js ---------- 파일업로드 하는 페이지에서 jquery.form.js와 upload.html5 js, css 를 불러오기 ---------- -------------- 파일 업로드 html DIV기본형태 -------------------- 전송 ------------------- input[file] 버튼에 걸어준다. ---------------------------- $(document).ready(function(){ $('#file_uploadbtn').uploadHtml5({ 'auto' : false, //'formData' : { 'key' : 'text' }, 'fileType' : 'jpg,jpeg,png,gif,bmp', 'fileSizeLimit' : 8000*1024, // KB..
[postgresql] 백업 덤프 복원 명령어 psql -U postgres -d mjff2017 < D:\workspaces\MJFF\mjff.backup psql -U 아이디 -d 데이터베이스 < 백업파일 경로 및 파일명
IScroll 5 - GitHub - document - link iScroll, smooth scrolling for the webiScroll is a high performance, small footprint, dependency free, multi-platform javascript scroller.It works on desktop, mobile and smart TV. It has been vigorously optimized for performance and size so to offer the smoothest result on modern and old devices alike.iScroll does not just scroll. It can handle any element that needs to be moved with user interac..
[크롬꺼짐현상] 팝업 등의 경우 자동 전체 종료현상 [출처]http://prejuicio.tistory.com/300
Flavr 함수 alert함수new $.flavr({content : text,autoclose : true,timeout : 800 /* Default timeout is 3 seconds */,animateEntrance : 'tada'}); confirm 함수 new $.flavr().confirm( '메세지' , function(){goInsert();}, function(){});
[jBox] Options You can set the options for your jBoxes right away or as a second argument when you are using a type:var options = { title: 'My title', content: 'My content' }; new jBox(options); new jBox('Tooltip', options);There are following types: Tooltip, Mouse, Modal, Confirm,Notice, Image. IDidChoose a unique id, otherwise jBox will set one for you (jBoxID1, jBoxID2, ...)Dimensionswidth heightWidth and h..
한국작가의 아름다운 색 다음달 30일 까지 아마가사키에서 부채전 한국의 수백명의 작가가 그린 그림이나 쓴 글자로 아름답게 색을 입힌 부채를 전시하는 『한국의 아름다운 부채전』이 아마가사키시 니시다이모츠쵸의 「오사카 갤러리」에서 열린다. 약 1000점을 바꿔가며 전시하면서, 6월 30일까지 전시한다. 부채에는 매화나 해바라기 등의 꽃들, 소나무 등의 나무, 새, 곤충, 물고기 등이 생생하게 풍부한 색채로 그려져 있다. 오사카 갤러리의 혼죠 유카 사무국장은 한국에서는 주로 5~6월에 주로 부채전이 열린다고 들었습니다. 일본에서는 볼 수 없는 문양의 부채도 많고, 보는 맛이 있습니다. 라고 말한다. 오사카 갤러리는 한신아마가사키 역 부근의 복합상업시설 「아마곳타」의 2층에 한일의 서예가들의 교류의 장으로 서 올해 3월에 오픈. 국제..