flask / hama-stock

Original Source Blueprint routes When you run sails lift with blueprints enabled, the framework inspects your models and configuration in order to bind certain routes automatically. These implicit blueprint routes (sometimes called "shadow routes", or even just "shadows") allow your app to respond to certain requests without you having to bind those routes manually in your config/routes.js file...
43 ~ 57 파일 관리자와 수정이력에 대한 기록을 남기도록 한다. 작업순서에 따라 Data Mining > Preprocessing > Modeling> Resourcing 의 단계로 진행한다. ''' * @ Module Name : stock.py * @ Description : Recommendation for share price transactions * @ since 2020.07.01 * @ version 1.0 * @ Modification Information * @ author 주식거래 AI 추천서비스 개발팀 박정관 * @ special reference libraries * finance_datareader, konlpy * @ 수정일 수정자 수정내용 * ------- --------..
www.kaggle.com/c/titanic/data
config.py 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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 import os import sys sys.path.append(os.path.dirname(os.path.abspath(os.path.dirname(__file__)))) import mysql.connector basedir = os.path.dirname(os.path.abspath(__file__)) db = { 'user' : 'root', 'password' : 'root', 'host' : 'localhost', ..

1 2 3 4 5 6 7 8 9 10 11 12 from flask import Flask, escape, request app = Flask(__name__) @app.route('/') def hello(): name = request.args.get("name", "World") return f'Hello, {escape(name)}!' if __name__ == '__main__': app.run() Colored by Color Scripter cs
- Total
- Today
- Yesterday
- Eclipse
- Algorithm
- COLAB
- JPA
- Java
- FLASK
- nodejs
- Git
- Mlearn
- jQuery
- vscode
- intellij
- tensorflow
- React
- mariadb
- Python
- SQLAlchemy
- springMVC
- maven
- KAFKA
- database
- docker
- Oracle
- Mongo
- SpringBoot
- JUnit
- Django
- ERD
- AWS
- terms
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |