본문 바로가기
728x90

프로그래밍-웹7

02. flask html, css, js 구조 만들고 적용하기 이번에는 flask에서 html, css, js를 적용해보자 ​ 우선 flask 프로젝트를 만들지 않았다면 01. vscode에서 python flask 시작하기 01. vscode, python 다운받기 우선 파이썬과 vscode를 다운받자! Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio hell0w0rld-0614.tistory.com 이 글을 참고해서 flask 프로젝트를 만들자! ​ ​ ​ 01. flask html 렌더링 .. 2023. 4. 5.
01. vscode에서 python flask 시작하기 01. vscode, python 다운받기 우선 파이썬과 vscode를 다운받자! Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. code.visualstudio.com 여기에서 운영체제에 맞는 vscode를 다운 받는다! ​ 그리고 파이썬을 다운 받는다 설치할 때 path 설정에 관련된 .. 2023. 4. 5.
node.js에서 mssql 사용하기 const express = require('express'); const morgan = require('morgan'); const mysql = require('mssql'); const http = require('http'); const path = require('path'); // ****MSSQL 연결******************************************************** const pool = { user: '사용자명', password: '비밀번호', server: '127.0.0.1', database: '데이터베이스명', stream: true, options: { encrypt: false, datebase: process.env.DB_DEV_DATEB.. 2023. 2. 24.
[ flex ] justify-content justifiy-content 자식요소 정렬에 대한 속성이다 html 자식요소 justifiy-content : center; 자식요소 가운데 정렬 .parent{ display: flex; border: 5px solid #000; justify-content: center; } .child{ background-color: rgb(57, 246, 130); width: 200px; height: 200px; color: #fff; text-align: center; line-height: 200px; } justify-content:flex-start; 자식요소 왼쪽 정렬 .parent{ display: flex; border: 5px solid #000; justify-content: flex-st.. 2022. 12. 30.
728x90
반응형