Windows7을 UltraISO로 USB 부팅 디스크를 만들어서 설치해봤는데 실패했다.
MS에서 공식적으로 배포하는 Windows7-USB-DVD 툴로 해결했다.

의존성 문제가 있으니 차례대로 설치하는 것이 좋음
  • .NET Framework 2.0 다운로드 [링크]
  • IMAPIv2.0 다운로드 [링크]
  • Windows 7 USB DVD 다운로드도구 받기 [링크]

'Resources > IT 일반' 카테고리의 다른 글

[링크] MSN 메신저 한글 입력 문제 해결방법  (0) 2010.03.30
삼성 앱스 컨테스트 2010  (0) 2010.03.15
[Windows7] hosts 파일위치  (0) 2010.03.10
Adobe 리더 메뉴가 사라진 경우  (0) 2010.03.04
실시간 검색 엔진 TOPSY  (0) 2010.02.16
CO-WORKING SPACE  (0) 2010.02.08
애플 iPad 소개 동영상  (0) 2010.01.28

'Resources > Web' 카테고리의 다른 글

me2API 메소드 리스트  (0) 2010.02.09
me2API 오류 코드  (0) 2010.02.08
[링크] HTML5의 모든것  (0) 2010.02.03
[링크] 웹 개발자 리소스  (0) 2010.02.03
Google I/O 2009 키노트 :: HTML5  (0) 2010.02.02
Apache CouchDB  (0) 2010.01.22
RESTful  (0) 2010.01.22


CouchDB
  • MapReduce 스타일
  • 스키마 안씀
  • 문서 단위 저장
  • CVS/SVN과 유사하게 Revision 사용
Groovy+CouchDB
  • RestClient를 사용하면 쉽게 CouchDB와 연동가능함
    • new RESTClient('http://...').put( path:'...',

설치


'Resources > Web' 카테고리의 다른 글

me2API 메소드 리스트  (0) 2010.02.09
me2API 오류 코드  (0) 2010.02.08
[링크] HTML5의 모든것  (0) 2010.02.03
[링크] 웹 개발자 리소스  (0) 2010.02.03
Google I/O 2009 키노트 :: HTML5  (0) 2010.02.02
Apache CouchDB e-Book  (0) 2010.01.22
RESTful  (0) 2010.01.22

Representational state transfer (REST) is a style of software architecture for distributed hypermedia systems such as the World Wide Web. The term Representational State Transfer (REST) was introduced and defined in 2000 by Roy Fielding[1][2] in his doctoral dissertation. Fielding is one of the principal authors of the Hypertext Transfer Protocol (HTTP) specification versions 1.0 and 1.1.

Conforming to the REST constraints is often referred to as being ‘RESTful’.

'Resources > Web' 카테고리의 다른 글

me2API 메소드 리스트  (0) 2010.02.09
me2API 오류 코드  (0) 2010.02.08
[링크] HTML5의 모든것  (0) 2010.02.03
[링크] 웹 개발자 리소스  (0) 2010.02.03
Google I/O 2009 키노트 :: HTML5  (0) 2010.02.02
Apache CouchDB e-Book  (0) 2010.01.22
Apache CouchDB  (0) 2010.01.22

+ Recent posts