profile
I'm Jake!

SELECT

DATABASE에서 데이터를 조회할 때 쓰인다.TABLE의 전체 컬럼 조회TABLE의 특정 컬럼 조회TABLE의 특정 조건 데이터 조회TABLE의 조회한 데이터를 정렬

2025년 3월 14일
·
0개의 댓글
·

Terminal 명령어

ssh -i /Users/jake_baek/Downloads/jakekeypair.pem ubuntu@15.165.158.167nohup python app.py &ps -ef | grep 'app.py'kill -9 \*

2022년 3월 10일
·
0개의 댓글
·

python_220302

import requestsfrom bs4 import BeautifulSoupheaders = {'User-Agent' : 'Mozilla/5.0 (Windows NT 10.0; Win64; x64)AppleWebKit/537.36 (KHTML, like Gecko)

2022년 3월 2일
·
0개의 댓글
·

jquery_220217_1

function q1() { $.ajax({ type: "GET", url: "https://api.thecatapi.com/v1/images/search",

2022년 2월 17일
·
0개의 댓글
·

jquery_220215_01

function q1() { let txt = $('#input-q1').val(); if (txt == '') { alert('입력하세요') } else {

2022년 2월 15일
·
0개의 댓글
·