반응형
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
- google apps script
- numpy
- django
- Github
- Excel
- Tkinter
- GIT
- 파이썬
- Kotlin
- matplotlib
- dataframe
- PySpark
- list
- PostgreSQL
- SQL
- Mac
- Java
- PANDAS
- Redshift
- Google Excel
- Apache
- Google Spreadsheet
- math
- gas
- string
- Python
- c#
- array
- hive
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