%新人自学的,肯定有不对的地方,指出来大家共同学习%准备: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
如果说2013年云计算之路的主题是“踩坑”,那么2014年我们希望云计算之路的主题是“填坑”——当然填坑是阿里云来完成的,我们只是见证曾经的坑坑洼洼变成了平坦大道。接下来我们的目标锁定在“黑色n秒”(刚发现一个英文说法:stuck
for x seconds)这个坑我们最多、最神秘、最诡异的坑。
分类:
其他好文 时间:
2014-05-27 02:51:12
阅读次数:
361
前言:在自动化、批量化操作主机的时候,有时候咱们需要定义主机组。比如,saltstack的group组,及salt-N参数,在ansible下的自己搞定ansible的主机组。有些麻烦,要知道,你既然选择了用saltstack、ansible这类的集群操作工具,如果你再选择把几十个多到几百个手动地,一个个..
分类:
数据库 时间:
2014-05-25 21:05:13
阅读次数:
520
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
1、序列化是干什么的?
简单说就是为了保存在内存中的各种对象的状态(也就是实例变量,不是方法),并且可以把保存的对象状态再读出来。虽然你可以用你自己的各种各样的方法来保 存object
states,但是Java给你提供一种应该比你自己好的保存对象状态的机制,那就是序列化。 2、什么情况下需要序列化...
分类:
编程语言 时间:
2014-05-04 09:57:38
阅读次数:
413
Playback control of audio/video files and streams is managed as a state machine. The following diagram shows the life cycle and the states of a MediaPlayer object driven by the supported playback cont...
分类:
移动开发 时间:
2014-05-03 21:36:21
阅读次数:
568
Cover with polyethylene plastic film intended
for system United States Postal Service . These plastic envelopes are resistant
to puncture and tear, wa...
分类:
数据库 时间:
2014-04-29 10:11:47
阅读次数:
568
Refer: App States and
MultitaskingiOS设备的系统资源有限,所以App在前台运行和在后台运行的时候是有区别的。为了节省电池寿命和用户体验,App在后台运行的时候,有一些功能会被操作系统限制。当App在前台运行的时候,可以处理系统发送的touch事件。UIKit基础架...
分类:
移动开发 时间:
2014-04-28 04:11:32
阅读次数:
643
我们知道,如果直接对密码进行散列,那么黑客(统称那些有能力窃取用户数据并企图得到用户密码的人)可以对一个已知密码进行散列,然后通过对比散列值得到某用户的密码。换句话说,虽然黑客不能取得某特定用户的密码,但他可以知道使用特定密码的用户有哪些。加Salt可以一定程度上解决这一问题。所谓加Salt,就是加...
分类:
其他好文 时间:
2014-04-27 23:53:48
阅读次数:
698