좋은 프로그램은 마음의 여유에서 나온다.
레디스 데몬으로 실행
conf 파일에 설정 daemonize yes http://www.art-coder.com/2011/12/01/how-to-run-redis-server-as-daemon/
데이터베이스
2014. 6. 9. 14:13
스프링 controller 없이 jsp에 바로 맵핑하기
context xml 파일에 mvc 네임스페이스 추가 주소창에 도메인/login 입력하면 login.jsp로 이동
프로그래밍/Spring
2014. 5. 10. 00:05
스프링 다국어 설정
lang 파라미터로 언어 변경 안되는 경우 아래의 코드에서 handlerMapping을 제거하고 localChangeInterceptor을 mvc:interceptor 안에 추가 수정된 내용 참고 : http://stackoverflow.com/questions/18287711/spring-mvc-3-localechangeinterceptor
프로그래밍/Spring
2014. 5. 9. 15:40
우분투 wireshark no interface
우분투에 wireshark 설치 후 capture에 no interface can be used ~~~ 라고 나올 경우 $ sudo apt-get install wireshark $ sudo dpkg-reconfigure wireshark-common $ sudo usermod -a -G wireshark $USER $ sudo reboot 재시작 후 wireshark 실행
운영체제/리눅스
2014. 4. 28. 12:32