This website works better with JavaScript
Home
Explore
Project
Register
Sign In
lyq
/
fgh
Watch
1
Star
0
Fork
0
Files
Issues
2
Pull Requests
0
Wiki
Labels
Milestones
New Issue
#2
添加黑白名单功能
Open
opened
8 months ago
by
lyq
· 0 comments
天问
commented
8 months ago
需求
对请求进行跟踪,非法请求加入黑名单。
数据库设计
用户表:id,username,pwd
名单表:id,类型(黑名单,白名单)
项目记录表:Id,请求时间,名称,ip
## 需求 对请求进行跟踪,非法请求加入黑名单。 ## 数据库设计 * 用户表:id,username,pwd * 名单表:id,类型(黑名单,白名单) * 项目记录表:Id,请求时间,名称,ip
Sign in
to join this conversation.
Labels
Clear labels
No Label
Milestone
Clear milestone
No Milestone
Assignee
Clear assignee
No assignee
1 Participants
Write
Preview
Loading...
Cancel
Save
There is no content yet.
需求
对请求进行跟踪,非法请求加入黑名单。
数据库设计