文件名称:usermm:简单的用户管理系统
文件大小:11.9MB
文件格式:ZIP
更新时间:2024-03-31 13:26:36
系统开源
简单的用户管理系统 要求 重击 转到(v1.10.3 +) mysql(v5.7 +) Redis(v4.0 +) 安装 #makesure database and redis is correctlly installed and started sudo sysctl -w kern.ipc.somaxconn=2048 sudo sysctl -w kern.maxfiles=12288 ulimit -n 10000 #clone code cd $GOPATH git clone https://git.garena.com/jinhua.ouyang/entry_task.git src #setup environment cd src sh install.sh 开始 cd src
【文件预览】:
usermm-master
----tcpserver()
--------tcpserver(13.34MB)
--------main.go(1KB)
--------db_test.go(1KB)
--------userserver.go(5KB)
--------db.go(3KB)
--------user_dao_test.go(792B)
--------cache.go(3KB)
--------user_dao.go(2KB)
--------userserver_test.go(2KB)
--------cache_test.go(2KB)
----conf()
--------parser_test.go(569B)
--------parser.go(592B)
--------tcp_conf.go(872B)
--------tcp_test.yaml(475B)
--------tcpserver.yaml(400B)
--------http_conf.go(805B)
--------httpserver.yaml(499B)
--------http_test.yaml(538B)
----logs()
--------tcpserver.log(4KB)
--------httpserver.log(6KB)
----rpcclient()
--------userclient.go(7KB)
----proto()
--------userinfo.pb.go(13KB)
--------userinfo.proto(1KB)
----utils()
--------utils.go(623B)
--------utils_test.go(420B)
----start.sh(626B)
----initdb.go(4KB)
----install.sh(498B)
----httpserver()
--------upload()
--------main.go(2KB)
--------handler.go(7KB)
--------httpserver(16.17MB)
--------testhandler.go(1KB)
--------static()
----code()
--------code.go(2KB)
----initdb(6.66MB)
----gpool()
--------gpool.go(4KB)
--------gpool_test.go(2KB)
----README.md(1KB)