반응형
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
- Mac
- math
- 파이썬
- Google Spreadsheet
- Github
- SQL
- Excel
- c#
- GIT
- Java
- string
- django
- PANDAS
- Python
- dataframe
- PostgreSQL
- Redshift
- matplotlib
- google apps script
- Google Excel
- numpy
- hive
- Tkinter
- list
- Kotlin
- gas
- Apache
- array
- PySpark
Archives
- Today
- Total
목록타이머 (1)
달나라 노트
C# Sample : 타이머 30분, 20분, 15분
30분 짜리, 20분 짜리, 15분 짜리 타이머 using System; using System.Windows.Forms; using WMPLib; class MyProgram { public static void Main() { // Constants // int form_width = 400; int form_height = 200; int label_width = 100; int label_height = 30; int btn_width = 100; int btn_height = 30; String dir_current = System.Environment.CurrentDirectory.ToString(); String dir_mp3 = "\\mp3\\sample.mp3"; dir_mp3 = dir..
C#/C# Samples
2022. 4. 21. 02:39