textarea 바이트 실시간으로 ... 메모 18/300byte(한글 150자, 영문 300자)test $('.cmtRemaining').each(function () { // count 정보 및 count 정보와 관련된 textarea/input 요소를 찾아내서 변수에 저장한다. //var $maxcount = $('.maxCmtCnt', this); //var $count = $('.cmtCnt', this); //var $input = $('.comCo', this); var $maxcount = $(this).find('.maxCmtCnt'); var $count = $(this).find('.cmtCnt'); var $input = $(this).find('.comCo'); // .text()가 문자열을 반환하기에 이 문자를 숫자로 만들기.. 더보기 엑셀 업로드 form 데이터 입력하기 엑셀로 제품의 spec 을 업로드 받아서 데이터 입력 엑셀파일 xlsx 메이븐 설정파일 Pom.xml에 데이터 추가 org.apache.poi poi-ooxml 3.9 org.apache.poi poi 3.9 파일 형태로 데이터를 받음 json으로 리턴 받음 /** * 엑셀 업로드 */ @RequestMapping(value="/{dir}/productsInfo", params="method=specPop") @ResponseBody public List specCheck(HttpServletRequest request,HttpServletResponse response, HttpSession session, @PathVariable String dir, @RequestParam Map paramMap,.. 더보기 JSTL ROWSPAN class="current" > ${content.START_MONTH} Current ${content.TITLE} ${content.CONTINENT} ${content.START_DATE}-${content.END_DATE} 더보기 이전 1 ··· 10 11 12 13 14 15 16 ··· 18 다음