반응형
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
- hive
- array
- SQL
- string
- 파이썬
- PANDAS
- c#
- google apps script
- PySpark
- math
- numpy
- Java
- Google Spreadsheet
- Tkinter
- PostgreSQL
- Excel
- dataframe
- Redshift
- list
- matplotlib
- gas
- Python
- Mac
- Google Excel
- Kotlin
- GIT
- django
- Github
- Apache
Archives
- Today
- Total
목록주사위 굴리기 (1)
달나라 노트

activity_main.xml MainActivity.kt package com.example.diceroller import android.os.Bundle import androidx.appcompat.app.AppCompatActivity import com.example.diceroller.databinding.ActivityMainBinding class MainActivity : AppCompatActivity() { lateinit var binding: ActivityMainBinding override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) binding = ActivityMainBin..
Android
2021. 3. 23. 00:32