250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 게시판 만들기
- r
- 코사인 유사도
- Topics
- spring MVC(모델2)방식
- 토픽추출
- 파이썬
- db
- mysql
- (깃)git bash
- 네이버뉴스
- Websocket
- 이력서
- 지마켓
- tomoto
- 방식으로 텍스트
- jsp 파일 설정
- RESFUL
- 크롤링
- test
- Gmarket
- 자바
- pytorch
- lda
- java
- oracle
- 幼稚园杀手(유치원킬러)
- word2vec
- Python
- 과학백과사전
Archives
- Today
- Total
목록입력 (1)
무회blog
python: restFul, REST API, _inputOutput_02, rest,조회,GET,입력,POST,
## REST_ FUL 셋팅 import requests import json from bs4 import BeautifulSoup as bs tt = input API_HOST = 'http://localhost:8080/' _headers = {'Authorization': 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36'} def req(path, query, method, data={}): url = API_HOST + path if method == 'GET': return requests.get(url, heade..
Python
2020. 8. 25. 08:33