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
													
											
												
												- Excel
- 다이어트
- MS-SQL
- flutter
- 함수
- node.js
- javascript
- mssql
- sqlite
- 맛집
- PyQt
- 라즈베리파이
- port
- swift
- Linux
- ASP
- PER
- 날짜
- MySQL
- PyQt5
- pandas
- tensorflow
- urllib
- python
- 유니티
- 리눅스
- ubuntu
- IOS
- Unity
- GIT
													Archives
													
											
											
											
											목록인터넷 (1)
아미(아름다운미소)
python 파이썬 인터넷 - 네트워크 연결 확인하는 방법 #-*- coding: utf-8 -*- ''' Created on 2019. 01. 25. @author: bhm ''' import socket ipaddress=socket.gethostbyname(socket.gethostname()) if ipaddress=="127.0.0.1": print("You are not connected to the internet!") else: print("You are connected to the internet with the IP address of "+ ipaddress )
				랭귀지/python
				
				2019. 1. 26. 10:00