istio 整体架构图 Istio 服务网格从逻辑上分为数据平面和控制平面。 数据平面由一组智能代理(Envoy)组成,被部署为 sidecar。这些代理通过一个通用的策略和遥测中心(Mixer)传递和控制微服务之间的所有网络通信。 控制平面管理并配置代理来进行流量路由。此外,控制平面配置 Mixe ...
分类:
其他好文 时间:
2019-12-03 14:24:34
阅读次数:
516
pip install pytest-html 安装插件 命令行执行: pytest --html=report_name.html (report_name是存放路径及名称) 报告样式: @william胡阳 ...
分类:
其他好文 时间:
2019-12-01 18:56:01
阅读次数:
75
偷懒,每次输入pytest ********太多了怎么办? 在pytest.ini文件中配置addopts addopts = -q --tb=line --reruns 1 --html=report_name.html 解释一下: -q: 输入简要信息, --tb=line:信息回溯只有一行 - ...
分类:
其他好文 时间:
2019-12-01 18:47:38
阅读次数:
318
大标题 摘要: 关键字: 1 第一题:(爬虫) 1.1 问题分析及解题思路 本题需要爬取xxxx的数据,运用Python的Request爬虫框架 1.2 解题流程及代码 1.2.1定义爬虫类 构造函数属性 1.2.2定义爬虫类 构造函数方法 1)获取html的方法 2)处理html的方法 3)保存数 ...
分类:
其他好文 时间:
2019-11-30 09:31:32
阅读次数:
93
Use SM36 to create a job with two steps, step 1 with the BTCLOOP report and step 2 with the report to be debugged. Then release the job. You can then ...
分类:
其他好文 时间:
2019-11-28 10:38:33
阅读次数:
83
parser = OptionParser() parser.add_option("-f", "--file", dest="filename", help="write report to FILE", metavar="FILE") parser.add_option("-q", "--qui ...
分类:
编程语言 时间:
2019-11-27 23:50:13
阅读次数:
154
组长博客 "点这里!" 总结思考 设想和目标 1. 我们的软件要解决什么问题?是否定义得很清楚?是否对典型用户和典型场景有清晰的描述? 弥补Powerpoint中模板转换存在的缺陷,完善PPT模板一键转换的功能。Powerpoint中模板转换功能能够将PPT转换成系统自带的模板,也能够通过浏览主题的 ...
分类:
其他好文 时间:
2019-11-24 19:49:23
阅读次数:
111
Fall 2019Assignment 2Assigned on 13 November 2019Due on 9 December 2019 Total Points: 150This assignment focuses on clustering study, and in particula ...
分类:
其他好文 时间:
2019-11-24 19:19:12
阅读次数:
91
1、显示统计占用系统内存最多的进程,并排序。 [root@localhost ~]# ps aux | sort -k 4 -rn |head qemu 10866 4.5 12.6 17634232 16738712 ? Sl Nov13 704:19 /usr/libexec/qemu-kvm ...
分类:
其他好文 时间:
2019-11-24 15:44:37
阅读次数:
64
今天,在eclipse上想整理下过去的项目,把之前没用的一些项目删了,把一些项目改了下名,结果再启动jsp页面的时候就出现了以下错误并提示Tomcat启动失败。 严重: Error starting static Resources java.lang.IllegalArgumentExceptio ...
分类:
移动开发 时间:
2019-11-24 11:39:09
阅读次数:
96