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