알쓸전컴(알아두면 쓸모있는 전자 컴퓨터)
변수 생성해 주는 사이트 공유
https://www.curioustore.com/
카테고리 없음
2020. 5. 14. 15:33
Color를 매치 할때 좋은 사이트 공유
https://color.adobe.com/ko/create https://color.adobe.com/ko/create color.adobe.com
카테고리 없음
2020. 5. 14. 15:33
아래와 같이 하고 Test를 실행 시켜 보았다, //아래와 같이 상속을 받고 CustomDialect 을 만들어 준다. public class CustomDialect extends MySQL56SpatialDialect { public CustomDialect() { super(); //여기에서 ?1 ?2 는 Prams 를 받는 순서이다. //StandardBasicTypes.BOOLEAN 는 해당 함수의 리턴 타입이다. //추후 where 절이나 select 절에서 사용하게 된다. this.registerFunction("match", new StandardSQLFunction ("match(?1) against (?2 in boolean mode)",StandardBasicTypes.BOOLEAN)..
Web /Spring Framework tip
2020. 4. 6. 01:27