【整理】支付宝 调用 接口+支付宝 蚂蚁金服 关系
crifan 9年前 (2016-08-24) 3383浏览
支付宝 调用 接口 android应用程序如何调用支付宝接口 – 你来了啊,只是我也不知道,但谁又能知道 – 博客频道 – CSDN.NET 蚂蚁金服开放平台 – 文档中心 蚂蚁金服开放平台 ̵...
在路上on the way - 走别人没走过的路,让别人有路可走
crifan 9年前 (2016-08-24) 3383浏览
支付宝 调用 接口 android应用程序如何调用支付宝接口 – 你来了啊,只是我也不知道,但谁又能知道 – 博客频道 – CSDN.NET 蚂蚁金服开放平台 – 文档中心 蚂蚁金服开放平台 ̵...
crifan 9年前 (2016-08-24) 20317浏览
已有静态页面,需要将其整合到Flask的项目中,需要搞清楚,之前的html中的: <link rel="stylesheet" href="css/framework7.ios.css"> &...
crifan 9年前 (2016-08-24) 3702浏览
折腾: [已解决]Flask中app.logger.debug出错:UnicodeEncodeError ascii codec can’t encode characters in position 59-68 ordinal not ...
crifan 9年前 (2016-08-24) 4702浏览
之前用Flask的logger的debug函数: currentEvents= Event.query.all() app.logger.debug(‘currentEvents=%s’, currentEvents) ...
crifan 9年前 (2016-08-24) 7139浏览
Flask的SQLAlchemy的数据库,去定义为: class User(db.Model): __tablename__ = ‘wechat_users’ # Columns openid ...
crifan 9年前 (2016-08-23) 2126浏览
1.基本的用法: 选择(Select),插入(Insert), 删除(Delete) — Flask-SQLAlchemy 2.0 documentation 英文: Select, Insert, Delete — Flask-SQLAlchemy...
crifan 9年前 (2016-08-23) 2501浏览
之前已经可以实现基本的数据库的字段了: 定义: #!/usr/bin/python # -*- coding: UTF-8 -*- from sipevents import app from . import db # from app i...
crifan 9年前 (2016-08-23) 3005浏览
搜: datetime() python 参考: python 时间模块小结(time and datetime) | 不懂真人 python对时间日期做格式化 – 走到天亮 – 博客园 Python标准库02 时间与日期 (...
crifan 9年前 (2016-08-23) 5357浏览
代码: from sipevents import db from sipevents import app from sipevents import models from sipevents import User, Event fr...
crifan 9年前 (2016-08-23) 8888浏览
flask sqlalchemy Datetime Quickstart — Flask-SQLAlchemy Documentation (2.1) Flask-SQLAlchemy 使用小坑-rrestjs Column and Data Typ...