본문 바로가기
반응형

컴퓨터/CSS+HTML9

pycham - 로컬서버돌리기 pycham - 로컬서버돌리기 flask 설치해야함 from flask import Flask app = Flask(__name__) @app.route('/') def home(): return 'This is Home!' if __name__ == '__main__': app.run('0.0.0.0',port=5000,debug=True) 컴퓨터/CSS+HTML 2021. 2. 18.
서버클라이언트 이해하기 https://chrome.google.com/webstore/detail/jsonview/chklaanhfefbnpoihckbnefhakgolnmc/related?hl=ko JSONView Validate and view JSON documents chrome.google.com JSON View 설치하여야 openAPI를 깔끔하게 볼 수 있음 클라이언트가 요청할때 타입이라는것이 존재함 *GET -> 데이터조회(READ)요청 예를들어 영화목록 조회 *POST -> 생성(Create,변경(Update,삭제(Delete 요청 예를들어 회원가입 회원탈퇴 비밀번호수정 AJAX는 JQuerry를 임포트한 페이지에서만 작동함 $.ajax({ type: "GET", url: "여기에URL을입력", data: {},.. 컴퓨터/CSS+HTML 2021. 2. 17.
부트스크랩 , 제이쿼리 Bootstrap : 남이 짜둔 CSS JQuery : 남이 짜둔 Javascript 코드 https://www.w3schools.com/jquery/jquery_get_started.asp jQuery Get Started jQuery Get Started Adding jQuery to Your Web Pages There are several ways to start using jQuery on your web site. You can: Download the jQuery library from jQuery.com Include jQuery from a CDN, like Google Downloading jQuery There are two versions of jQuer www.w3schools.c.. 컴퓨터/CSS+HTML 2021. 2. 17.
alert 경고창 띄우기 head body 포스팅박스 열기 컴퓨터/CSS+HTML 2021. 2. 17.
반응형