'Computer_IT > JSP' 카테고리의 다른 글
| [JSP] URLEncoder (0) | 2006.09.30 |
|---|---|
| [JSP] page redirect (0) | 2006.09.30 |
| [JSP] request method list (0) | 2006.09.30 |
| JSP request. 들의 메소드 (0) | 2006.04.13 |
| Calendar 를 이용한 날짜 출력 (0) | 2006.04.07 |
| [JSP] URLEncoder (0) | 2006.09.30 |
|---|---|
| [JSP] page redirect (0) | 2006.09.30 |
| [JSP] request method list (0) | 2006.09.30 |
| JSP request. 들의 메소드 (0) | 2006.04.13 |
| Calendar 를 이용한 날짜 출력 (0) | 2006.04.07 |
| Fatal error: Class 'SoapClient' not found (0) | 2010.11.08 |
|---|---|
| [JAVASCRIPT] 해상도 설정 보기 (0) | 2006.06.29 |
| 외부 CSS파일 불러오기 (0) | 2006.06.29 |
| Eclipse - JAD Pluggin (0) | 2007.11.19 |
|---|---|
| [SWT] 기본적인 Hello Window (0) | 2007.08.13 |
| [java] 인수로 주어진 파일에 대한 정보 출력 (0) | 2006.09.27 |
| [JAVA] APPLET - ButtonEvent (0) | 2006.09.18 |
| [JAVA] APPLET - Label 사용예제 (0) | 2006.09.18 |
| [SWT] 기본적인 Hello Window (0) | 2007.08.13 |
|---|---|
| [java5] Calendar Example - 년 월 일 시 분 초 (0) | 2006.09.28 |
| [JAVA] APPLET - ButtonEvent (0) | 2006.09.18 |
| [JAVA] APPLET - Label 사용예제 (0) | 2006.09.18 |
| [JAVA5] 방향키를 이용해 button 움직이기 (0) | 2006.09.14 |
| Character | Type | Output Format |
| c | int or wint_t | When used with printf functions, specifies a single-byte character; when used with wprintf functions, specifies a wide character. |
| C | int or wint_t | When used with printf functions, specifies a wide character; when used with wprintf functions, specifies a single-byte character. |
| d | int | Signed decimal integer. |
| i | int | Signed decimal integer. |
| o | int | Unsigned octal integer. |
| u | int | Unsigned decimal integer. |
| x | int | Unsigned hexadecimal integer, using “abcdef.” |
| X | int | Unsigned hexadecimal integer, using “ABCDEF.” |
| e | double | Signed value having the form [ – ]d.dddd e [sign]ddd where d is a single decimal digit, dddd is one or more decimal digits, ddd is exactly three decimal digits, and sign is + or –. |
| E | double | Identical to the e format except that E rather than e introduces the exponent. |
| f | double | Signed value having the form [ – ]dddd.dddd, where dddd is one or more decimal digits. The number of digits before the decimal point depends on the magnitude of the number, and the number of digits after the decimal point depends on the requested precision. |
| g | double | Signed value printed in f or e format, whichever is more compact for the given value and precision. The e format is used only when the exponent of the value is less than –4 or greater than or equal to the precision argument. Trailing zeros are truncated, and the decimal point appears only if one or more digits follow it. |
| G | double | Identical to the g format, except that E, rather than e, introduces the exponent (where appropriate). |
| n | Pointer to integer | Number of characters successfully written so far to the stream or buffer; this value is stored in the integer whose address is given as the argument. |
| p | Pointer to void | Prints the address pointed to by the argument in the form xxxx:yyyy where xxxx is the segment and yyyy is the offset, and the digits x and y are uppercase hexadecimal digits. |
| s | String | When used with printf functions, specifies a single-byte–character string; when used with wprintf functions, specifies a wide-character string. Characters are printed up to the first null character or until the precision value is reached. |
| S | String | When used with printf functions, specifies a wide-character string; when used with wprintf functions, specifies a single-byte–character string. Characters are printed up to the first null character or until the precision value is reached. |
| [C] VC ConsoleWindows에서 DC를 이용해 마우스로 그림그리기 (0) | 2006.11.23 |
|---|---|
| [C] 전광판 소스... (0) | 2006.11.23 |
| [C] Long Type의 Data형을 10진수에서 2진수로.. (0) | 2006.09.12 |
| [VC] 인라인 ASM 으로 작성한 연산 (1) | 2006.08.14 |
| [VC] MMX support 여부 (0) | 2006.08.14 |
| ALL_HTTP | HTTP_ACCEPT:*/* HTTP_ACCEPT_LANGUAGE:ko HTTP_CONNECTION:Keep-Alive HTTP_HOST:localhost HTTP_USER_AGENT:Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) HTTP_COOKIE:ASPSESSIONIDAACTDBBR=JHJJFIEADMJHPCLKLIPJJCNC HTTP_ACCEPT_ENCODING:gzip, deflate |
| ALL_RAW | Accept: */* Accept-Language: ko Connection: Keep-Alive Host: localhost User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) Cookie: ASPSESSIONIDAACTDBBR=JHJJFIEADMJHPCLKLIPJJCNC Accept-Encoding: gzip, deflate |
| APPL_MD_PATH | /LM/W3SVC/1/ROOT |
| APPL_PHYSICAL_PATH | d:\asp\ |
| AUTH_PASSWORD | |
| AUTH_TYPE | |
| AUTH_USER | |
| CERT_COOKIE | |
| CERT_FLAGS | |
| CERT_ISSUER | |
| CERT_KEYSIZE | |
| CERT_SECRETKEYSIZE | |
| CERT_SERIALNUMBER | |
| CERT_SERVER_ISSUER | |
| CERT_SERVER_SUBJECT | |
| CERT_SUBJECT | |
| CONTENT_LENGTH | 0 |
| CONTENT_TYPE | |
| GATEWAY_INTERFACE | CGI/1.1 |
| HTTPS | off |
| HTTPS_KEYSIZE | |
| HTTPS_SECRETKEYSIZE | |
| HTTPS_SERVER_ISSUER | |
| HTTPS_SERVER_SUBJECT | |
| INSTANCE_ID | 1 |
| INSTANCE_META_PATH | /LM/W3SVC/1 |
| LOCAL_ADDR | 127.0.0.1 |
| LOGON_USER | |
| PATH_INFO | /servarvariables.asp |
| PATH_TRANSLATED | d:\asp\servarvariables.asp |
| QUERY_STRING | |
| REMOTE_ADDR | 127.0.0.1 |
| REMOTE_HOST | 127.0.0.1 |
| REMOTE_USER | |
| REQUEST_METHOD | GET |
| SCRIPT_NAME | /servarvariables.asp |
| SERVER_NAME | localhost |
| SERVER_PORT | 80 |
| SERVER_PORT_SECURE | 0 |
| SERVER_PROTOCOL | HTTP/1.1 |
| SERVER_SOFTWARE | Microsoft-IIS/5.1 |
| URL | /servarvariables.asp |
| HTTP_ACCEPT | */* |
| HTTP_ACCEPT_LANGUAGE | ko |
| HTTP_CONNECTION | Keep-Alive |
| HTTP_HOST | localhost |
| HTTP_USER_AGENT | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) |
| HTTP_COOKIE | ASPSESSIONIDAACTDBBR=JHJJFIEADMJHPCLKLIPJJCNC |
| HTTP_ACCEPT_ENCODING | gzip, deflate |
| 웹 개발 Debugging Tool (0) | 2007.12.30 |
|---|---|
| [ASP] FSBOARD 3.0 (0) | 2007.08.13 |
http://support.microsoft.com/?id=837910 접속후 다운로드
regsvr32 "C:\Program Files\Microsoft Visual Studio\VB98\VB6IDEMouseWheelAddin.dll" 입력!
| [VB] Access OLEDB & Access Passworld, 암호 설정되어있을시 연결문자열 (0) | 2006.12.09 |
|---|---|
| [VB] MSN Style Notification Messages 구현소스 (1) | 2006.11.08 |
| [VB] 키보드의 대문자만 입력 (0) | 2006.09.12 |
| [VB] Microsoft FlexGrid Control 6.0 Example (0) | 2006.09.12 |
| [VB] 종료시 확인하기, Terminate 시 확인 (0) | 2006.09.12 |
| [java5] Calendar Example - 년 월 일 시 분 초 (0) | 2006.09.28 |
|---|---|
| [java] 인수로 주어진 파일에 대한 정보 출력 (0) | 2006.09.27 |
| [JAVA] APPLET - Label 사용예제 (0) | 2006.09.18 |
| [JAVA5] 방향키를 이용해 button 움직이기 (0) | 2006.09.14 |
| [JAVA5] ActionEvent Example (0) | 2006.09.14 |
| [java] 인수로 주어진 파일에 대한 정보 출력 (0) | 2006.09.27 |
|---|---|
| [JAVA] APPLET - ButtonEvent (0) | 2006.09.18 |
| [JAVA5] 방향키를 이용해 button 움직이기 (0) | 2006.09.14 |
| [JAVA5] ActionEvent Example (0) | 2006.09.14 |
| [JAVA] InetAddress (0) | 2006.09.14 |
필요한 스크립트
$ORACLE_HOME/rdbms/admin/utlxplan.sql 실행
| [ORACLE] 제어판->관리도구->불필요 서비스 삭제 (0) | 2007.03.13 |
|---|---|
| [Oracle] Cluster 구성 (0) | 2006.11.01 |
| ORACLE USER KILL (0) | 2006.09.18 |
| CBO (0) | 2006.08.07 |
| Oracle® Database SQL Reference (0) | 2006.08.07 |
locking된 user kill
ALTER SYSTEM KILL SESSION 'integer1, integer2'
- integer1 : V$SESSION 뷰에서 SID열값 (SID=Session ID)
- integer2 : V$SESSION 뷰에서 SERIAL# 열값
SID, SERIAL# 값 확인
| [Oracle] Cluster 구성 (0) | 2006.11.01 |
|---|---|
| [ORACLE] Oracle9i 실행계획 보기 (0) | 2006.09.18 |
| CBO (0) | 2006.08.07 |
| Oracle® Database SQL Reference (0) | 2006.08.07 |
| [MySQL] 사용자 추가 (0) | 2006.07.09 |
| [JAVA] APPLET - ButtonEvent (0) | 2006.09.18 |
|---|---|
| [JAVA] APPLET - Label 사용예제 (0) | 2006.09.18 |
| [JAVA5] ActionEvent Example (0) | 2006.09.14 |
| [JAVA] InetAddress (0) | 2006.09.14 |
| 콘솔입력받아 배열에 넣기 (0) | 2006.04.16 |
| [JAVA] APPLET - Label 사용예제 (0) | 2006.09.18 |
|---|---|
| [JAVA5] 방향키를 이용해 button 움직이기 (0) | 2006.09.14 |
| [JAVA] InetAddress (0) | 2006.09.14 |
| 콘솔입력받아 배열에 넣기 (0) | 2006.04.16 |
| JAVA class 정의 (0) | 2006.04.12 |
| [JAVA5] 방향키를 이용해 button 움직이기 (0) | 2006.09.14 |
|---|---|
| [JAVA5] ActionEvent Example (0) | 2006.09.14 |
| 콘솔입력받아 배열에 넣기 (0) | 2006.04.16 |
| JAVA class 정의 (0) | 2006.04.12 |
| JAVA에서 Console 문자열 입력받기 (0) | 2006.04.05 |
| [C] 전광판 소스... (0) | 2006.11.23 |
|---|---|
| [C] printf Type Field Characters (0) | 2006.09.26 |
| [VC] 인라인 ASM 으로 작성한 연산 (1) | 2006.08.14 |
| [VC] MMX support 여부 (0) | 2006.08.14 |
| Example Program: A Simple Query (0) | 2006.08.07 |
| [VB] Access OLEDB & Access Passworld, 암호 설정되어있을시 연결문자열 (0) | 2006.12.09 |
|---|---|
| [VB] MSN Style Notification Messages 구현소스 (1) | 2006.11.08 |
| [VB] Visual Basic 6 - IDE에서 MouseWheel 사용 (0) | 2006.09.19 |
| [VB] Microsoft FlexGrid Control 6.0 Example (0) | 2006.09.12 |
| [VB] 종료시 확인하기, Terminate 시 확인 (0) | 2006.09.12 |
| [VB] Access OLEDB & Access Passworld, 암호 설정되어있을시 연결문자열 (0) | 2006.12.09 |
|---|---|
| [VB] MSN Style Notification Messages 구현소스 (1) | 2006.11.08 |
| [VB] Visual Basic 6 - IDE에서 MouseWheel 사용 (0) | 2006.09.19 |
| [VB] 키보드의 대문자만 입력 (0) | 2006.09.12 |
| [VB] 종료시 확인하기, Terminate 시 확인 (0) | 2006.09.12 |
| [VB] Access OLEDB & Access Passworld, 암호 설정되어있을시 연결문자열 (0) | 2006.12.09 |
|---|---|
| [VB] MSN Style Notification Messages 구현소스 (1) | 2006.11.08 |
| [VB] Visual Basic 6 - IDE에서 MouseWheel 사용 (0) | 2006.09.19 |
| [VB] 키보드의 대문자만 입력 (0) | 2006.09.12 |
| [VB] Microsoft FlexGrid Control 6.0 Example (0) | 2006.09.12 |
상태클래스 | 상태코드 | 이유 프레이즈 |
Successful | 200 | OK |
201 | Created | |
202 | Accepted | |
204 | No Content | |
Redirection | 300 | Multiple Choices |
301 | Moved Permanently | |
302 | Moved Temporarily | |
304 | Not Modified | |
Client Error | 400 | Bad Request |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found | |
Server Error | 500 | Internal Server Error |
501 | Not Implemented | |
502 | Bad Gateway | |
503 | Service Unavailable |
| [PHP] 세션 에러 1 (0) | 2006.08.06 |
|---|
| [C] printf Type Field Characters (0) | 2006.09.26 |
|---|---|
| [C] Long Type의 Data형을 10진수에서 2진수로.. (0) | 2006.09.12 |
| [VC] MMX support 여부 (0) | 2006.08.14 |
| Example Program: A Simple Query (0) | 2006.08.07 |
| Const Member변수 초기화 특성 (0) | 2006.04.24 |
| [C] Long Type의 Data형을 10진수에서 2진수로.. (0) | 2006.09.12 |
|---|---|
| [VC] 인라인 ASM 으로 작성한 연산 (1) | 2006.08.14 |
| Example Program: A Simple Query (0) | 2006.08.07 |
| Const Member변수 초기화 특성 (0) | 2006.04.24 |
| LinkedList 자료 (0) | 2006.04.06 |
| [Oracle] Cluster 구성 (0) | 2006.11.01 |
|---|---|
| [ORACLE] Oracle9i 실행계획 보기 (0) | 2006.09.18 |
| ORACLE USER KILL (0) | 2006.09.18 |
| Oracle® Database SQL Reference (0) | 2006.08.07 |
| [MySQL] 사용자 추가 (0) | 2006.07.09 |
| [VC] 인라인 ASM 으로 작성한 연산 (1) | 2006.08.14 |
|---|---|
| [VC] MMX support 여부 (0) | 2006.08.14 |
| Const Member변수 초기화 특성 (0) | 2006.04.24 |
| LinkedList 자료 (0) | 2006.04.06 |
| VC++ 단축키 모음 (2) | 2006.03.19 |
| [Oracle] Cluster 구성 (0) | 2006.11.01 |
|---|---|
| [ORACLE] Oracle9i 실행계획 보기 (0) | 2006.09.18 |
| ORACLE USER KILL (0) | 2006.09.18 |
| CBO (0) | 2006.08.07 |
| [MySQL] 사용자 추가 (0) | 2006.07.09 |
php 코딩시 <? session_start(); ?> 함수를 호출하기 이전엔 그 어떠한 내용도 먼저 실행 되면 안된다.
session_start를 처음에 실행하도록 한다.
| HTTP 상태코드 (0) | 2006.08.20 |
|---|
| [Oracle] Cluster 구성 (0) | 2006.11.01 |
|---|---|
| [ORACLE] Oracle9i 실행계획 보기 (0) | 2006.09.18 |
| ORACLE USER KILL (0) | 2006.09.18 |
| CBO (0) | 2006.08.07 |
| Oracle® Database SQL Reference (0) | 2006.08.07 |
| WEB 개발용 Debugging Tools (0) | 2008.03.18 |
|---|---|
| JAVASCRIPT 10분 DOM 강좌 (0) | 2008.03.09 |
| [JAVASCRIPT] 입력Form ToolTip 샘플 (0) | 2006.10.01 |
| [DOM] Accesskey를 이용해 Focus설정 (0) | 2006.06.29 |
| CSS Properties Reference... (0) | 2006.06.29 |
| Fatal error: Class 'SoapClient' not found (0) | 2010.11.08 |
|---|---|
| [javascript] 1초마다 시간 출력 (1) | 2006.09.29 |
| 외부 CSS파일 불러오기 (0) | 2006.06.29 |
<body onload="access()">
<p><a id="myAnchor" href=http://sarangsai.com>sarangsai</a></p>
<p>ALT+'A' 키를 누르면 포커스가 링크로 이동</p>
</body>
</html>
| WEB 개발용 Debugging Tools (0) | 2008.03.18 |
|---|---|
| JAVASCRIPT 10분 DOM 강좌 (0) | 2008.03.09 |
| [JAVASCRIPT] 입력Form ToolTip 샘플 (0) | 2006.10.01 |
| [MSDN] XMLHttpRequest (0) | 2006.06.30 |
| CSS Properties Reference... (0) | 2006.06.29 |