- [프로그래밍] 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
- [프로그래밍] HTML5 meta tag for character set
First one working, but second don't. why?
2012.05.10
0
- [프로그래밍] 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
- [프로그래밍] mount the cdrom on centos
For CD-ROM
-> mount /dev/cdrom /mnt
For DVD
-> mount /dev/dvd /mnt
2011.07.26
0