prompt FOO
https://docs.oracle.com/cd/B10501_01/server.920/a90842/ch13.htm
prompt FOO
https://docs.oracle.com/cd/B10501_01/server.920/a90842/ch13.htm
select a.*, replace(a.text, chr(10), '') from dba_source a where name = upper('PACKAGE_NAME_OR_FUNCTION_NAME')
column dcol new_value SYSDATE noprint
select to_char(sysdate,'YYYYMMDD') dcol from dual;
spool E:\Test\testlog.&sysdate.log
https://community.oracle.com/thread/2536252?tstart=0
http://www.perl.com/pub/2000/11/begperl3.html
$user_location = "I see thirteen black cats under a ladder."; if ($user_location =~ /thirteen/) { print "Eek, bad luck!\n"; }
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