- [프로그래밍] DataSource 설정 및 DBCP Validation 쿼리
마지막으로 DB에 커넥션을 맺은후 사용이 없다 보니 데이터 베이스 커넥션이 자동으로 끊어지는 경우 아래와 같이 datasour..
2014.12.26
0
- [프로그래밍] ASP.NET Configuration Site Launch in VS2013
ASP.NET Configuration Site in VS 2013
iisexpress.exe /path:C:\Windows..
2014.06.18
0
- [일반] 경력직 웹 개발자 구인합니다.
아래 잡코리아에 상세한 사항 있습니다.
웹 개발자로서 전직이나 직장을 알아보고 계신분이 있다면 한번 응모해주세요.
응모하시고 ..
2012.09.06
5
- [프로그래밍] HTML5 meta tag for character set
First one working, but second don't. why?
2012.05.10
0
- [일반] IT 업계 구인 이야기
프로그래머 경력 10년차, 팀장이라는거 하는데 업무중에서 구인이 가장 어려움.
이 친구를 뽑으면 잘 일 할 수 있을까? 성격..
2012.01.30
14
- [프로그래밍] Eclipse/Visual studio files that exclude from cvs or svn repository
Eclipse:
Window > Preferences > Team > Ignored Resources
then add belo..
2011.12.13
0
- [프로그래밍] Check out later
@RequestMapping(value="/{day}", method = RequestMethod.GET)
public..
2011.11.17
0
- [프로그래밍] Validation constaints
Constraint path Parameters
javax.validation.cons..
2011.11.16
0
- [프로그래밍] multipart form data upload request header extraction
AttributeName: encodingFilter.FILTERED Attribute: true
AttributeName: ..
2011.11.09
2
- [프로그래밍] mvc annotation driven conflict with HandlerInterceptor
If your Spring mvc application use
<mvc:annotation-driven />
tag ..
2011.11.08
0
- [프로그래밍] Loading xml resource files in spring maven project
By default Maven project has resource folder located "src/main/resourc..
2011.11.08
2
- [프로그래밍] Spring Web Application Context Visibility
While developing a Web App using Spring little things can take a lot o..
2011.11.01
0
- [프로그래밍] Json response in spring mvc 3.0
YourRespone is Java object to be returned to a requeter.
Using Mapping..
2011.10.28
0
- [프로그래밍] Idempotent and POST and PUT Method
Describing an action which, when performed multiple times, has no furt..
2011.10.20
0
- [프로그래밍] Byte order
Network byteorder use big endian so application must handle the byte o..
2011.10.12
0
- [프로그래밍] androidscreencast
http://code.google.com/p/androidscreencast/
jdk, jre, android-sdk req..
2011.10.03
0
- [프로그래밍] Server characterset encoding
URL strings in "GET" method must be encoded
use java.net.URLEncoder c..
2011.09.29
0
- [프로그래밍] HttpURLConnection with DELETE, HEAD method
DELETE method
// Setup connection
URL url = new URL(path);
HttpURL..
2011.09.28
1
- [프로그래밍] JAXB error with conflicted name
using JABX to genetrate XML binding classes.
the schema is based on a ..
2011.09.28
0
- [프로그래밍] android emulator start error with
It is a R12 sdk bug. sdk location can not contain any spaces.
in 64bi..
2011.08.24
0