자바스토리 (48) 썸네일형 리스트형 Error unmappable character for encoding MS949 환경 변수 - 시스템 변수에 다음 추가 변수 이름 : JAVA_TOOL_OPTIONS 변수 값 : -Dfile.encoding=utf-8 SPRING BOOT & JASPER 1.Jaspersoft@Studio 설치 1) 회원가입 - https://community.jaspersoft.com/ 2) 프로그램 다운로드 및 설치 https://community.jaspersoft.com/files/file/19-jaspersoft%C2%AE-studio-community-edition/ Jaspersoft® Studio Community Edition This powerful eclipse-based report designer for JasperReports and JasperReports Server can build reports from any data source and format the look and feel for print or on-screen reading .. String format 사용법 펌 - http://blog.devez.net/100String format 형식String클래스의 format 메소드는 지정된 위치에 값을 대입해서 문자열을 만들어 내는 용도로 사용하며 형식은 아래와 같이 정의되어 있습니다.[중요!! String format문 형식] %[argument_index$][flags][width]conversion%와 conversion은 필수 항목이지만 대괄호로 되어있는 [argument_index$][flags][width] 부분은 생략 가능합니다. 즉, %conversion 형식으로 사용할 수 있고 나머지 부분은 옵션이라는 뜻입니다.conversoin위치에는 출력되는 데이터의 타입을 입력하는데 s(문자열), d(정수), x(16진수), o(8진수), f(실수)가 들아갈.. 자바 라이브러리 사이트 JAVA 기반의 빅데이터 3D 챠트 라이브러리 - http://jzy3d.org/index.php csv 다운로드 res.setContentType("text/csv;charset=MS949");res.setHeader("Content-Disposition", "attachment; fileName=\"" +URLEncoder.encode(fileNm, "utf-8")+".csv\";");//PrintWriter writer = new PrintWriter(new OutputStreamWriter(res.getOutputStream(), "EUC-KR"));//ICsvBeanWriter csvWriter = new CsvBeanWriter(writer,CsvPreference.STANDARD_PREFERENCE);ICsvBeanWriter csvWriter = new CsvBeanWriter(res.getWriter.. POI 3.15를 사용한 엑셀 다운로드 Apache POI 3.15를 사용한 엑셀 다운로드 기능WindingRoad 2017.04.28 15:32[2017-04-12 수요일]* 내용: Apache POI 사용1. 활용준비1) 라이브러리 다운로드2) import2. 적용 방법1) VO 생성2) AbstractView를 활용하여 ExcelBuilder Class 생성3) Bean 등록(beanNameViewResolver 활용)4) Controller 설정5) jsp(뷰) 1. 실행 방법 1) 라이브러리 다운로드 ※ 이 프로젝트는 메이븐 프로젝트가 아니기 때문에 직접 다운로드하고 직접 import하는 방식을 사용하였음 ※ 참고 사이트- 라이브러리 import 관련: http://jsonobject.tistory.com/127- Excel Writ.. RequestParam examples 펌 - https://reversecoding.net/spring-mvc-requestparam-binding-request-parameters/ @RequestParam examples@RequestParam is an annotation which indicates that a method parameter should be bound to a web request parameter.1. Biding method parameter with web request parameterLet’s say we have our /books url that requires a mandatory parameter named category:1/books?category=javawe just need to add @R.. Example REST API with Java HTTP 펌 - https://www.ibm.com/support/knowledgecenter/SSBLQQ_8.7.1/com.ibm.rational.rit.ref.doc/topics/r_ritref_rest_api_ex.html Example of calling REST API with Java HTTPThe following example uses Apache HttpClient v4 to call a REST API.Exampleimport java.io.*; import java.net.*; import javax.xml.xpath.*; import org.apache.http.*; import org.apache.http.client.*; import org.apache.http.client.methods.. 이전 1 2 3 4 ··· 6 다음