一、常见端口扫描的原理 0、秘密扫描 秘密扫描是一种不被审计工具所检测的扫描技术。 它通常用于在通过普通的防火墙或路由器的筛选(filtering)时隐藏自己。 秘密扫描能躲避IDS、防火墙、包过滤器和日志审计,从而获取目标端口的开放或关闭的信息。由于没有包含TCP 3次握手协议的任何部分,所以无法 ...
分类:
编程语言 时间:
2018-12-30 02:46:46
阅读次数:
226
介绍: 推荐系统中最为主流与经典的技术之一是协同过滤技术(Collaborative Filtering),它是基于这样的假设:用户如果在过去对某些项目产生过兴趣,那么将来他很可能依然对其保持热忱。其中协同过滤技术又可根据是否采用了机器学习思想建模的不同划分为基于内存的协同过滤(Memory-bas ...
分类:
编程语言 时间:
2018-12-24 02:40:57
阅读次数:
521
【论文标题】Factorization Meets the Neighborhood: a Multifaceted Collaborative Filtering Model (35th-ICML,PMLR) 【论文作者】Yehuda Koren 【论文链接】Paper (9-pages // D ...
分类:
其他好文 时间:
2018-12-19 22:05:31
阅读次数:
163
论文原文:https://pan.baidu.com/s/1D1xjySQD25qaQXKMdJp7eA 1 introduction面向服务计算(Service-Oriented Computing,SOC)在进几年广泛使用,其中web服务就是其中的基石,因为面向服务计算需要web服务封装应用功能 ...
分类:
Web程序 时间:
2018-12-12 22:09:24
阅读次数:
249
QualitySettings.antiAliasing 抗锯齿 Description 描述 Set The AA Filtering option. 设置AA过滤选项。 The AntiAliazing filter can be set to either 0,2,4 or 8. This c ...
分类:
编程语言 时间:
2018-12-10 18:15:46
阅读次数:
340
前言 防火墙是保护服务器的重要工具。 Linux中最常用的基本防火墙软件是iptables。iptables通过与Linux内核网络堆栈(networking stack)中的包过滤钩子(packet filtering hooks)进行交互来工作。 出入网络系统的数据包将在通过网络堆栈时会触发这些 ...
分类:
Web程序 时间:
2018-11-22 23:57:06
阅读次数:
354
pcl之filtering PassThrough filter In this tutorial we will learn how to perform a simple filtering along a specified dimension – that is, cut off value ...
分类:
其他好文 时间:
2018-11-20 00:11:14
阅读次数:
218
一、概念 关联(Association) 关联就是把两个或两个以上在意义上有密切联系的项组合在一起。 关联规则(AR,Assocaition Rules) 用于从大量数据中挖掘出有价值的数据项之间的相关关系。(购物篮分析) 协同过滤(CF,Collaborative Filtering) 协同过滤常 ...
分类:
编程语言 时间:
2018-11-03 02:08:55
阅读次数:
239
==过滤器执行流程== reset() : reset the filter state before filtering a new row. filterAllRemaining(): true means row scan is over; false means keep going. fi ...
分类:
系统相关 时间:
2018-10-19 16:07:59
阅读次数:
217
【论文标题】CoupledCF: Learning Explicit and Implicit User-item Couplingsin Recommendation for Deep Collaborative Filtering (WWW '14 23rd WWW ) 【论文作者】Joons ...
分类:
编程语言 时间:
2018-10-09 18:12:12
阅读次数:
200