上一页 1 2 3 4 5 6 7 ··· 12 下一页
摘要: 1.前端数据 2.后端接口 1. #订单号 import time ,random def get_order_id(): st="012345679qwertyui" order_id=str(time.strftime("%Y%m%d%h%M%S"))+"".join(random.sample 阅读全文
posted @ 2020-03-31 20:40 心慌得初夏 阅读(251) 评论(0) 推荐(0) 编辑
摘要: Django的乐观锁与悲观锁实现 1.事务概念 一组mysql语句,要么执行,要么全不不执行。 2.mysql事务隔离级别 https://www.jianshu.com/p/a9ca6a5d1348 1.Read Committed(读取提交内容) 如果是Django2.0以下的版本,需要去修改到 阅读全文
posted @ 2020-03-31 12:09 心慌得初夏 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 一 商品分类 1.接口Category.py from rest_framework.views import APIView from rest_framework.response import Response from app01 import models from app01.my_se 阅读全文
posted @ 2020-03-29 22:57 心慌得初夏 阅读(348) 评论(0) 推荐(0) 编辑
摘要: 一.目录机构 二 .表设计 from django.db import models # Create your models here. ''' #banner id image_url product_id is_show w_order create_time update_time #销量最 阅读全文
posted @ 2020-03-29 22:29 心慌得初夏 阅读(590) 评论(0) 推荐(0) 编辑
摘要: 模板消息 阅读全文
posted @ 2020-03-29 18:36 心慌得初夏 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 一 支付 https://www.cnblogs.com/xiaoyuanqujing/protected/articles/11822104.html 商户系统和微信支付系统主要交互: 1、小程序内调用登录接口,获取到用户的openid,api参见公共api【小程序登录API】 2、商户serve 阅读全文
posted @ 2020-03-29 00:39 心慌得初夏 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 一 request前后端交互 参考链接:https://www.cnblogs.com/xiaoyuanqujing/protected/articles/11644453.html 基本样式 wx.request({ url: 'test.php', // 仅为示例,并非真实的接口地址 data: 阅读全文
posted @ 2020-03-24 20:43 心慌得初夏 阅读(1298) 评论(0) 推荐(0) 编辑
摘要: 一 数据绑定 参考网站:https://www.cnblogs.com/xiaoyuanqujing/articles/11644426.html 1.基本使用 1. js文件中定义 Page({ data: { message: 'Hello MINA!' } }) 2. wxml中使用 <vie 阅读全文
posted @ 2020-03-24 20:29 心慌得初夏 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 虚拟环境搭建 windows 1.安装 # 建议使用pip3安装到python3环境下 pip3 install virtualenv pip3 install virtualenvwrapper-win 2.配置虚拟环境管理器工作目录 2.1.任意盘符下简历文件夹:Virtualenvs 2.2. 阅读全文
posted @ 2020-03-05 11:47 心慌得初夏 阅读(270) 评论(0) 推荐(0) 编辑
摘要: 支付宝支付流程 # 1、在沙箱环境下实名认证:https://openhome.alipay.com/platform/appDaily.htm?tab=info # 2、电脑网站支付API:https://docs.open.alipay.com/270/105898/ # 3、完成RSA密钥生成 阅读全文
posted @ 2020-03-04 17:54 心慌得初夏 阅读(785) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 12 下一页
levels of contents