文件名称:Lottery-go:做高并发的抽奖系统后台
文件大小:245KB
文件格式:ZIP
更新时间:2024-03-31 11:36:31
系统开源
乐透 做高并发的抽奖系统后台 本项目需要用到的库: go get -u github.com/kataras/iris go get -u github.com/go-sql-driver/mysql go get -u github.com/go-xorm/xorm 表 用户表 Id int `xorm:"not null pk autoincr INT(11)"` UserName string `xorm:"comment('用户名') VARCHAR(50)"` BlackTime int `xorm:"default 0 comment('黑名单限制到期时间') INT(13)"` RealName string `xorm:"comment('联系人') VARCHAR(50)"` Mobile string `xorm
【文件预览】:
Lottery-go-master
----.gitignore(192B)
----dao()
--------code_dao.go(2KB)
--------userday_dao.go(1KB)
--------gift_dao.go(2KB)
--------user_dao.go(1016B)
--------blackip_dao.go(1KB)
--------result_dao.go(2KB)
----bootstrap()
--------bootstrapper.go(3KB)
----cron()
--------run_one.go(517B)
--------run_all.go(130B)
----services()
--------code_service.go(2KB)
--------result_service.go(2KB)
--------blackip_service.go(1KB)
--------userday_service.go(2KB)
--------gift_service.go(6KB)
--------user_service.go(3KB)
----models()
--------userday.go(403B)
--------code.go(432B)
--------user.go(599B)
--------ObjGiftPrize.go(388B)
--------gift.go(2KB)
--------result.go(780B)
--------blackip.go(352B)
--------ObjLoginUser.go(169B)
----LICENSE(11KB)
----README.md(4KB)
----web()
--------middleware()
--------viewmodels()
--------public()
--------views()
--------utils()
--------main.go(356B)
--------controllers()
--------routes()
----.idea()
--------.gitignore(38B)
--------misc.xml(174B)
--------Lottery-go.iml(281B)
--------vcs.xml(180B)
--------watcherTasks.xml(2KB)
--------modules.xml(272B)
----conf()
--------redis.go(374B)
--------project.go(1KB)
--------db.go(486B)
----datasource()
--------rdshelper.go(2KB)
--------dbhelper.go(890B)
----comm()
--------func_web.go(2KB)
--------Code.go(303B)
--------functions.go(6KB)