본문 바로가기
반응형

Programing66

프로젝트관리를 위한 Eclipse, Redmine, Mylyn 연동하기 ② Redmine에서 Mylyn Connector Plugin 설치후 Eclipse에서 Mylyn Plugin을 Redmine과 연동과정을 정리합니다. 1. Available Software Sites 추가 [Window > Preferences > Install/Update > Available Software Sites] 이동 Add 를 클릭하고 아래 내용을 추가한다. Name : Redmine-Mylyn Connector Location : http://redmin-mylyncon.sourceforge.net/update-site/N/ 2. Install New Software [Help > Install New Software] 이동 Work with : 1번에서 추가한 Redmine-Mylyn Co.. 2014. 3. 5.
프로젝트관리를 위한 Eclipse, Redmine, Mylyn 연동하기 ① Redmine 이란? Redmine is a flexible project management web application. It includes support for multiple projects, role-based access control, Gantt chart and calendar, management of news, documents and files, per-project wikis and forums, SCM integration and more Redmine은 프로젝트 관리 웹어플리케이션이며, 다양한 프로젝트, 권한기반 접근 제어, 간트차트, 일정관리, 소식, 문서들과 파일들, 위키 포럼, SCM 등을 포함하고 있다. 1. Redmine을 다운 받는다. http://bitnami.co.. 2014. 3. 4.
[CSS3] 3D Image Slider 3D Image Slider Image 1 Image 2 Image 3 Image 4 Click me to toggle transparency #controls, #transparency { text-align:center; } #controls span { padding-right:2em; cursor:pointer; } #cubeCarousel { -webkit-perspective: 800; -moz-perspective: 800px; -ms-perspective: 800; perspective: 800; -webkit-perspective-origin: 50% 100px; -moz-perspective-origin: 50% 100px; -ms-perspective-origin: 50% 100px;.. 2014. 2. 26.
[CSS3] CSS Filters CSS Filters Filters Properties Properties default value. grayscale 0 sepia 0 saturate 1 hue-rotate 0deg invert 0 opacity 1 brightness 1 contrast 1 blur 0px drop-shadow Usage element.style { -webkit-filter: grayscale(0.1) sepia(0.1) saturate(0.1) hue-rotate(31deg) invert(0.1) opacity(0.9) brightness(0.9) contrast(1.1) blur(1px); } 2014. 2. 26.
반응형