ContentMonitor
Directory actions
More options
Directory actions
More options
ContentMonitor
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
基于Python实现的黄色图片及敏感词检测系统 根据数据Model中的数据模型建好需要的数据表 启动python main.py即可运行。 系统采用多线程并发运行机制,主进程中又三个子线程,分别负责微博数据、评论数据、私信数据的检测 每个子线程中又开启了三个子线程,分别负责扫描表、检测数据、记录表等任务,个子线程之间的通信及数据共享,使用Queue