일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- IntelliJ
- Godot
- RaspberryPi
- kotlin
- Baekjoon
- gnuplot
- OAuth
- react
- 루비
- GitHub
- Python
- C
- Spring
- rubymine
- gradle
- JS
- plugin
- Java
- boj
- ruby2d
- CPP
- Shell
- maven
- Android
- jetbrains
- 개발노트
- OTLanguage
- error
- Vane
- ruby
- Today
- Total
목록2024/02 (2)
PersesTitan(페르) 기술블로그
Xlsx(Xls) Relational Mapping (xrm)은 엑셀 파일을 Java클래스 타입으로 변환해 주는 라이브러리입니다. maven io.github.vaneproject xrm 1.0.2 gradle implementation 'io.github.vaneproject:xrm:1.0.2' gradle.kts implementation("io.github.vaneproject:xrm:1.0.2") 설명 @Xrm(String value) 변수 필드에 정의하는 어노테이션입니다. 만약 해당 어노테이션을 사용하지 않을 경우 해당 변수는 사용되지 않습니다. value에 머리글을 입력해 주면 됩니다. 만약에 값을 입력하지 않을 경우 변수명이 기본값으로 적용됩니다. ReadXrm 생성자 파일을 읽어서 List..
라이브러리 홈페이지 https://vaneproject.github.io/library/hangul-editor.html Hangul Editor Maven vaneproject.github.io maven io.github.vaneproject hanguleditor 1.0.0 gradle implementation 'io.github.vaneproject:hanguleditor:1.0.0' gradle (Kotlin) implementation("io.github.vaneproject:hanguleditor:1.0.0") 클래스 class JapanRecovery 뷁어를 한글로 변환시켜주는 클래스 입니다. static change(String) Shift_JIS 인코딩 방식으로 작성된 일본어 가나 문..