%新人自学的,肯定有不对的地方,指出来大家共同学习%准备:rhel-server-6.4-x86_64-dvd.isosalt.tar.gz第一步:准备一台服务器,用以管理其他服务器system---→rhel-server-6.4-x86_64-dvd.isoip---→20.10.10.111hostname----→admin.black.com配置好yum源mkdir/isomount/dev..
分类:
其他好文 时间:
2014-05-27 03:34:16
阅读次数:
413
1 #include 2 #include 3 #include 4 #include 5 6 7
void salt(cv::Mat& image, int n) 8 { 9 10 for(int k=0; k img = image;20
img(j...
分类:
其他好文 时间:
2014-05-19 20:04:01
阅读次数:
289
In this problem you will perform median filtering to enhance the quality of a noise corrupted
image. Recall from the video lecture that median filtering is effective for removing "salt-and-pepper" n...
分类:
其他好文 时间:
2014-05-07 07:20:09
阅读次数:
326
一、absible是什么?ansible是一款简单的、开源的自动化管理工具。它通过Openssh工作,没有服务器;并且被管理的客户端上面并不需要安装什么客户端软件或启动什么守护进程,没有客户端;扩展模块可以使用任何语言编写;命令自动传输到管理机执行,并返回结果;二、安装ansible..
分类:
系统相关 时间:
2014-05-05 12:29:19
阅读次数:
698
我们知道,如果直接对密码进行散列,那么黑客(统称那些有能力窃取用户数据并企图得到用户密码的人)可以对一个已知密码进行散列,然后通过对比散列值得到某用户的密码。换句话说,虽然黑客不能取得某特定用户的密码,但他可以知道使用特定密码的用户有哪些。加Salt可以一定程度上解决这一问题。所谓加Salt,就是加...
分类:
其他好文 时间:
2014-04-27 23:53:48
阅读次数:
698