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
- sqlite
- ASP
- PyQt
- PyQt5
- node.js
- Unity
- PER
- IOS
- 다이어트
- python
- flutter
- 라즈베리파이
- pandas
- 리눅스
- ubuntu
- 날짜
- GIT
- Linux
- MySQL
- swift
- urllib
- port
- mssql
- 맛집
- javascript
- 함수
- 유니티
- tensorflow
													Archives
													
											
											
											
											아미(아름다운미소)
[python]3 줄 웹서버 본문
웹서버
            
                    
                            
        
import BaseHTTPServer, SimpleHTTPServer
server = BaseHTTPServer.HTTPServer(('',80),SimpleHTTPServer.SimpleHTTPRequestHandler)
server.serve_forever()
'랭귀지 > python' 카테고리의 다른 글
| ODBC로 데이터베이스 접근하기 (0) | 2017.12.17 | 
|---|---|
| 파이썬으로 Microsoft SQL 서버 스크립트하기 (0) | 2017.12.17 | 
| [python]디렉토리의 내용을 나열하기 (0) | 2017.12.16 | 
| [python]웹 페이지에서 모든 링크 얻는 법 (0) | 2017.12.15 | 
| [python]FTP를 사용하여 파일 전송하는 법 (0) | 2017.12.15 | 
			  Comments