ThinkPHP提供了单数据库的事务支持,如果要在应用逻辑中使用事务,可以参考下面的方法: TP3.2 // 启动事务 M()->startTrans(); // 提交事务 M()->commit(); // 事务回滚 M()-…
Leave a Comment月度归档: 2018 年 2 月
转自:http://blog.csdn.net/mrbourne/article/details/60957652 问题描述 由首页跳转到详情页,在详情页点击返回按钮返回到首页后,首页刷新后再展示 思路 在进入详情页后,在浏览器中保存一个键…
Leave a Comment// 刷新父页面 window.parent.location.reload() // 获取窗口索引 var index = parent.layer.getFrameIndex(window.name) // 关闭layer弹出层 par…
Leave a Comment错误一 errcode=45015, errmsg=response out of time limit or subscription is canceled hint 这是因为用户已经超过24小时没有和公众号发生交互了,你用你的用户发送…
Leave a Comment