Programming (305) 썸네일형 리스트형 DevOps Tools Stack Wheel Python Lambda Function 파이썬 가상환경(venv) 종류 및 사용법 정리 https://homubee.tistory.com/38 [Python] 파이썬 가상환경(venv) 종류 및 사용법 정리 오늘은 파이썬 가상환경과 그 종류 및 사용법에 관해 알아보겠습니다. 파이썬에는 여러 가상환경 만드는 방법을 제공하고 있는데, 처음 접해보면 헷갈리고 어려운 면이 있습니다. 관련된 자료 homubee.tistory.com Django https://www.djangoproject.com/ Django The web framework for perfectionists with deadlines. www.djangoproject.com Filters And Interceptors https://youtu.be/MSzDwKpgHxM java.lang.IllegalStateException: Ambiguous mapping found. https://it-hhhj2.tistory.com/95 [JAVA 에러] java.lang.IllegalStateException: Ambiguous mapping found. 문제상황 IllegalStateException 에러가 발생했다는 뜻 ... java.lang.IllegalStateException: Ambiguous mapping. Cannot map 'performanceController' method ~~~해결방법 알고보니, Controller의 @RequestMapping 의 값이 중복되어 나타나 it-hhhj2.tistory.com URL encoding을 해야하는 이유 https://hong-zone17.tistory.com/8 URL encoding을 해야하는 이유 URL encoding은 문자나 특수문자를 웹 서버와 브라우저에서 보편적으로 허용되는 형식으로 변화하는 메커니즘으로, URL에 쓰인 텍스트를 모든 브라우저에서 똑바로 전송하기 위해 존재하는 것이다. hong-zone17.tistory.com HttpURLConnection response code handling https://codereview.stackexchange.com/questions/45819/httpurlconnection-response-code-handling HttpURLConnection response code handling This snippet from a downloader callable handles HTTP status codes. I need critique on both the style (for or do-while loop better here?) and functionality. Should I manage the delay differently? Do I codereview.stackexchange.com HttpUrlConnection을 이용한 외부서버 통신(retry) https://developyo.tistory.com/10 HttpUrlConnection을 이용한 외부서버 통신(retry) HttpUrlConnection을 이용한 외부서버 통신 프로젝트 내에서 외부 library를 사용하는데 제한이 조금 있어서 Spring이 지원하는 RestTemplate 같은 건 사용할 수 없었고, 대신 java.net.HttpUrlConnection 으로 외부 developyo.tistory.com HTTP Request Methods 이전 1 ··· 3 4 5 6 7 8 9 ··· 31 다음