SQL Developer 깃허브 연동하기
Step 1. Github 준비 Github에서 SQL Developer와 연동할 새로운 Public Repository를 생성한다. Settings > Developer settings 에서 새로운 Personal access token을 발급받는다. 새로 생성한 Repository의 이름을 입력하고 Select scopes에서 repo를
Step 1. Github 준비 Github에서 SQL Developer와 연동할 새로운 Public Repository를 생성한다. Settings > Developer settings 에서 새로운 Personal access token을 발급받는다. 새로 생성한 Repository의 이름을 입력하고 Select scopes에서 repo를
Website Info Request URL : https://music.bugs.co.kr/chart Request Method : GET User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.
Check the Website Info Access Developer Tools of the website and enter the Nework tab. Type ctrl + R and enter the Doc tap. Enter a site and check the Headers tap with the site. Copy the valu
Step 1. Set virtual environment Create a new directory under the C drive and virtual environment. 123$ mkdir crawling && cd crawling$ virtualenv venv$ sourve venv/Scipts/activate Install so
클래스(Class) 목적 : 코드의 간결화, 코드의 재사용, 유지보수 용이 여러 클래스가 모여서 하나의 라이브러리가 됨 장고 / 웹개발 / 머신러닝 / 시각화 / 전처리 클래스명은 대문자로 시작해야 함 1234567891011121314151617class Person: # class attribute (선택)
기초 문법 리뷰리스트, 튜플, 딕셔너리1234567891011121314# 리스트book_list = ['A', 'B', 'C']print(book_list)# append, extend, insert, remove, pop, etc# 튜플book_tuple = ('A', 'B
리스트 시퀀스 데이터 타입 데이터에 순서가 존재하며, 인덱싱 및 슬라이싱 가능 대괄호(‘[값1, 값2, 값3]’)를 사용하여 표현 12345678910111213a = [] # 빈 리스트a_func = list() # 함수를 통해 생성b = [1]c = ['apple']d = [1,2,['apple']] # 리스트 안에
Hello World1print("Hello, World!") Hello, World! 주석 처리 코드 작업 시, 특정 코드에 대해 설명 사용자 정의 함수 작성 시, 클래스 작성 시 중요 (도움말 작성) 123456# 한 줄 주석 처리"""여러 줄 주석 처리"""print(&quo
개요 R에서 만든 sample 파일 github에 업로드 R MarkdownThis is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown s
Hexo 설치 node.js 설치 옵션 - Chocolatey도 함께 설치 바탕화면 git bash에 입력 node -v : 버전 확인 npm install -g hexo-cli : hexo command line 설치 hexo init myblog : 바탕화면에 myblog 폴더 생성 myblog 폴더 위치에서 Git Bash 열고 hexo ser