上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 33 下一页
  2020年3月26日
摘要: flink运行架构:https://blog.csdn.net/Luomingkui1109/article/details/95232428 一文读懂flink架构和特性:https://cloud.tencent.com/developer/article/1523028 flink常用算子:h 阅读全文
posted @ 2020-03-26 11:06 该用户很懒 阅读(104) 评论(0) 推荐(0)
  2020年3月20日
摘要: 待补充 阅读全文
posted @ 2020-03-20 17:27 该用户很懒 阅读(391) 评论(0) 推荐(0)
摘要: 1、模拟网速慢的情况 2、block某个请求的情况 指定阻塞:选中要阻塞的项目,右击选择“block xxx url”,该接口就会被阻塞。主要用于模拟某个接口没有返回情况下出现的一些异常情况 解除阻塞:选中已经被阻塞的项目,右击选择“unblock xxxx url”,该接口就会解除阻塞。 阅读全文
posted @ 2020-03-20 16:05 该用户很懒 阅读(717) 评论(0) 推荐(0)
  2020年3月19日
摘要: 选项说明:https://blog.csdn.net/deliciousion/article/details/78062521 http 1、get请求 curl http://xxx.xxx.xxx.xxx:port/xxxxxxxx 2、post请求 curl -XPOST http://xx 阅读全文
posted @ 2020-03-19 17:11 该用户很懒 阅读(963) 评论(0) 推荐(0)
  2020年3月17日
摘要: 思路是将客户端正确的keystore发送给服务端进行认证。如果是压测或者测试多个接口的话,用Once Only Controller来控制,认证一次就可以了 根据开发提供keystore&truststore以及生成这两种密钥的passwd,应该是可以只设置keystore的,truststore不 阅读全文
posted @ 2020-03-17 12:50 该用户很懒 阅读(1110) 评论(0) 推荐(0)
  2020年3月16日
摘要: 阅读全文
posted @ 2020-03-16 12:35 该用户很懒 阅读(831) 评论(0) 推荐(0)
  2020年3月13日
摘要: 转载:https://www.jianshu.com/p/3fc3646fad80 阅读全文
posted @ 2020-03-13 15:22 该用户很懒 阅读(85) 评论(0) 推荐(0)
  2020年3月12日
摘要: 假设需要把集群q1下的hive数据库a下面的表a1迁移到集群q2下 1、将q1集群下的a1表对应的hdfs文件拷贝到q1集群下的/test/test 2、在集群q2的某个数据库下面创建hive的schema外部表,注意路径/test/test要填正确 3、如果是分区表的话,输入msck repair 阅读全文
posted @ 2020-03-12 15:55 该用户很懒 阅读(1115) 评论(0) 推荐(0)
摘要: 转载:https://www.jianshu.com/p/bc782e4a5b36 软件质量模型是一种评价软件质量的通用模型,包括3个层次: 1、质量特性 2、质量子特性 3、度量指标 ISO/IEC 9126 (1991年发布)是一个软件质量的评估标准,后来被最新的软件质量标准ISO/IEC 25 阅读全文
posted @ 2020-03-12 12:49 该用户很懒 阅读(4251) 评论(0) 推荐(0)
  2020年3月11日
摘要: 好文:https://cloud.tencent.com/developer/article/1054931 阅读全文
posted @ 2020-03-11 14:09 该用户很懒 阅读(204) 评论(0) 推荐(0)
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 33 下一页