框架初衷 前两周组内的小伙伴跟我说她现在测试的微信公众号项目(保险)每次上新产品时测试起来很费时,存在大量的重复操作(点点点),手工测试每个产品可能需要半天到一天的时间,复杂的产品需要两天。 由于保险下单的过程中字段比较多,输入费劲的同时测试用例也很多(不同年龄段、工种、有无社保等),且!每个产品的 ...
分类:
微信 时间:
2018-12-24 13:25:10
阅读次数:
212
1.ActionModule概述 1.1 创建TransportAction 其类层次结构如下 1.2 创建ActionFilter 2.ActionModule使用 增加了rest服务的处理handler 类层次关系如下: 3.小结 actionModule定义了处理tcp和http服务的hand ...
分类:
其他好文 时间:
2018-12-19 17:08:53
阅读次数:
122
基于Kubeadm搭建Kubernetesv1.11.2全记录所需镜像k8s.gcr.io/pause:3.1k8s.gcr.io/corednsquay.io/coreos/flannel:v0.10.0-amd64k8s.gcr.io/etcd-amd64:3.2.18k8s.gcr.io/kube-proxy-amd64:v1.11.2k8s.gcr.io/kube-apiserver-am
分类:
Web程序 时间:
2018-12-18 12:07:56
阅读次数:
206
2018年12月3日,全球领先的企业软件创新者VMware(NYSE: VMW)发布两款运行于AWS Outposts的全新解决方案预览:VMware Cloud on AWS Outposts与VMware Cloud Foundation for Amazon Elastic Compute C ...
分类:
其他好文 时间:
2018-12-08 11:20:12
阅读次数:
147
Nginx+Lua实现动态更新后端节点,主动监控检测方案:1、nginx+upsync模块https://github.com/weibocom/nginx-upsync-modulehttps://github.com/xiaokai-wang/nginx-stream-upsync-module支持TCP转发https://github.com/CallMeFoxie/nginx-upsync
分类:
其他好文 时间:
2018-12-06 17:53:20
阅读次数:
174
1 package com.szxs.pet; 2 /** 3 * 父类 :宠物类 4 * @author 5 * 6 */ 7 public class Pet { 8 private String name; // 宠物名字 9 private int health; // 宠物健康值 10 p... ...
分类:
其他好文 时间:
2018-12-05 22:28:53
阅读次数:
275
1 package com.szxs.pet; 2 3 /** 4 * 宠物类 5 */ 6 public abstract class Pet { 7 private int health; 8 9 public int getHealth() { 10 return health; 11 } 1... ...
分类:
其他好文 时间:
2018-12-05 00:14:45
阅读次数:
427
1 package com.szxs.pet; 2 /** 3 * 宠物类 4 * @author 5 * 6 */ 7 public class Pet { 8 private String name; //姓名 9 private int health; //健康值 10 private int... ...
分类:
其他好文 时间:
2018-12-05 00:10:56
阅读次数:
176
1、Cluster Health 集群状态 yellow代表分片副本确实,因为我们现在只有一台机器。 2、List All Indices 查询所有的索引 3、Create an Index 创建索引 4、Index and Query 索引文档操作 创建或者更新: 小提示:6.0的版本不允许一个i ...
分类:
其他好文 时间:
2018-11-30 14:01:38
阅读次数:
128
问题描述 《炉石传说:魔兽英雄传》(Hearthstone: Heroes of Warcraft,简称炉石传说)是暴雪娱乐开发的一款集换式卡牌游戏(如下图所示)。游戏在一个战斗棋盘上进行,由两名玩家轮流进行操作,本题所使用的炉石传说游戏的简化规则如下: * 玩家会控制一些角色,每个角色有自己的生命 ...
分类:
其他好文 时间:
2018-11-22 02:32:38
阅读次数:
198