목록전체 글 (51)
백업하는 인생
http://www.gg.go.kr/archives/3807743?ggd_term_id=5919 경기도청 인포그래픽 참고 http://www.visualdive.com/category/format/infographic-cat/ 비쥬얼다이브 http://infographicworks.com/ http://v-vdesign.com/ http://thestory.chosun.com/ http://www.infographics.or.kr/wpress/category/infographics/ https://piktochart.com/formats/infographics/
https://noonnu.cc/ 눈누 ★★ http://www.dafont.com/mtheme.php?id=5&page=24 http://tvn10festival.tving.com/playground/tvn10font http://cafe.naver.com/logosesang 로고세상 http://fontsforweb.com/index.php 무료 웹폰트 사이트 http://www.xiles.net/ 무료 폰트
무료아이콘 사이트 http://www.smashingmagazine.com/tag/freebies/ - smashingmagazine - 무료아이콘 http://sourcetree.kr/ Source Tree https://www.iconfinder.com/free_icons/ http://freebiesbug.com/ http://www.flaticon.com/
무료이미지다운 http://www.letscc.net/ - Let's CC http://www.freeiconsweb.com/ -프리아이콘웹 http://www.raumrot.com/10/ 무료 고해상도 사진 https://pixabay.com/ pixbay ★★★ http://www.freeqration.com/featured 큐레이션 http://publicdomainarchive.com/ publicdomainarchive(모던,빈티지, 감각있는 사진 위주)★★★ http://magdeleine.co/browse/ 감성적인 사진 https://www.pexels.com/ 픽셀즈 http://allthefreestock.com/ all the free stock★★★ (이미지뿐 아니라 효과음, 아이콘..
무료 영상 https://pixabay.com/ https://videos.pexels.com/ https://www.videvo.net/ 무료음원 https://search.creativecommons.org/ cc https://soundcloud.com/dragon-lake-311172292 https://www.youtube.com/channel/UCht8qITGkBvXKsR1Byln-wA/videos
작업을 하다보면 캐시가 쌓여서 수정된 것들이 브라우저에 바로바로 반영이 안되는 경우가 많다. 그럴때마다 캐시를 삭제해 줘야하는데, 단축키로 편리하게 캐시 삭제 할 수 있다. ctrl + shift + R 또는 ctrl + shift + delete * 모든 브라우저에서 공통적으로 사용 가능하다.

1) your repositories 클릭 2) 삭제하고 싶은 repository 클릭 3) settings클릭 4) 제일 하단으로 내려서 delete this repository 클릭 5) 진한색 텍스트와 똑같이 작성 후 I understand the consequences, delete this repository 클릭

이클립스에서 하던 작업을 github repositories에 연결하는 방법은 크게 보면 일단, github 사이트에서 해당 프로젝트 repository를 만든후, 이클립스에서 작업하던 프로젝트를 그 repository에 연결해서 올린다. 1. github에서 일단 repository를 만들어야한다. 1-1) github 회원가입 후 로그인 : https://github.com/ 1-2) Your repositoreis 클릭 1-3) New 클릭 1-4) repository 이름 설정 repository이름을 프로젝트명과 맞춰서 넣고, 그 repository를 공개할거면 public, 비공개로 하고 싶다면 private를 선택한다. public을 선택하면 모든사람들이 내 소스를 볼수있다. 1-5) 저 하..

** 내가 제시하는 방법이 저 오류를 해결하는데 적합한 방법인지는 모르겠지만, 이것저것 해 본 결과 오류가 수정되어서 일단 적어둔다. 화면에 이 오류가 뜨는 이유는 경로를 못잡아서 그렇다고 한다. 아래 제시된 방법들(1~3)을 각각 해보고 상황에 맞는 방법을 쓰자. 방법1. 톰캣 module path 첫번째 방법은 아주 기본적인 방법인데, 이건 대부분의 개발자들이 공통적으로 이렇게 하는 것 같다. 톰캣을 추가하면 필수적으로 이 방법은 일단 하고있다. 3-1) 톰캣 더블클릭 3-2) 하단에 있는 Modules탭 클릭 3-3) path를 / 로 변경 방법2. web project settings root 첫번째 방법으로 해결되면 다행인데, 내 경우에는 그렇지 않은 경우가 훨씬 많았다. 두번째 방법은 web ..