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
- 함수
- 날짜
- MS-SQL
- pandas
- 다이어트
- Excel
- flutter
- sqlite
- 유니티
- 리눅스
- 라즈베리파이
- MySQL
- urllib
- IOS
- ASP
- PER
- 맛집
- PyQt
- javascript
- mssql
- PyQt5
- GIT
- node.js
- port
- swift
- tensorflow
- python
- Linux
- Unity
- ubuntu
Archives
목록2018/12/04 (1)
아미(아름다운미소)
python PyQt5 현재시간 출력
python PyQt5 현재시간 #-*- coding: utf-8 -*- ''' Created on 2018. 12. 3. @author: bhm ''' from PyQt5.QtCore import QTime current_time = QTime.currentTime() text_time = current_time.toString("hh:mm:ss") time_msg = "현재시간: " + text_time print(time_msg) 현재시간: 13:14:46
랭귀지/python
2018. 12. 4. 13:18