提交 0bea5262 编写于 作者: RunAtWorld's avatar RunAtWorld

Merge branch 'master' of https://gitlab.com/hudalpf/javadev

### 非法字符校验
检验用户名不能包含非法字符表达式
```
SELECT
COUNT(*) cnt
FROM
t_user t
WHERE t_user.username REGEXP '[`~!@#$^&*()=|{}\':;\',\[\].<>/?~!@#¥……&*()——|{}【】‘;:”“。,、?[:space:]]';
```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册