250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- IntelliJ
- JDBC
- jpa
- Core Java
- SpringBoot
- MSSQL
- Tomcat
- myBatis
- ubuntu
- Open Source
- Spring Boot
- maven
- AJAX
- Exception
- spring
- STS
- 설정
- Eclipse
- error
- 문서
- Docker
- Source
- MySQL
- 오픈소스
- Thymeleaf
- Python
- oracle
- JavaScript
- PostgreSQL
- git
Archives
- Today
- Total
목록qrcode (1)
헤르메스 LIFE
[Core Java] QRCode 출력
자바를 이용한 이미지로 바코드 출력 소스로, 사용자가 원하는 이미지 TYPE과 SIZE를 정의 출력하여, PDF출력이나 엑셀출력시 클래스를 불러와 라벨작업에 활용가능하다. mport java.io.File; import java.io.FileOutputStream; import com.google.zxing.BarcodeFormat; import com.google.zxing.client.j2se.MatrixToImageWriter; import com.google.zxing.common.BitMatrix; //import com.google.zxing.oned.Code39Writer; import com.google.zxing.qrcode.QRCodeWriter; public class Qrcode {..
Core Java
2021. 3. 23. 00:45