Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- raspberry pi
- Windows 10
- keras
- pyTorch
- shakeratos
- ppc64le
- FIle
- object detection
- urllib
- python
- colaboratory
- 딥러닝
- error
- ubuntu
- TensorFlow
- dataset
- CUDA
- Deep Learning
- Anaconda
- windows
- dlib
- python3
- install
- linux
- download
- Jupyter notebook
- YouTube 8M
- gpu memory
- face_recognition
- colab
Archives
- Today
- Total
Shakerato
윈도우/리눅스 제일 쉬운 웹서버 구축 본문
파이썬이 설치되어 있다면,
파이썬에서 기본으로 제공하는 기능을 활용
(Python 2.x)
python -m SimpleHTTPServer 8000
(Python 3.x)
python -m http.server 8000
'Research' 카테고리의 다른 글
vscode 파일 항상 새창에 열기 (0) | 2020.08.27 |
---|---|
Setup vscode to write LaTeX paper (라텍스 논문 작성) (0) | 2020.03.04 |
mosh server-client as SSH, fast (0) | 2019.10.11 |
slow texting through ssh (0) | 2019.10.10 |
pytorch load pre-trained model, Missing key(s) in state_dict (0) | 2019.10.09 |
Comments