[DBMS] Migration, Oracle to MySQL (MariaDB)
Oracle에서 MySQL 또는 MariaDB로 마이그레이션 하는 방법! http://sarc.io/index.php/mariadb/605-dbms-migration-oracle-to-mysql-mariadbhttps://mariadb.com/services/migration-practice
Oracle에서 MySQL 또는 MariaDB로 마이그레이션 하는 방법! http://sarc.io/index.php/mariadb/605-dbms-migration-oracle-to-mysql-mariadbhttps://mariadb.com/services/migration-practice
MariaDB로 게시판 테이블 생성 후 insert문에 now()를 썼는데결과를 보니까 글 쓴 시간과 현재 시간에 차이가 있었다.알고보니 rds 자체 timezone 설정이 달라서였다. 구글링해보니 아래와 같은 문서를 찾아볼 수 있었다. Maria DB Timezone 변경 방법http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MariaDB.html#MariaDB.Concepts.LocalTimeZone RDS DB 별 Timezone 변경 방법https://aws.amazon.com/ko/premiumsupport/knowledge-center/rds-change-time-zone/ 내 기준으로 MariaDB이기 때문에 따라해보니RDS - Inst..
jQuery FilterTable ExamplesThe Options table below has filterTable({quickList:['class','tag']}) applied to it.Here are some bare-bones samples. 출처 및 참고https://sunnywalker.github.io/jQuery.FilterTable/http://www.vijayjoshi.org/examples/filterTable.htmlhttp://jsfiddle.net/9hGym/293/
CSS .div1{width:800px;height:800px;top:50%;left:50%;margin-left:-400px;margin-top:-400px;} css로 가운데 정렬을 하려면 width와 height가 지정되어야 있어야 한다.top과 left로 절반의 공백을 지정한 후 margin left와 top값을 각각 width와 height를 반으로 나눈 값을 빼준다.그렇게 적용하면 브라우저 가운데에 div가 위치한다.
이클립스 특정 버전 이상, STS가 설치된 상태에서 Spring Legacy Project를 누르면Spring MVC Project가 없는 경우가 발생! 아래 글에 따르면 window-preferences-spring-template project에 들어간 후spring-data-gemfire, spring-integration을 지운 후Show self-hosted templates를 체크한 후 apply를 해주면 리스트가 다시 나온다! Go to New Project -> Spring Project. For first use, only show "Simple Project" folder. - Select Configure templates.. (blue link). - In Template Proje..