码迷,mamicode.com
首页 >  
搜索关键字:73、stp安全配置实验之bpdu filtering    ( 285个结果
Linux--NiaoGe-Service-07网络安全与主机基本防护
Linux系统内自带的防火墙有两层: 第一层:数据包过滤防火墙:IP Filtering和Net Filter 要进入Linux本机的数据包都会先通过Linux预先内置的防火墙(Net Filter),Net Filter是由iptables这个软件提供的,主要针对TCP/IP的数据包头部来进行过滤 ...
分类:系统相关   时间:2018-09-10 14:44:52    阅读次数:277
一种简单的用于显示HDR的色调映射方法
来源于论文 “Fast Bilateral Filtering for the Display of High-Dynamic-Range Images” 具体结果如下,左边是线性压缩到8bit的图像,右图是tonemap后的图像。 参考 https://www.cnblogs.com/Images ...
分类:其他好文   时间:2018-08-29 14:04:33    阅读次数:369
机器学习算法原理解析——协同过滤推荐
1. CF协同过滤推荐算法原理及应用 1.1 概述 什么是协同过滤(Collaborative Filtering,简称CF)? 首先想一个简单的问题,如果你现在想看个电影,但你不知道具体看哪部,你会怎么做? 大部分的人会问问周围id朋友,看看最近有什么好看的电影推荐,而我们一般更倾向于从口味比较类 ...
分类:编程语言   时间:2018-08-27 21:27:48    阅读次数:176
Cassandra 数据模型
Cassandra 多层键值对数据结构与ALLOW FILTERING、索引、排序、聚合功能简介 ...
分类:其他好文   时间:2018-08-26 10:24:45    阅读次数:197
Cassandra 学习七 cassandra研究
https://www.cnblogs.com/bonelee/p/6306079.html Allow filtering: 如果你的查询条件里,有一个是根据索引查询,那其它非索引非主键字段,可以通过加一个ALLOW FILTERING来过滤实现; 虽然查询非索引非主键字段,但是只要加了ALLOW ...
分类:其他好文   时间:2018-08-17 16:34:54    阅读次数:161
必然 关键字
形成(Becoming) 知化(Cognifying) 流动(Flowing) 屏读(Screening) 使用(Accessing) 共享(Sharing) 过滤(Filtering) 重混(Remixing) 互动(Interacting) 追踪(Tracking) 提问(Questioning ...
分类:其他好文   时间:2018-08-16 19:52:12    阅读次数:126
Image Processing in OpenCV (2)
4 Smoothing Images 4.1 目标 学习: 使用各种低通滤波器(low pass filters)模糊(Blur)图像 对图像使用自定义滤波器(2D convolutin) 4.2 2D卷积(图像滤波)(Image Filtering) 对于一维信号,图像也可以用各种低通滤波器(LP ...
分类:其他好文   时间:2018-08-04 14:35:14    阅读次数:314
Device /dev/sdb not found (or ignored by filtering
最近想将服务器的本地硬盘通过LVM来灵活管理,具体问题如下:[root@localhost~]#pvcreate/dev/sdbDevice/dev/sdbnotfound(orignoredbyfiltering).[root@localhost~]#lsblkNAMEMAJ:MINRMSIZEROTYPEMOUNTPOINTnvme0n1259:002.9T0disksda8:00744.1G
分类:数据库   时间:2018-07-26 18:32:51    阅读次数:725
angularJS 中的two-way data binding.
原文: https://stackoverflow.com/questions/11616636/how-to-do-two-way-filtering-in-angularjs It turns out that there's a very elegant solution to this, b ...
分类:Web程序   时间:2018-06-28 20:46:48    阅读次数:237
Matlab filter常用函数
Filtering and Analysis Functions Filtering FunctionDescription fftfilt Filters a signal with a digitalFilter using an FFT-based overlap-add method fil ...
分类:其他好文   时间:2018-06-14 01:15:48    阅读次数:1500
285条   上一页 1 ... 4 5 6 7 8 ... 29 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!