摘要: 1.flask开发基础与入门: 1.1web开发基础 1.1.1 前端框架: bootstrap, j-query, angular, react 1.2 flask 路由 from flask import Flask # 从flask引入request实例 from flask import r 阅读全文
posted @ 2019-08-12 12:18 mezc 阅读(461) 评论(0) 推荐(0) 编辑
摘要: 3. MySQL 3.1 安装 3.1.1 win 3.1.1.1 安装 >下载mysql >mysql-front: Host:localhost 端口:3306 用户:root 3.1.2 linux 3.1.2.1 安装 >sudo apt-get install mysql-server m 阅读全文
posted @ 2019-08-12 12:14 mezc 阅读(281) 评论(0) 推荐(0) 编辑
摘要: 1 阅读全文
posted @ 2019-08-12 12:01 mezc 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 1 阅读全文
posted @ 2019-08-12 12:00 mezc 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 1 阅读全文
posted @ 2019-08-12 11:59 mezc 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 1.1 week 1 > 密码秘文: import getpass username = input('username:') passwd = getpass.getpass('passwd:') 在shell中执行,输入密码时不显示 > python3 中 input() 默认输出的类型为str 阅读全文
posted @ 2019-08-12 11:38 mezc 阅读(151) 评论(0) 推荐(0) 编辑