일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
- Android
- java
- 와일드카드
- laravel
- NetBeans
- Linux
- SeLinux
- 안드로이드
- 톰캣
- JSON
- File
- 정규식
- MySQL
- DB
- ajax
- Spring
- tomcat
- error
- jquery
- larravel
- 리눅스
- CentOS
- 이클립스
- properties
- html
- junit
- input
- javascript
- php
- curl
- Today
- Total
목록분류 전체보기 (162)
합쭈기 programming
http://docs.unity3d.com/Manual/index.html
WebApplicationContext context = WebApplicationContextUtils.getWebApplicationContext( getFilterConfig().getServletContext(), FrameworkServlet.SERVLET_CONTEXT_PREFIX + "appServlet" ); bean클래스 userService= (bean클래스) context.getBean( "bean이름" );
filter단에서 request parameter에 기본적으로 셋팅하고 싶은 정보가 있을때 사용한다. AddParamHttpRequest.java public class AddParamHttpRequest extends HttpServletRequestWrapper { private final Map modifiableParameters; private Map allParameters = null; /** * Create a new request wrapper that will merge additional parameters into * the request object without prematurely reading parameters from the * original request. * * @p..
pom.xml org.springframework spring-test ${org.springframework-version} MockHttpServletRequest가 있어서 controller단 테스트도 가능
pom.xml org.apache.tomcat.maven tomcat7-maven-plugin 2.1 http://호스트주소/manager/text user name password / -> maven build -> goal : tomcat7:redeploy --> version 2.1 이상에서 동작 maven build 에러 시 jre path를 jdk 안에 jre path로 옴김 톰캣 다운 받았을 때 webapps 안에 있는 manager, host-manager 폴더가 있어야함그리고 사용자를 추가 시켜주어야 하는데 .. tomcat-user.xml에서
message properties tomcat 6에서는 message_ko, en tomcat 7에서는 message_ko_KR, en_EN 해야 인식 ko 또는 KR이 인식되라고 ko_KR 네이밍을 하는데 인식이 안된다. locale을 변경하기 위해 resolver를 bean을 등록한다. servlet-context.xml , 요청을 받기 위한 listener 등록 web.xml 패키지.RequestContextListener 받은 request의 locale 처리를 위한 기술 RequestContextListener.java public class RequestContextListener extends org.springframework.web.context.request.RequestContextL..
http://www.computerpana.net/ 인공지능에 관심 있으면 ㄱㄱ