https://support.mozilla.org/ko/kb/global-search
apple 과 carrot 이 둘 다 있는 메일을 찾을 때
apple carrot
입력
https://support.mozilla.org/ko/kb/global-search
apple 과 carrot 이 둘 다 있는 메일을 찾을 때
apple carrot
입력
<input name="name1" readOnly="true" onkeydown="return false;" >
String name = new String(request.getParameter("name").getBytes("iso-8859-1"), CHARSET_FOR_URL_ENCODING);
String name = new String(request.getParameter("name").getBytes("8859_1"), "EUC-KR");
http://zerof-six.tistory.com/48
ipconfig /release
ipconfig /renew
ipconfig /flushdns
ipconfig /displaydns
https://docs.oracle.com/cd/B10501_01/server.920/a90842/ch13.htm
http://www.cs.rpi.edu/~musser/dsc/idl/idl-overview_13.html
request.getParameterMap().put(parameterName, new String[] {parameterValue});
(http://stackoverflow.com/questions/892537/how-to-set-a-parameter-in-a-httpservletrequest
)
http://egloos.zum.com/romanticDM/v/2508766
http://docs.oracle.com/cd/E13203_01/tuxedo/tux81/pdf/idl2java.pdf