전 부터 배우고 싶었던 코딩을 공부 중이다 . 한 번 끝까지 가 볼 생각이다 . \`\`\`
내 컴으로 서버와 클라이언트 둘 다 돌려 보았다 ... 처음은 낯설었지만 점점 익숙해 질수록 재미 있다 ^^
태그에서 원하는 부분 바꾸기 .attr("alt",바꿀 내용) function q1() { $.ajax({ type: "GET", url: "https://api.theca
function q1() { let input_val = $(' if (input_val == '') { alert('입력하세요'); } else { ale
pymongo 소스 코드 from pymongo import MongoClientclient = MongoClient('localhost', 27017)db = client.dbspartadoc = {'name':'bobby','age':21}db.users.inse
공백 제거 .strip()특정 문자열 부터 자르기 .text0:2 (0부터 2까지의 문자만) trs= soup.select('for tr in trs: number=tr.select_one('td.number').text0:2.strip() title=t
index의 posting 쪽 function posting() { let title = $(' let content = $(" let file = $(' let form_data = new
약간 복잡하고 어지럽지만 더 연습하면 익숙해 질 것 같다 app.pyfrom flask import Flask, render_template, request, jsonify, redirect, url_forfrom pymongo import MongoClientim
Sparta Vocabulary Notebook <link rel="shortcut icon" href="{{ url_for('static', filename='favic
Sparta Vocabulary Notebook <link rel="shortcut icon" href="{{ url_for('static', filename='favico
스파르타코딩클럽 | 맛집 검색 <meta property="og:description" conte
from flask import Flask, render_template, request, jsonify, redirect, url_forfrom pymongo import MongoClientapp = Flask(name)client = MongoClient('15.
from pymongo import MongoClientimport jwtimport datetimeimport hashlibfrom flask import Flask, render_template, jsonify, request, redirect, url_forfro
function togglelike(postid, type) { console.log(post_id, type) let $alike = $(#${postid} a[aria-label='${type}']) let $ilike = $alike.find("i") ...
r=requests.get('http://openapi.seoul.go.kr:8088/6d4d776b466c656533356a4b4b5872/json/RealtimeCityAir/1/99') response = r.json() rows = respons