技术文章

各个分类算法优缺点

1. 各个分类算法优缺点1.1. 朴素贝叶斯朴素贝叶斯的主要优点有:1)朴素贝叶斯模型发源于古典数学理论,有稳定的分类效率。2)对小规模的数据表现很好,能个处理多分类任务...

HttpClient PostMethod方式

一、PostMethod一般请求 /** * POST方式 * @return * @throws Exception */ public static String PostMethodTest() throws Exception{ S...

centOS7 查看防火墙状态

一、防火墙的开启、关闭、禁用命令(1)设置开机启用防火墙:systemctl enable firewalld.service(2)设置开机禁用防火墙:systemctl disable firewalld.service(3)启...