强大的弱关系
今天看 TED Why 30 is not the new 20 时,看到三条很有意义的话:
- Get some identity capital
- Use your weak ties
- Pick your family
今天看 TED Why 30 is not the new 20 时,看到三条很有意义的话:
Given two version numbers, How to check which release is newer ? For example:
1.1 is newer than 1.0 (1.1 > 1.0);
1.0.0 is equal to 1.0(1.0.0 = 1.0);
0.9 is older than 1.0(0.9 < 1.0).
最近一个项目部署在腾讯云服务器(http://www.qcloud.com/)上,在服务器配置时使用了操作系统镜像功能,感觉很赞。因此把使用方法记录下来,供需要的同事参考。
为什么需要镜像功能
写文档时,Ctrl C 加 Ctrl V,多方便啊。
有需要多台服务器时,只要配置一台的各种软件及服务,其它的机器都复制过去,是不是也很省事啊?
这就是镜像功能存在的意义。