BACKEND (58) 썸네일형 리스트형 Math random Math.random()*26 + 65 65부터 26개 랜덤 image to base64 https://elmah.io/tools/base64-image-encoder/ Base64 Image Encoder - Convert any image file or URL online With Base64 Image Encoder, you can convert any image file or URL to either Base64, HTML, CSS, JSON, or XML online. Everything happens in the browser. elmah.io java.lang.system.getproperty https://lifeinprogram.tistory.com/19 Java에서 System.getProperty() 사용법 / 현재 디렉토리 알기 / user home 디렉토리 알기 "System.getProperty()" 사용법 자바를 실행할 때, 실행되는 곳의 정보를 얻어오거나 운영체제의 정보가 필요할 때가 있습니다. 실행 위치에 있는 파일을 읽어드려야 하는데, 현재 위치를 알 수 있는 lifeinprogram.tistory.com stringutils.equals vs string.equals https://okky.kr/article/527258 OKKY | stringutils.equals vs equals 대체 뭐가 다른가요? 문자를 비교하는데 equals 나 stringutils.equals 같은 처리 같은 동작을 가지고 있는데 굳이 stringutils.equals 쓰는 이유를 모르겠습니다. 리소스나 관리부분에서 어떠한 점이 메리트인가요? okky.kr [ 참고] https://hahaha2016.tistory.com/8 StringUtils(Contains) -문자열 처리 클래스 - org.apache.commons.lang3.StringUtils ==================== Contains * StringUtils.contains(CharSequence seq, int s.. IF CONTINUE 작성방식 if(i==3) continue; 이렇게 하면 유지보수할때 알아보기 불편 if(i==3) { continue; } 이렇게 쓰는것 권장 The type 'BASE64Encoder' is not API (restriction on required library The type 'BASE64Encoder' is not API (restriction on required library https://devzeroty.tistory.com/entry/%EC%98%A4%EB%A5%98-The-type-BASE64Decoder-is-not-accessible-due-to-restriction-on-required-library [오류] The type BASE64Decoder is not accessible due to restriction on required library 프로젝트들을 셋팅하고 있는데 아래와 같은 에러가 났다. Access restriction: The type BASE64Decoder is not accessible due to restrictio.. [JAVA] 10자리 난수 생성 math.random 실제 적용한 글 https://pythonq.com/so/java/391682 java - 자바에서 10 자리의 고유 한 난수 생성 - IT 툴 넷 java - 자바에서 10 자리의 고유 한 난수 생성 기사 출처 java pythonq.com 그 외 찾아본 글 https://6developer.com/4 [Java] 인증번호 2자리 4자리 6자리 등 난수 생성 (중복허용, 중복제거) [Java] 인증번호 2자리 4자리 6자리 등 난수 생성 (중복허용, 중복제거) - 피곤하다 만들고 싶은게 생겼다 1. 무엇을 만들고 싶었는가 - 인증번호를 생성하고 싶다 - 특정 자리수에 맞게 하나의 6developer.com https://offbyone.tistory.com/237 Java 에서 난.. @resource annotation https://happyourlife.tistory.com/211 @Autowired 와 @Resource 특정 Bean의 기능 수행을 위해 다른 Bean을 참조해야 하는 경우 사용하는 Annotation으로는 @Autowired 또는 @Resource가 있다. @Autowired Spring Framework에서 지원하는 Dependency 정의 용도의 Annotation으로.. happyourlife.tistory.com mybatis 어노테이션 @insert 등 어노테이션 https://sourcestudy.tistory.com/384 008. mybatis 어노테이션 (annotation) 사용방법 mybatis 어노테이션 (annotation) 사용방법 mybatis는 3.x 버전부터 mapper.xml 대신 interface 클래스 의 annotation을 통해 sql을 컨트롤 할 수 있습니다. 1) mapper.xml대신 SqlMapperInter 인터페이스 클래.. sourcestudy.tistory.com java: JPS incremental annotation processing is disabled. Compilation results on partial recompilation may be inaccurate. Use build process "jps.track.ap.dependencies" VM flag to enable/disable incremental annotation processing environment. https://stackoverflow.com/questions/66170975/jps-incremental-annotation-processing-is-disabled-compilation-results-on-partia JPS incremental annotation processing is disabled. Compilation results on partial recompilation may be inaccurate Since IntelliJ IDEA 2020.3.2 (I use Community Edition), I started getting: Parsing java... [applicationname] java: JPS incremental annotation processing is dis.. 이전 1 2 3 4 ··· 6 다음