https://github.com/htangle/sensitiveword
https://github.com/htangle/sensitiveword
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/htangle/sensitiveword
- Owner: hTangle
- Created: 2018-05-16T13:47:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-21T07:20:57.000Z (about 8 years ago)
- Last Synced: 2025-02-25T03:22:38.143Z (over 1 year ago)
- Language: Java
- Size: 177 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
程序调试通过的jdk版本为jdk1.8.0_151
使用的是IntelliJ IEDA
Author:hzw
Email:hsup1994@hotmail.com
该程序实现的功能是:
从文件中读取敏感词汇
将socket请求放到线程池中
处理完成封装之后再返回
敏感词过滤使用的是DFA算法