摘要:
1,依赖软件:nginx(openresty) mysql(存储用户表)redis(存储用户登录token,有效期1周)create table account( uid integer not null auto_increment, username varchar(64), password varchar(64), email varchar(256), primary key(uid), unique key email(email));nginx配置文件如下:location = /account { lua_need_request_bo... 阅读全文
posted @ 2014-04-01 20:32
ciaos
阅读(8413)
评论(0)
推荐(0)

浙公网安备 33010602011771号