Programming/Java (15) 썸네일형 리스트형 Convert JSON to POJO Objects in Java Online https://json2csharp.com/code-converters/json-to-pojo JSON to POJO Object Online Converter - Json2CSharp Toolkit json2csharp.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 Java Playground[Dev.java] https://dev.java/playground/ The Java Playground - Dev.java Copyright © 2023 Oracle and/or its affiliates. All rights reserved. Terms of Use | Privacy | Trademarks dev.java Understanding Object-Oriented Programming concepts https://blog.aigents.co/understanding-object-oriented-programming-concepts-4ddcc0eb3c96 Understanding Object-Oriented Programming concepts Object-oriented concepts give you a solid foundation for making critical design decisions. blog.aigents.co 자바 UUID란? 개념부터 생성, 사용법 정리 https://wakestand.tistory.com/361 자바 UUID란? 개념부터 생성, 사용법 정리 자바에서 UUID란 범용 고유 식별자(Universally Unique Identifiers)를 말하는데 이게 뭔 말이냐면 각 개체를 고유하게 식별 가능한 값을 말한다 예를 들어 여러 시스템(ㅁㅁ전자, ㅁㅁ중공업)에서 식별자 wakestand.tistory.com Java Lessons https://javapoint.com/ Welcome to javapoint.com 3 Ways To Earn Tokens 1 Join Fun Blockchain Challenges & Win Tokens 2 Join The Contrib Community & Complete Tasks For Tokens 3 Mine Tokens To Earn More At Realtydao javapoint.com Understanding Object-Oriented Programming concepts https://blog.aigents.co/understanding-object-oriented-programming-concepts-4ddcc0eb3c96 Understanding Object-Oriented Programming concepts Object-oriented concepts give you a solid foundation for making critical design decisions. blog.aigents.co java.sql.SQLDataException: ORA-01861:리터럴이 형식 문자열과 일치하지 않음. https://nahosung.tistory.com/1 오라클 에러 ORA-01861 리터럴이 형식 문자열과 일치하지 않음 오라클 사용시 간혹 발생 하는 ORA-01861 리터럴이 형식 문자열과 일치하지 않음 이 에러는 날짜 즉 date타입에 String형을 넣으려 하거나, date형과 String형을 비교 하려고 할때 발생하는 에러이다. 에 nahosung.tistory.com 이전 1 2 다음