티스토리 뷰
* Access URL : "123.45.6.7:3771/html02"
from flask import Flask
app = Flask(__name__)
@app.route('/')
@app.route('/home')
def home():
return 'Hello, world from Bilient'
@app.route('/user')
def user():
return "This is user-page"
@app.route('/user/<user_name>/<int:user_id>')
def user2(user_name, user_id):
return f'Welcome {user_name}({user_id})'
@app.route('/html02')
def html02():
return '''
<h1> This is the title</h1>
<p> Below is ...</p>
<a href="https://bilient.tistory.com"> Connecting HW and SW </a>
'''
if __name__=="__main__":
app.run(host='0.0.0.0', port=3771, debug=True)
반응형
'SWDesk > Web' 카테고리의 다른 글
Major Network Protocols (0) | 2024.09.11 |
---|---|
[Flask in Python - 006] HTML Templates (0) | 2024.02.06 |
[Flask in Python - 004] Dynamic Access (2) | 2024.02.06 |
[Flask in Python - 003] Connecting a webpage (0) | 2024.02.06 |
[Flask in Python - 002] Access from Remote Client (0) | 2024.02.06 |
반응형
250x250
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 치매
- 아두이노
- 빌리언트
- 전압전류모니터링
- 티스토리챌린지
- Innovation&Hurdles
- arduino
- 오블완
- 혁신과허들
- Video
- 배프
- 심심풀이
- 전류
- ServantClock
- 치매방지
- Hurdles
- 전압
- Innovations&Hurdles
- DYOV
- 혁신
- BSC
- Decorator
- badp
- bilient
- Innovations
- 둎
- 절연형
- image
- 심심풀이치매방지기
- 허들
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함