- 구글 Java Style Guide
https://google.github.io/styleguide/javaguide.html
Google Java Style Guide
1 Introduction This document serves as the complete definition of Google's coding standards for source code in the Java™ Programming Language. A Java source file is described as being in Google Style if and only if it adheres to the rules herein. Like ot
google.github.io
- 자바
https://docs.oracle.com/javase/8/docs/api/
Java Platform SE 8
docs.oracle.com
- Spring Framework Documentation
https://docs.spring.io/spring-framework/docs/current/reference/html/
Spring Framework Documentation
Overview history, design philosophy, feedback, getting started. Core IoC Container, Events, Resources, i18n, Validation, Data Binding, Type Conversion, SpEL, AOP. Testing Mock Objects, TestContext Framework, Spring MVC Test, WebTestClient. Data Access Tran
docs.spring.io
* JpaRepository (spring Data JPA)
JpaRepository (Spring Data JPA 2.5.4 API)
getById T getById(ID id) Returns a reference to the entity with the given identifier. Depending on how the JPA persistence provider is implemented this is very likely to always return an instance and throw an EntityNotFoundException on first access. Some
docs.spring.io
* mybatis-spring
http://mybatis.org/spring/ko/getting-started.html
mybatis-spring –
시작하기 이 장은 마이바티스 스프링 연동모듈을 설치하고 셋팅하는 방법에 대해 간단히 보여준다. 그리고 트랜잭션을 사용하는 간단한 애플리케이션을 만드는 방법까지 다룰 것이다. 설치 마
mybatis.org
- Lombok features
https://projectlombok.org/features/all
Stable
projectlombok.org
- Vue.js
https://v3.vuejs.org/guide/introduction.html#what-is-vue-js
Introduction | Vue.js
Introduction NOTE Already know Vue 2 and just want to learn about what's new in Vue 3? Check out the Migration Guide! What is Vue.js? Vue (pronounced /vjuː/, like view) is a progressive framework for building user interfaces. Unlike other monolithic frame
v3.vuejs.org
https://kr.vuejs.org/v2/guide/index.html (한국어버전)
시작하기 — Vue.js
Vue.js - 프로그레시브 자바스크립트 프레임워크
kr.vuejs.org
- axios
https://github.com/axios/axios#axios-api
GitHub - axios/axios: Promise based HTTP client for the browser and node.js
Promise based HTTP client for the browser and node.js - GitHub - axios/axios: Promise based HTTP client for the browser and node.js
github.com
- Kakao Developers
Kakao Developers
카카오 API를 활용하여 다양한 어플리케이션을 개발해보세요. 카카오 로그인, 메시지 보내기, 친구 API, 인공지능 API 등을 제공합니다.
developers.kakao.com
* kakaomap
- Vue Material Kit
https://demos.creative-tim.com/vue-material-kit/documentation/
Short Description and Usage | Vue Material Kit
Short Description and Usage Vue Material Kit is a beautiful resource built over Vue Material and Vuejs with a fresh, new design inspired by Google's material design. You asked for it, so we built it. It's a great pleasure to introduce to you the material c
demos.creative-tim.com
- W3Schools
W3Schools Online Web Tutorials
HTML Example:
This is a heading
This is a paragraph.
Try it Yourself CSS Example: body { background-color: lightblue; } h1 { color: white; text-align: cente
www.w3schools.com
- 자바스크립트 메뉴얼
KoXo 자바스크립트 매뉴얼 - 메인 인덱스
koxo.com
- 자바스크립트
https://www.codingfactory.net/10280
JavaScript / Object / Element.innerHTML
.innerHTML .innerHTML은 특정 요소의 내용을 가져오거나, 특정 요소의 내용을 변경합니다. 문법 1 element.innerHTML element의 내용을 가져옵니다. 예를 들어 var jb = document.getElementById( 'xyz' ).innerHTML; 은 id의
www.codingfactory.net
- jQuery
jQuery API Documentation
jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. If you're new t
api.jquery.com
- 부트스트랩
CSS · 부트스트랩
에 약간의 패딩과 수평 구분선이 있는 기본 스타일의 .table 클래스를 추가하세요. 그건 매우 불필요해 보이지만, 캘린더와 날짜선택기 같은 플러그인들을 위해 테이블이 널리 사용되는 것을 감
bootstrapk.com
* https://www.creative-tim.com/product/bootstrap-vue-argon-dashboard?partner=134895
BootstrapVue Argon Dashboard by Creative Tim
www.creative-tim.com
- HTML5 TEST
- AQueryTool (웹 기반 ERD 툴 + SQL 자동 생성 프로그램)
AQueryTool
{{source.erd_info.erd_name + '(Ver ' + erdVersion + ', ' + source.erd_info.db_type + ')'}}
aquerytool.com
- UML설계
Flowchart Maker & Online Diagram Software
Flowchart Maker and Online Diagram Software diagrams.net (formerly draw.io) is free online diagram software. You can use it as a flowchart maker, network diagram software, to create UML online, as an ER diagram tool, to design database schema, to build BPM
app.diagrams.net
- MDN Web Docs
https://developer.mozilla.org/ko/
MDN Web Docs
The MDN Web Docs site provides information about Open Web technologies including HTML, CSS, and APIs for both Web sites and progressive web apps.
developer.mozilla.org
- Maven repository
- VSCode 단축키
https://demun.github.io/vscode-tutorial/shortcuts/
단축키 - Visual Studio Code tutorial
단축키 파일 > 기본 설정 > 바로가기 키 에서 현재 활성화된 키보드 단축키를 볼 수 있습니다 . 기본 편집 키 명령 명령 ID ctrl+X 행 삭제 (빈 선택) editor.action.clipboardCutAction ctrl+C 행 복사 (빈 선택) e
demun.github.io
- 정규 표현식
https://developer.mozilla.org/ko/docs/Web/JavaScript/Guide/Regular_Expressions
정규 표현식 - JavaScript | MDN
정규 표현식은 문자열에 나타는 특정 문자 조합과 대응시키기 위해 사용되는 패턴입니다. 자바스크립트에서, 정규 표현식 또한 객체입니다. 이 패턴들은 RegExp의 exec 메소드와 test 메소드 ,
developer.mozilla.org
- JSON Viewer
Online JSON Viewer
jsonviewer.stack.hu
- GeeksforGeeks
https://www.geeksforgeeks.org/
GeeksforGeeks | A computer science portal for geeks
A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.
www.geeksforgeeks.org
- 노마드 코더
https://nomadcoders.co/roadmap
Roadmap – 노마드 코더 Nomad Coders
로드맵을 따라 차근차근 공부해서 풀스택 개발자가 되세요!
nomadcoders.co
'취업준비' 카테고리의 다른 글
알고리즘 관련 사이트 (0) | 2021.08.30 |
---|---|
IT관련 활동 (0) | 2021.08.27 |
취업관련 사이트 (0) | 2021.08.27 |