본문 바로가기

전체 글

(263)
2. VS Code, GitHub 저장소 생성 1. VS Code 설치 https://code.visualstudio.com/ Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. code.visualstudio.com 1)VSCodeUserSetup.exe 실행 후 다운로드 2. git 설치 1) https://git-scm.com/ 접속..
1. GitHub 가입, Token 생성 1. https://github.com/ 접속 GitHub: Where the world builds software GitHub is where over 83 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and feat... github.com 2. 회원가입 1) Sign Up 2) email, pw, name 입력 후 회원가입 3. Public profile 입력 1) Name 입력 2) Public email 입력 - email settings 에서 "..
한글 유니코드 변환기 https://raisonde.tistory.com/entry/%ED%95%9C%EA%B8%80-%E2%86%94-%EC%9C%A0%EB%8B%88%EC%BD%94%EB%93%9C-%EA%B0%84%ED%8E%B8-%EB%B3%80%ED%99%98%EA%B8%B0 한글 ↔ 유니코드 간편 변환기 웹상에서 간단한 변환기는 많이 돌아다니는데 옵션은 많고 칸은 좁고 불편하게 돼 있어서 다시 편하게 만들어 보았습니다. 유니코드나 한글을 입력 하시면 자동으로 상호 변환됩니다. 유니코 raisonde.tistory.com
Swagger note Swagger note @PutMapping @ApiOperation(value = "등록/수정처리", notes = "신규 게시물 저장 및 기존게시물 업데이트가 가능합니다.") @ApiImplicitParams({ @ApiImplicitParam(name = "boardSeq", value = "게시물 번호", example = "1"), @ApiImplicitParam(name = "title", value = "제목", example = "spring"), @ApiImplicitParam(name = "contents", value = "내용", example = "spring 강좌"), }) public int save(Board parameter) { boardService.save(parame..
PL/SQL tnsnames.ora ( ip, port 설정) 1. Help > About 2. i 선택 3. TNS 경로 확인 4. IP, PORT 설정 *HOST : ip 입력 *PORT : port 입력 tnsnames.ora 파일 어디에 있을까! tnsnames.ora 파일 어디에 있을까! 모 회사에 입사한 지 얼마 안된 신입사원. DB 접속정보가 들어있는 파일을 사수에게 받았는데 tnsnames.ora 파일을 어디에 복사해야 할까요? [보기] 1. 오라클 클라이언 hello-nanam.tistory.com
나의 작은 텃밭 키우기(허브 바질) 6일차 6일 밖에 안됐는데 벌써 잎이 올라오고 있다 ..ㅎㅎ
Eclipse gradle DataSourceUtils 오류 김영한 강사님 교육을 받던 중... DataSourceUtils 오류가 발생했어요! import org.springframework.jdbc.datasource.DataSourceUtils; 이 부분이 빨간 줄이 그어져있었어요 2줄 추가한 부분이 update 가 안된 것 같아요 프로젝트 우클릭 > Gradle > Refresh Gradle Project 를 선택하니 업데이트가 되서 해결됐어요!
나의 작은 텃밭 키우기(허브 바질) 15개월 된 조카가 받아온... 바질 화분 어릴 때 이 후로 키워본 적 없지만 한번 키워보려고 한다... 바질 씨앗이 너무 작아서 흙 속으로 다 들어가버린 줄 알았다... 다행히 7개 정도 씨앗이 있다! 설명서에 물을 종이컵 기준으로 한컵 반 붓고 난 뒤 씨앗을 1cm 안쪽에 넣으라고 한다. 실수로 물을 안 붓고 씨앗부터 넣었다. 출발이 좋지않다 ^^; 6일차에 알게 된 사실... 씨앗을 한 곳에 넣지말고 따로 넣으라고 적혀있네...?! 시작부터 망했다 :(