profile
I'm Jake!

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개의 댓글
·