본문 바로가기

반응형
[MariaDB] Window에서 기동, 중단 시작 그리고, 종료 C:\Program Files\MariaDB 10.0\bin>net start mysql C:\Program Files\MariaDB 10.0\bin>net stop mysql mysqladmin 을 사용 하는 방법 C:\Program Files\MariaDB 10.0\bin>mysqladmin -u root shutdown -p 더보기
GIT 용어 한눈에 보기 SSAG 웹비나 듣고 나서 괜찮은 것 같아서 정리한 내용. 애매한 용어보다는 용어들로 정리하니 한눈에 이해가 됨. 더보기
봄이 오니.. Spring 이 땡기는 구나.. (spring framework name background) Spring Framework을 사용하면서 왜 Spring 이라는 이름을 짓게 되었을까? 라는 생각으로 찾아봤다. [Spring Framework name background] Fortunately Yann stepped up with a suggestion: "Spring". His reasoning was association with nature (having noticed that I’d trekked to Everest Base Camp in 2000); and the fact that Spring represented a fresh start after the "winter" of traditional J2EE. 더 자세한 내용은 아래 주소로.http://spring.io/blog/2006/1.. 더보기
org.springframework.util.StringUtils 앞으로 spring을 사용 할 때 Spring Util 중 하나인 org.springframework.util.StringUtils 을 사용 하자. 다음은 Spring 에서 제공하는 Test case 이다. /** * Copyright 2002-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 .. 더보기
Sitemesh PageFilter VS SiteMeshFilter 대다수의 sitemesh 사용한 프로젝트에서 com.opensymphony.module.sitemesh.filter.PageFilter으로 sitemesh filter를 사용하고 있는데 sitemesh 홈페이지에서 샘플예제로com.opensymphony.sitemesh.webapp.SiteMeshFilter으로 간단하게 구현되어 있는걸 보고 왜 잘 만들어진 filter를 두고 다른 걸 사용했을까?하는 의문에서 차이를 찾아보다 발견한 문구. "Deprecate PageFilter in favour of SiteMeshFilter." (Jan 07, 2007) 아래는 Changes Log-- Changes in 2.4 --Tasks * [SIM-230] - Remove PageFilter, in favour.. 더보기

반응형