最近在用Django做一个小项目,需要将微信的用户与网站的用户进行关联,由于是微信的订阅号,没有oauth网页授权的权限,只能退而求其次,在响应中获取用户的openid,来唯一的标识用户。 Django中用户的模型继承和扩展于AbstractUser,在用户模型中添加openid字段: models ...
分类:
微信 时间:
2018-04-30 12:03:28
阅读次数:
485
Codewars 刷题第五天,数组问题。 Enough is enough! Alice and Bob were on a holiday. Both of them took many pictures of the places they've been, and now they want ...
分类:
编程语言 时间:
2018-04-29 11:54:49
阅读次数:
196
后台spring mvc接收List参数报错如下:org.springframework.beans.BeanInstantiationException: Failed to instantiate [java.util.List]: Specified class is an interface ...
分类:
编程语言 时间:
2018-04-28 19:30:45
阅读次数:
381
最近呢,再捣鼓一个类似商城的商城,买东西肯定的给用户发一下,告诉他,嘿,兄得,你的手已经剁完了,233,纯属玩笑,可是呢,该做的还是要做的,本来寻思用mail()函数,但是呢,简单事简单,但是呢,出错啊,发不出去,没时间解决这么多问题,来个简单的吧 用smtp类发送邮件 1、首先我就写了一个方法,因 ...
分类:
Web程序 时间:
2018-04-27 18:05:16
阅读次数:
202
一、 Reference: https://www.jianshu.com/p/6c7cb820a020 二、 ...
分类:
系统相关 时间:
2018-04-27 02:46:07
阅读次数:
195
国际惯例的题面(Bzoj没有,洛谷找的):动态加权逆序对,一眼树套树。256MB内存,5e4范围,不虚不虚。首先把交换改成两个插入和两个删除。考虑插入和删除的贡献,就是统计前面比这个值大的数的数值和,数量和,后面比这个值小的数的数值和,数量和。然后特判一下当前两个值构成逆序对的情况即可(因为这种情况 ...
分类:
其他好文 时间:
2018-04-26 01:17:14
阅读次数:
290
package com.bee.sample.smartmap.controller;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.http.MediaType;imp... ...
分类:
编程语言 时间:
2018-04-23 19:59:14
阅读次数:
168
package com.bee.sample.smartmap.controller;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.stereotype.Control... ...
分类:
编程语言 时间:
2018-04-23 19:54:39
阅读次数:
388
package com.bee.sample.smartmap.controller;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.stereotype.Control... ...
分类:
编程语言 时间:
2018-04-23 19:54:05
阅读次数:
430
package com.bee.sample.smartmap.controller;import java.io.IOException;import java.math.BigDecimal;import java.util.Date;import java.util.HashMap;impor... ...
分类:
编程语言 时间:
2018-04-23 19:50:46
阅读次数:
285