摘要: package main import ( "crypto/md5" "fmt" _ "github.com/go-sql-driver/mysql" "github.com/go-xorm/core" "github.com/go-xorm/xorm" "io" "time" ) type Mem 阅读全文
posted @ 2017-09-11 21:27 saneim 阅读(580) 评论(0) 推荐(0) 编辑
摘要: package main import ( "fmt" _ "github.com/go-sql-driver/mysql" "github.com/go-xorm/core" "github.com/go-xorm/xorm" "time" ) type Member struct { Membe 阅读全文
posted @ 2017-09-11 21:25 saneim 阅读(3114) 评论(0) 推荐(0) 编辑
摘要: xorm参考的文档: http://xorm.io/docs/ https://github.com/go-xorm/xorm/blob/master/README_CN.md github地址:https://github.com/go-xorm/xorm 安装命令:go get github.c 阅读全文
posted @ 2017-09-11 21:22 saneim 阅读(1243) 评论(0) 推荐(0) 编辑