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

using System; using System.Windows.Forms; using System.Drawing; using WMPLib; class CardCatch { public static void Main() { // Constatns // Constants cts = new Constants(); Form fm = new Form(); PictureBox pb_30 = new PictureBox(); PictureBox pb_20 = new PictureBox(); PictureBox pb_15 = new PictureBox(); Timer tm_30 = new Timer(); Timer tm_20 = new Timer(); Timer tm_15 = new Timer(); int min_30 ..
C#/C# Samples
2022. 5. 24. 00:47