전체 글 (171) 썸네일형 리스트형 RandomStringUtils.randomAlphanumeric 3.17.0 버전에서의 deprecated 개인적으로 유용하게 사용하고 있던 org.apache.commons.lang3.RandomStringUtils 의 대부분 메서들이 3.17.0부터 deprecated 가 되었다. 아마 4버전부터는 삭제될 예정인것으로 파악되지만 너무 아쉽긴 하다.warning 메세지가 싫어 우회적인 방법(commons-lang 3.16.0 변경)으로 처리하여 프로젝트를 진행하고 있지만 확인하여 보니 보안문제로 인하여 deprecated로 결정된 것 같다. https://commons.apache.org/proper/commons-lang/apidocs/org/apache/commons/lang3/RandomStringUtils.html 난수생성관련하여 보안문제로 계속 수정되었던것 같고 앞으로는 apache-commons.. mysqldump db 백업 후 복구시 The table is probably corrupted 에러발생(SQL Error [1728]) 특정 DB를 mysqldump 명령어로 백업 후 mysql 명령어로 복구시 mysql db 의 테이블이 에러메세지 표시 후 조회불가능 * RedHat 7.9* MariaDB 10.11.9 DB를 복구하면서 카탈로그 정보들이 현재 DB와 맞지 않는 것으로 추정된다.mysql_upgrade 명령어를 실행하여 복구하면 해결된다.mysql_upgrade -uroot -p --force LDAP 계정정보 조회에러(DSID-0C09050F) LDAP으로 특정 계정정보가 존재하는지 체크하는 코드 개발 중 에러발생[2024-07-29 09:21:19.168] [ERROR] [nio-8080-exec-4] AdServiceImpl.isAccountAuth:201 - ERRORjavax.naming.AuthenticationException: [LDAP: error code 49 - 80090308: LdapErr: DSID-0C09050F, comment: AcceptSecurityContext error, data 52e, v4563^@] at java.naming/com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3260) ~[?:?] at java.naming/com.sun.. THEIA IDE 다운로드 및 설치방법(윈도우10) 최근에 알게된 이클립스 재단에서 새롭게 개발한 THEIA IDE를 알게되어서 설치하는 방법을 포스팅 1. https://theia-ide.org 접속 2. 하단의 Download Theia IDE - OS에 맞는 버전을 다운로드한다. 3. 윈도우설치버전 TheiaIDESetup.exe 더블클릭 4. 동의함 5. 모든사용자 > 다음 6. 사용권 계약 - 동의함 7. 설치경로 지정 후 설치 8. 진행중 9. 설치완료 10. 실행 11. 실행화면 Azure Media Services Explorer 설치 및 사용법 Azure Portal 웹 화면에서는 Azure Media Services에 등록된 자산(Assets) 정보와 연결된 Blob Stroage를 한눈에 보기 쉽지 않게 되어 있다. 전용툴 - Azure Media Services Explorer 를 사용하면 상세한 정보를 손쉽게 확인할 수 있어 설치해서 사용하는 것을 권장한다. GitHub에 소스 공개 및 설치방법등 자세하게 설명되어 있다. https://github.com/Azure/Azure-Media-Services-Explorer GitHub - Azure/Azure-Media-Services-Explorer: Azure Media Services Explorer Tool Azure Media Services Explorer Tool. Contrib.. [AWS] S3 퍼블릭액세스 Access Denied 해결방법 S3를 이용하여 퍼블릭엑세스 설정 후 이미지파일을 브라우저로 접속시 Access Denied 발생 해결방안은 버킷 정책에 arn명만 Resource 속성에 입력하는 것이 아니라 추가로 arn명/* 구문을 추가해야 해결된다. 해당버킷 > 권한 탭 > 버킷정책 > 편집 - Resource 속성 추가 { "Version": "2012-10-17", "Statement": [ { "Sid": "Statement1", "Effect": "Allow", "Principal": "*", "Action": "s3:*", "Resource": [ "arn:aws:s3:::wyleedp", "arn:aws:s3:::wyleedp/*" ] } ] } 다시 접속하면 정상적으로 이미지가 표시된다. [AWS] 프론티어 가입 AWS 프론티어 가입 - 해외결제가 가능한 신용카드만 있으면 쉽게 가입이 가능하다. 중요한 것은 1년동안 무료혜택이 가능하나 요금이 부과되지 않게 안내페이지를 확인해 봐야한다. - https://repost.aws/ko/knowledge-center/free-tier-charges AWS 프리 티어 사용 시 요금 청구 방지 AWS 서비스를 테스트하기 위해 AWS 프리 티어를 사용하고 있는데, 사용하는 모든 리소스가 AWS 프리 티어에 포함되는지 확인하고 싶습니다. repost.aws [STS] mybatis config 파일 밸리데이션 제외방법 mybatis 를 이용하여 프로젝트 수행시 mybatis 설정파일 관련해서 Problems View 또는 Maker View에서 XML Element type 에러가 계속 발생하여 신경이 쓰인다. (mybatis 작동은 문제없이 잘된다.) Window > Preferences > XML (Wild Web Developer) > Validation & Resoulution > Enable validation 체크해제 [SpringBoot] No command found for '--spring.output.ansi.enabled=always' 에러메세지 표시 후 구동실패 org.springframework.shell.CommandNotFound: No command found for '--spring.output.ansi.enabled=always' 메세지 표시 후 SpringBoot Application 구동실패 [2024-01-18T10:31:11.133+09:00 WARN --- [ restartedMain] org.jline : Unable to create a system terminal, creating a dumb terminal (enable debug logging for more information) [2024-01-18T10:31:11.367+09:00 INFO --- [ restartedMain] o.s.b.a.e.web.EndpointLinksR.. [Swing] 윈도우 탐색기 또는 커맨드(cmd.exe) 실행하는 방법 JAVA/Swing 환경에서 윈도우 탐색기 또는 커맨드창을 실행하면 유용할 것 같아 devcode-stuio JavaProperties 내용을 조회하는 기능에 적용하였다. devcode-studio - https://github.com/wyleedp/devcode/tree/develop/devcode-studio 윈도우 파일탐색기 명령어 # C:\Windows\explorer.exe /e/root/select, C:\Windows\explorer.exe /e/root/select,c:\Windows 윈도우 커맨드창 실행 명령어 # C:\Windows\system32\cmd.exe /C start "" /D "" C:\Windows\system32\cmd.exe /C start "C:\Users\wylee.. 이전 1 2 3 4 ··· 18 다음