일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- 티스토리챌린지
- myBatis
- icon
- jQuery
- 오류
- 기업설명회
- github
- 깃허브
- 오블완
- SQL
- AJAX
- bootstrap
- chart.js
- firestore
- Firebase
- error
- 스파르타코딩클럽
- vscode
- SQLD
- 이클립스
- HTML
- restapi
- Eclipse
- spring
- 웹개발
- CSS
- 자바
- 코딩
- JavaScript
- java
- Today
- Total
목록깃허브 (3)
푸들푸들
Github 잔디 확인 방법 https://github.com/ GitHub · Build and ship software on a single, collaborative platformJoin the world's most widely adopted, AI-powered developer platform where millions of developers, businesses, and the largest open source community build software that advances humanity.github.com로그인 - 프로필 사진 클릭Your profile Commit과 Push를 하면 ++
https://github.com/ GitHub · Build and ship software on a single, collaborative platformJoin the world's most widely adopted, AI-powered developer platform where millions of developers, businesses, and the largest open source community build software that advances humanity.github.com Token 발급Settings > Developer > Personal access tokens > tokens Spring Commit & Push 프로젝트 우클릭 > Team > Share P..
배포소프트웨어 개발 과정에서 개발한 애플리케이션, 웹사이트, 서비스 등을 실제 사용자들에게 제공하는 과정= 외부에 공개URL (Uniform Resource Locator)인터넷에서 특정 리소스의 위치를 나타내는 주소, 웹페이지나 파일의 고유한 주소형식 : "프로토콜://도메인/경로" 프로토콜(protocol) : 웹 브라우저와 웹 서버 간의 통신 방식, 가장 일반적 - "http://", "https://"도메인(domain) : 인터넷 상에서 고유한 식별자로 사용되는 웹 사이트의 주소, 일반적으로 사이트의 이름과 최상위 도메인 (Top-Level Domain, eg: .com, .org)으로 구성됨경로(path) : 웹 사이트 내에서 특정 페이지나 파일의 위치 지정, 경로는 슬래시( / )로 구분된 ..