Java2 JAVA 에서 외부 API를 호출하는 방법 / HttpClient 와 CloseableHttpClient 의 차이 / CloseableHttpClient 사용법 / 밸덩의 [Apache HttpClient vs. CloseableHttpClient] 튜토리얼을 번역하며 공부한 내용을 기록한 일지 입니다.https://www.baeldung.com/apache-httpclient-vs-closeablehttpclient Apache HttpClient vs. CloseableHttpClient | BaeldungLook at the difference between Apache HttpClient API's HttpClient and CloseableHttpClientwww.baeldung.com CloseableHttpClient를 정리하기에 앞서 Java 에서 외부 api를 호출할 때는 여러 방법이 있습니다.이해하기 쉽게 기준을 크게 두가지로 나눈다면 의존성 추가.. 2025. 5. 23. [JAVA] Calendar 클래스 / 오늘 날짜 구하기 / 이번 달의 첫번째 날 / 이번 달의 마지막 날 / 현재로부터 과거까지 역순 데이트 리스트 출력 https://docs.oracle.com/javase/8/docs/api/java/util/Calendar.html Calendar (Java Platform SE 8 ) Adds or subtracts (up/down) a single unit of time on the given time field without changing larger fields. For example, to roll the current date up by one day, you can achieve it by calling: roll(Calendar.DATE, true). When rolling on the year or Calendar.YE docs.oracle.com 공식문서를 보고 필요한 부분을 번역해서 정리 했습니.. 2023. 5. 10. 이전 1 다음 반응형