버미다

고정 헤더 영역

글 제목

메뉴 레이어

버미다

메뉴 리스트

  • 홈
  • 태그
  • 방명록
  • 분류 전체보기 (251)
    • html, css (83)
    • 서문 (3)
    • python (125)
    • c언어 (13)
    • gpt활용 (1)
    • pymysql (17)
    • SQLD (8)
    • 업무 (1)

검색 레이어

버미다

검색 영역

컨텐츠 검색

python

  • 추가작업 입고란 추가

    2024.05.07 by bumychoi

  • 입고페이지

    2024.05.04 by bumychoi

  • 합계출력

    2024.04.30 by bumychoi

  • 복사완료

    2024.04.29 by bumychoi

  • 수정코드

    2024.04.29 by bumychoi

  • 복사추가

    2024.04.27 by bumychoi

  • 전체 코드

    2024.04.22 by bumychoi

  • 디비연결 모선별 저장,조회, 수정,삭제완료

    2024.04.21 by bumychoi

추가작업 입고란 추가

{% extends "main.html" %}{% block contents %}style> html, body, h1, h2, h3, div, span, a, button, table, tbody, thead, input { margin: 0; padding: 0; box-sizing: border-box; } header { background-color: hsl(57, 95%, 60%); } body { min-height: 110%; background-color: hsl(186, 77%, 74%); } .clicked {..

python 2024. 5. 7. 21:35

입고페이지

from main import *from flask import Blueprintfrom bson.objectid import ObjectIdbp = Blueprint("freight", __name__, url_prefix='/freight')@bp.route("/")def freight(): d_lists = list(db.mv.find({"cago_name": "철근"})) return render_template("freight.html",d_lists=d_lists,title="철근상세")@bp.route('/d_bar_lists',methods=['GET'])def d_bar_lists(): data = request.args.get('data') # mv_lists = ..

python 2024. 5. 4. 12:37

합계출력

{% extends "main.html" %}{% block contents %}style> html, body, h1, h2, h3, div, span, a, button, table, tbody, thead, input { margin: 0; padding: 0; box-sizing: border-box; } html { background-color: hsl(0, 0%, 0%); } html, body { min-height: 110%; } .clicked { background-color: rgb(59, 62, 147..

python 2024. 4. 30. 03:46

복사완료

{% extends "main.html" %}{% block contents %}style> html, body, h1, h2, h3, div, span, a, button, table, tbody, thead, input { margin: 0; padding: 0; box-sizing: border-box; } html { background-color: hsl(0, 0%, 0%); } html, body { min-height: 110%; } .clicked { background-color: rgb(59, 62, 147..

python 2024. 4. 29. 17:18

수정코드

{% extends "main.html" %}{% block contents %}style> html, body, h1, h2, h3, div, span, a, button, table, tbody, thead, input { margin: 0; padding: 0; box-sizing: border-box; } html { background-color: hsl(0, 0%, 0%); } html, body { min-height: 110%; } .clicked { background-color: rgb(59, 62, 147..

python 2024. 4. 29. 13:39

복사추가

{% extends "main.html" %}{% block contents %}style> html, body, h1, h2, h3, div, span, a, button, table, tbody, thead, input { margin: 0; padding: 0; box-sizing: border-box; } html { background-color: hsl(0, 0%, 0%); } html, body { min-height: 110%; } .clicked { background-color: rgb(59, 62, 147..

python 2024. 4. 27. 20:18

전체 코드

from main import *@app.route('/')def home(): return render_template("index.html")if __name__=="__main__": app.run(port='0.0.0.0')app.pyfrom flask import Flask,render_template,request, url_for, abort, redirect, redirect,jsonifyfrom bson.objectid import ObjectIdfrom pymongo import MongoClientimport mathclient = MongoClient("mongodb+srv://sparta:test@cluster0.wu64ps9.mongodb.net/")db = client..

python 2024. 4. 22. 15:50

디비연결 모선별 저장,조회, 수정,삭제완료

from flask import Blueprintfrom bson.objectid import ObjectIdbp = Blueprint("d_bar", __name__, url_prefix='/d_bar')@bp.route('/d_list')def d_list(): d_lists = list(db.mv.find({"cago_name": "철근"})) return render_template("d_list.html",d_lists=d_lists,title="철근상세")@bp.route('/d_detail',methods=['GET'])def d_detail(): data = request.args.get('data') print(data) d_details = list(db.d_..

python 2024. 4. 21. 09:04

추가 정보

인기글

최신글

페이징

이전
1 ··· 8 9 10 11 12 13 14 ··· 16
다음
TISTORY
버미다 © Magazine Lab
페이스북 트위터 인스타그램 유투브 메일

티스토리툴바