2008. 6. 10. 10:30

Firefox 2.0 글쓰기 테스트

음... TTML인가... 그걸로 안되네

흠냐뤼...

지웠던 파폭 다시 깔았다.. 근데 아직 3은 정식발매가 안되었네?

예전 파폭 설정과 세션까지 모두 남아계신 센스-_-b
2008. 1. 29. 10:54

svn 참조

http://tong.nate.com/mainyh/35958235

svn 관련 레퍼런스....

챔버 컴퓨터에 우연히 저장된 즐겨찾기에서 보고...

아... 집에 가고 싶어
2006. 12. 17. 23:06

Patch 파일 만들기

어디에선가 퍼옴

-------------------------
뭐 별로 그다지 프로그래램을 많이 짜는 편이 아니라 하지만 프로그램을 많이 설치하다 보니 diff와 patch를 자주 사용하게 됩니다.

패치 파일 만들기

diff -urN 원본파일 수정본 > 생성될파일.diff


패치 적용하기 가장 간단하고 내가 많이 쓰는 방법

patch -p0 < 패치파일.diff

2006. 7. 27. 00:56

PHP 5.1.4 configure

'./configure' '--prefix=/usr/local/php' '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-mysql=/usr/local/mysql' '--with-language=korean' '--disable-debug' '--with-config-file-path=/usr/local/apache2/conf' '--enable-mbstring' '--with-gd=/usr/local' '--with-jpeg-dir=/usr/local' '--with-png-dir=/usr/local' '--with-ldap=/usr/local' '--with-libxml-dir=/usr/local' '--with-libexpat-dir=/usr/local' '--enable-ftp' '--enable-shared=yes' '--enable-static=yes' '--enable-sockets' '--enable-wddx' '--with-xmlrpc' '--with-zlib=/usr/local' '--with-zlib-dir=/usr/local' '--with-iconv-dir=/usr/local' '--enable-soap' '--with-freetype-dir' '--with-gettext=/usr/local' '--with-db4=/usr/local/BerkeleyDB.4.2'
2006. 4. 8. 17:21

HTTP 1.1 status codes

100 : Continue
101 : Switching protocols
200 : OK, 에러없이 전송 성공
201 : Created, POST 명령 실행 및 성공
202 : Accepted, 서버가 클라이언트 명령을 받음
203 : Non-authoritative information, 서버가 클라이언트 요구 중 일부 만 전송
204 : No content, 클라언트 요구을 처리했으나 전송할 데이터가 없음
205 : Reset content
206 : Partial content
300 : Multiple choices, 최근에 옮겨진 데이터를 요청
301 : Moved permanently, 요구한 데이터를 변경된 임시 URL에서 찾았음
302 : Moved temporarily, 요구한 데이터가 변경된 URL에 있음을 명시
303 : See other, 요구한 데이터를 변경하지 않았기 때문에 문제가 있음
304 : Not modified
305 : Use proxy
400 : Bad request, 클라이언트의 잘못된 요청으로 처리할 수 없음
401 : Unauthorized, 클라이언트의 인증 실패
402 : Payment required, 예약됨
403 : Forbidden, 접근이 거부된 문서를 요청함
404 : Not found, 문서를 찾을 수 없음
405 : Method not allowed, 리소스를 허용안함
406 : Not acceptable, 허용할 수 없음
407 : Proxy authentication required, 프록시 인증 필요
408 : Request timeout, 요청시간이 지남
409 : Conflict
410 : Gone, 영구적으로 사용할 수 없음
411 : Length required
412 : Precondition failed, 전체조건 실패
413 : Request entity too large,
414 : Request-URI too long, URL이 너무 김
415 : Unsupported media type
500 : Internal server error, 내부서버 오류(잘못된 스크립트 실행시)
501 : Not implemented, 클라이언트에서 서버가 수행할 수 없는 행동을 요구함
502 : Bad gateway, 서버의 과부하 상태
503 : Service unavailable, 외부 서비스가 죽었거나 현재 멈춤 상태
504 : Gateway timeout
505 : HTTP version not supported
2006. 4. 8. 16:44

XML schema tutorial

2006. 4. 8. 16:44

웹서비스 표준

# 웹서비스 표준
http://www.w3.org/2002/ws/

# XML 표준 (SOAP 등 XML 관련 프로토콜)
http://www.w3.org/2000/xp/Group/