应一些人之邀。。。发一篇代码 1 #include 2 #include 3 #include 4
#include 5 6 using namespace std; 7 struct node 8 { 9 int data; 10 int key;
11...
分类:
其他好文 时间:
2014-05-23 05:17:06
阅读次数:
246
Definition - What doesResource
Poolingmean?Resource pooling is an IT term used in cloud computing environments
to describe a situation in which provid...
分类:
其他好文 时间:
2014-05-23 04:59:01
阅读次数:
421
1 #include 2 //quickSort 3 int partition(int
a[],int start,int end) { 4 int node = a[start]; //初始节点 5 while(start= node
&& end > start) ...
分类:
其他好文 时间:
2014-05-23 04:04:22
阅读次数:
304
LR场景设计在Controller中新建场景,可以选择手工场景(Manual Scenario)和
面向目标场景(Goal-Oriented
Scenario)两种方式创建场景。其实,在我们真实的项目中,选择手工场景比较多,所以下面是通过学习这本书的一些心得:1、创建手工场景当录制完脚本并完善好脚本...
分类:
其他好文 时间:
2014-05-23 04:01:42
阅读次数:
277
【7.4】 1 #include 2 #include 3 #include 4 using
namespace std; 5 #define MAXN 100 6 7 typedef struct node{ 8 char data; 9 node
*lchild;10 ...
分类:
其他好文 时间:
2014-05-23 03:26:20
阅读次数:
260
template中有三个formatversion,第一种是aws的格式,表示这是一个json文件;第二种是heat为了扩展aws并且更好的加入注释,引入的yaml格式文件;第三种是openstack的heat特有的hot格式的头部,也是基于yaml格式的。
"AWSTemplateFormatVersion": "2010-09-09", HeatTemplateFormatVersi...
分类:
其他好文 时间:
2014-05-21 16:45:14
阅读次数:
401
在Heat中完全使用aws的语法创建一套autoscaling的template。
流程:
Create LaunchConfig (Create basic instance, send mem status to ALARM) ->
Create ASGroup (Define instance num range) ->
Create ScaleUpPolicy (+1 in...
分类:
其他好文 时间:
2014-05-21 16:01:10
阅读次数:
315
Node-Canvas 安装的时候,并没想到有如此多的坑。看来npm也不是万能的。canvas需要cario,而cario需要libpng,又需要pixman,同时pkg-config更是前提,官网提供的pkg-config版本又在Mac OS 10.9 上有问题。本文将对node-canvas安装提供简要的讲解和坑的填充。...
分类:
其他好文 时间:
2014-05-21 14:44:48
阅读次数:
1937
WebStorm
8 with IdeaVim plugin
vim, sublime
sublime加上node插件。
nide
Brackets
vim + jshint2.vim
eclipse
Visual Studio 2013 + NTVS(Node.js
Tools for Visual Studio)
notepad++
atom.io
Nodejs c...
分类:
Web程序 时间:
2014-05-21 13:36:47
阅读次数:
493
先用node安装下载selenium-standalone server并运行npm install
webdriverjsjava -jar
path/to/your/selenium-server-standalone-2.39.0.jar 创建test_webdriver.jsvar
webd...
分类:
Web程序 时间:
2014-05-21 12:11:58
阅读次数:
403