摘要: QQ 邮箱网页上需要设置授权码,开启POP... 阅读全文
posted @ 2020-04-22 15:40 liulonglong 阅读(98) 评论(0) 推荐(0) 编辑
摘要: QQ 邮箱网页上需要设置授权码,开启POP3/STMP服务 具体可以点击网址 "https://service.mail.qq.com/cgi bin/help?subtype=1&&id=28&&no=1001256" 查看操作步骤 1、什么是授权码? 授权码是QQ邮箱推出的,用于登录第三方客户端 阅读全文
posted @ 2020-04-22 15:39 liulonglong 阅读(332) 评论(0) 推荐(0) 编辑
摘要: 比如利用 go web框架 beego中的orm 对象关系映射创建表```go type Article struct { Id int `orm:"pk;auto"` ArticleName string `orm:"size(20)"` Atime time.Time `orm:"auto_no 阅读全文
posted @ 2020-04-22 15:03 liulonglong 阅读(718) 评论(0) 推荐(0) 编辑