Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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
- Sqoop
- window
- NPM
- Java
- mybatis
- table
- hadoop
- Python
- GIT
- Android
- tomcat
- JavaScript
- 보조정렬
- 공정능력
- mapreduce
- IntelliJ
- es6
- xPlatform
- Express
- Spring
- SPC
- Kotlin
- R
- plugin
- MSSQL
- vaadin
- SSL
- react
- SQL
- Eclipse
Archives
- Today
- Total
반응형
목록BMI (1)
DBILITY
연습삼아 해봤다. 지금은..이렇군 build.gradle.kts plugins { id("com.android.application") id("org.jetbrains.kotlin.android") } android { namespace = "com.dbility.apps.test02" compileSdk = 34 defaultConfig { applicationId = "com.dbility.apps.test02" minSdk = 24 targetSdk = 34 versionCode = 1 versionName = "1.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } buildTypes { release { isMin..
android/kotlin
2024. 1. 11. 17:50
반응형