본문 바로가기

명사 美 비격식 (무리 중에서) 아주 뛰어난[눈에 띄는] 사람[것]

IDE/Eclipse

(65)
Projects from folder or Archive, Clone + Import하기 깃 토큰 발급https://standout.tistory.com/585 깃 Token 토큰발급하기깃 - 설정- 관리자설정 토큰생성 - 이름입력 repo, adminb:repo_hook 선택 - Generate token 완료, 복사하여 잘 메모. 분실시 재발급받아야한다.standout.tistory.com  clone받기위한 https url 복사   원하는 방법으로 clone받는다.https://standout.tistory.com/742 github 소스트리 설치/연결하기아래의 단계는 github 계정을 만든 이후에 진행한다. 소스트리 다운 https://www.sourcetreeapp.com/ Sourcetree | Free Git GUI for Mac and Windows A Git GUI tha..
Eclipse console 한글 깨짐 해결 run - run congiurations encoding - other - MS949입력 - APPLYMS949   완료
Tree element '*.classpath' not found. An error has occurred. 알려주는 log파일의 log를 확인한다.   맨 아래로 스크롤 - error내용 확인  .metadata 폴더삭제 + 재실행  새로운 .metadata 폴더가 생기며 정상작동 완료
Eclipse 전자정부프레임워크 STS, 플러그인 확인하기 help - eclipse marketplace spring검색 - 확인 *전자정부프레임워크의 eclipse에는 sts가 기본 세팅되어있다.
이클립스 properties 한글깨질때 설정방법 * 미리알아둘 점은, 인코딩 설정 전에 받은 파일은 추후에 설정을 바꾸어도 이미 깨진 상태이니 새로 다운로드해야한다. window - properties content - text - java properties file - utf-8입력 - update - apply and close
EclEmma JUnit과 함께 Eclipse에서 소스커버리지 확인하기 앞서 JUnit테스트를 진행해봤다. 내가 테스트했음을 간단히 증명할 수 있는 방법은 무엇이 있을까? https://standout.tistory.com/1139 JUnit 테스트 : @Before @After @Test 간단한 JUnit 테스트를 진행해보자. https://standout.tistory.com/378 junit 4.7 이란? 단위테스트 프레임워크, 코드수행결과를 확인해 코드의 정확성/신뢰성을 검증하는 기능 pom.xml에 추가 junit junit 4.7 test ht standout.tistory.com 소스커버리지 툴 EclEmma를 사용해보자. https://standout.tistory.com/1151 Source Coverage, 소스커버리지란? Source Coverage 소프..
HSQL Database Manager, Eclipse에서 쿼리실행하기 혹시 db가 실행되지않은 상태라면 + 오류가 뜬다면 아래 게시물을 확인하자. https://standout.tistory.com/1126 전자정부프레임워크 DB 실행하기: Start Shell Here, Data Source Explorer DB폴더 - 마우스 오른쪽 - Start explorer - start shell here dir명령으로 파일 확인(선택) runHsqlDB.cmd 실행 - 완료. window - showview - data source explorer sample db - connect 완료 standout.tistory.com 앞서, HSQL Database Manager도 있지만, SQL Scrapbook으로도 쿼리를 실행할 수 있음을 알아두자. https://standout...
DBIO 실행, MapperConfiguration Editor + Mapper Editor 앞서 DBIO와 DBIO 검색시 왜 전자정부프레임워크가 나오는지에 대한 이론을 간단히 살펴봤다. https://standout.tistory.com/589 DBIO란? DBIO DataBase Input/Output DBIO는 데이터베이스 입출력(Database Input/Output)의 약어 DBIO는 SQL문을 이용하여 데이터베이스와 애플리케이션 간의 데이터 입출력을 처리하는 것 https://standout.tistory.com/48 데이 standout.tistory.com https://standout.tistory.com/590 DBIO를 검색하면 왜 전자정부프레임워크가 나올까? 전자정부프레임워크는 MyBatis라는 오픈소스 프레임워크를 이용하여 DBIO를 처리하는 방법중 하나다. MyBati..