An open API service indexing awesome lists of open source software.

https://github.com/htangle/sensitiveword


https://github.com/htangle/sensitiveword

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

          

程序调试通过的jdk版本为jdk1.8.0_151
使用的是IntelliJ IEDA

Author:hzw
Email:hsup1994@hotmail.com

该程序实现的功能是:
从文件中读取敏感词汇
将socket请求放到线程池中
处理完成封装之后再返回

敏感词过滤使用的是DFA算法