일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 캐글
- elasticsearch
- 금융문자분석경진대회
- 데이콘
- Git
- dacon
- PYTHON
- NLP 대회
- 파이썬
- Keras
- 캐치
- ubuntu
- SW Expert Academy
- 백준
- 인공지능 공모전
- Baekjoon
- windows
- hackerrank
- 캐치카페
- programmers
- catch
- 우분투
- 자연어처리
- leetcode
- 프로그래머스
- Compas
- Real or Not? NLP with Disaster Tweets
- Kaggle
- selenium
- AI 경진대회
- Today
- 161
- Total
- 516,979
목록2021/01/19 (2)
솜씨좋은장씨

서버에서 5000포트를 열어두고 Flask로 API 개발을 하면서 로그를 확인하던 중 193.169.252.54 - - [19/Jan/2021 06:53:15] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x00\x00Cookie:') 193.169.252.54 - - [19/Jan/2021 06:53:15] "/*àCookie: mstshash=Administr" HTTPStatus.BAD_REQUEST - 193.169.252.54 - - [19/Jan/2021 06:53:16] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*à\x00\x00\x00\x0..

You are given a string text of words that are placed among some number of spaces. Each word consists of one or more lowercase English letters and are separated by at least one space. It's guaranteed that text contains at least one word. Rearrange the spaces so that there is an equal number of spaces between every pair of adjacent words and that number is maximized. If you cannot redistribute all..