일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |
Tags
- apache
- 공인인증서 정보
- so file
- 안드로이드
- apns
- 인증서 정보 뽑아내기
- PageControl
- Android NDK시스템
- SO 파일
- Objective C
- Magnify Anim
- 공인인증서 만료일
- JavaScript Engine
- Android
- Push
- android log dump
- V8 Engine
- v8 engine xcode build
- IMAGE
- apk 다운사이징
- Status Bar
- sha1 convert hashkey
- java
- appbarlayout
- Google V8 Engine
- FlexiblePageView
- ios framework
- IOS10
- embedd
- ios
Archives
- Today
- Total
목록BARCODE (1)
caTea 블로그
바코드 생성
Barcode barcode = BarcodeFactory.createCode128(lot);barcode.setBarHeight(printHeight);barcode.setBarWidth(printWidth);File file = new File(barcodePath + lot + ".png");if(file.exists() == true){obj.setLot_img(returnBarcodePath + lot + ".png");urlArray.add(obj);continue;}BarcodeImageHandler.savePNG(barcode, file);
spring(java)
2016. 5. 17. 16:26