인기글
- Jedis Pool 최적화 - JedisPool - redis connection pool (레디스 커넥션 풀) https://partners-intl.aliyun.com/help/doc-detail/98726.htm 에 있는 JedisPool optimization 영문 내용을 번역하였습니다. JedisPool optimization - ApsaraDB for Redis - Alibaba Cloud Documentation Center You can set JedisPool parameters to proper values to improve Redis performance. This topic describes how to use JedisPool and configure the resource pool parameters. This topic also describes the recommended settin..
- MySQL 유닉스 타임 타임존 (UNIX_TIMESTAMP) MySQL 타임존이 UTC 일 경우 SELECT UNIX_TIMESTAMP(); ==> UTC 시간으로 들어감. SELECT DATE_ADD(from_unixtime(유닉스 타임), INTERVAL +9 hour); ==> 한국시간(UTC+9) 으로 변환 MySQL 타임존 확인 SELECT @@GLOBAL.time_zone, @@SESSION.time_zone, @@system_time_zone; MySQL 에 UTC 시간으로 저장되기 위해서는 시스템 타임존이 UTC 이여야 한다. 만약에 시스템 타임존을 UTC 로 변경할수 없다면, MySQL 설정에서 MySQL 자체의 타임존을 UTC 로 변경한다.
- 톰캣에서 애플리케이션 두번 디플로이 되는 현상 중복(두번) 디플로이가 되어 스케줄러가 두번 구동되거나, 로그가 중복으로 찍히는 현상 또는 애플리케이션이 두번 구동되는 현상의 원인 1. web.xml 의 ContextContextLoaderListener 과 DispatcherServlet 에서 같은 설정 파일(*.xml) 을 로딩되도록 설정되어 있을때 2. Tomcat server.xml 파일 내용중 Host 의 appBase 와 Context 의 docbase 의 경로가 동일하거나, appBase 경로에 docBase 경로가 포함될때 참고 : https://tomcat.apache.org/tomcat-8.5-doc/config/host.html Automatic Application Deployment ...... When using automat..
- Spring @Autowired 사용시 주의점 @Autowired 사용시 동일한 타입의 Bean 객체를 2개 이상일때 Injection of autowired dependencies failed 에러 발생하게 됩니다. 원인 : expected single matching bean but found 2: 해결방법 : @Autowired 사용시에는 동일한 타입을 Bean 객체를 2개사용하지 말것. (@Autowired 로 명시해준 클래스의 동일한 클래스를 XML 설정파일에 bean 으로 설정하지 말것.) 만약, 동일한 클래스를 2개 이상 설정해줘야 한다면, 예) bean id가 main 일 경우 @Qualifier("main") 를 함께 사용하여 이름을 지정하거나, @Resource(name = "main") 를 이용하여 이름을 지정한다. 참고 URL ..
최신글
- glare glare : 노려보다, 눈이 부시게 빛나다 2024.11.20
- 리눅스 폴더 용량 https://zeuskwon-ds.tistory.com/133 [Linux] 파일 or 폴더 용량 확인 - df, du1. df 명령어df 명령어는 'disk free'의 약자로, 파일 시스템의 용량과 사용 현황을 표시해준다.$ df -h* -h(human-readable) 옵션을 사용하면 용량을 보기 쉬운 형식으로 출력한다. 예를들면 "100M" 대신 "100MB"zeuskwon-ds.tistory.com 2024.11.19
- solar solar : 태양의 2024.11.19
데이빗 백곰의 월간 Keep
- 월간 Keep 2024-10호 2024.11.03
- 월간 Keep 2024-09호 2024.10.05
- 월간 Keep 2024-08호 2024.08.31
- 월간 Keep 2024-07호 2024.08.04
- 월간 Keep 2024-06호 2024.07.06
- 월간 Keep 2024-05호 2024.06.02
728x90