링크(Market) : http://taranakite.blog.me/100152885165 

링크(Install Software) : http://479lgs.blog.me/150048395205 


저는 둘중에 밑에 방법으로 설치했습니다.

posted by 뚱2

[Spring] 설치 방법

Java/SpringFramework 2012. 6. 18. 18:04
프레임워크 다운로드 : http://www.springsource.org/download

링크 : http://blog.naver.com/PostView.nhn?blogId=arumizz&logNo=70126691795 

'Java > SpringFramework' 카테고리의 다른 글

[Spring] Spring Import 시 classpath:와 classpath*: 의 차이점  (0) 2012.06.23
[Spring] log4j 설정  (0) 2012.06.22
[Spring] Bean Order Property  (0) 2012.06.22
[Spring] 환경설정  (0) 2012.06.19
[Spring] Java ModelAndView  (0) 2012.02.09
posted by 뚱2

Java SDK 설치

링크 : http://blog.naver.com/meanless44/130108228576 


Eclipse 설치

링크 : http://blog.naver.com/meanless44/130108638982

'IDE/Tool > Eclipse' 카테고리의 다른 글

[Eclipse] 기본브라우저 설정  (0) 2012.06.13
[Eclipse] Heap 영역 조절  (0) 2012.06.13
[Eclipse] Plugin 개발하기  (0) 2012.06.07
[Eclipse] 25 Best Free Eclipse Plug-ins for Java  (0) 2012.01.09
[Eclipse] Tasks를 사용하자.  (0) 2011.11.11
posted by 뚱2

[SVN] Windows Subversion 설치

VCS/SVN 2012. 6. 12. 17:45

링크 : http://wiki.kldp.org/wiki.php/Subversion-HOWTO 

'VCS > SVN' 카테고리의 다른 글

[Subversion] Windows Service 등록  (0) 2012.06.13
posted by 뚱2
이번에 iOS5 GM Seed를 다운 받았는데 설치하는 방법을 또 잊어버렸다. ㅡㅡ;

* 맥에서 ipsw 파일로 업데이트 방법
1. 최신 펌웨어 파일을 받는다 (보통 .dmg 파일이다.)
2. 원하는 위치에 파일을 푼다.
3. 버전에 맞는 iTune를 설치한다.
4. 백업을 한다.
5. ALT + Restore 버튼을 클릭한다. (Windows는 Shift + Restore)
6. 저장된 ipsw 파일을 선택한다.
7. 그다음은 시키는데로 한다. 
posted by 뚱2
Windows 2003에서 Visual Studio 2005 SP1 설치 오류 문제


Error message when you try to install a large Windows Installer package or a large Windows Installer patch package in Windows Server 2003 or in Windows XP: "Error 1718. File was rejected by digital signature policy"

SYMPTOMS

When you try to install a large Microsoft Windows Installer (.msi) package or a large Microsoft Windows Installer patch (.msp) package on a computer that is running Microsoft Windows Server 2003 or Microsoft Windows XP, you receive the following error message:
Error 1718. File FileName was rejected by digital signature policy.


CAUSE

This problem occurs when the computer has insufficient contiguous memory for Windows Server 2003 or Windows XP to verify that the .msi package or the .msp package is correctly signed.

WORKAROUND

To work around this problem, follow these steps:

1. Click Start, click Run, type control admintools, and then click OK.
2. Double-click Local Security Policy(로컬 보안 설정).
3. Click Software Restriction Policies(소프트웨어 제한 정책).
Note If no software restrictions are listed, right-click Software Restriction Policies(소프트웨어 제한 정책), and then click Create New Policy(정책 생성하기).
4. Under Object Type(개체 유형), double-click Enforcement(강요).
5. Click All users except local administrators(로컬 관리자를 제외한 모든 사용자), and then click OK.
6. Restart the computer.

Important
After you follow the previous steps, local administrators can install the .msi package or the .msp package. After the package is installed, reset the enforcement level by following the previous steps. In step 5, click All users instead of All users except local administrators.
posted by 뚱2