salt提供了与Python应用程序接口的几个入口点,这些入口点通常被称为* client() API。每个客户端访问的salt的不同部分,无论是从master或minion,每个客户端详细如下: 1、以编程的方式访问salt2、salt可以用于CLI脚本,也可以通过REST接口使用。3、盐的 ou ...
分类:
编程语言 时间:
2017-10-26 21:05:37
阅读次数:
200
1、Vusers:提供了生产负载的虚拟用户运行状态的相关信息,可以帮助我们了解负载生成的结果。 2、Rendezvous(负载过程中集合点下的虚拟用户):当设置集合点后会生成相关数据,反映了随着时间的推移各个时间点上并发用户的数目,方便我们了解并发用户的变化情况。 3、Errors(错误统计):通过 ...
分类:
其他好文 时间:
2017-10-26 15:19:41
阅读次数:
165
官方文档https://docker-py.readthedocs.io/en/stable/ 1.安装docker 模块 如果不指定版本,默认安装最新的,若不匹配会报以下错误(解决方法为在定义client时可指定client的版本) docker.errors.APIError: 400 Clie ...
分类:
编程语言 时间:
2017-10-26 13:34:00
阅读次数:
232
time与datetime模块 time模块,用于输出时间 在Python中,用这几种方式来表示时间: 时间戳(timestamp):通常来说,时间戳表示的是从1970年1月1日00:00:00开始按秒计算的偏移量。我们运行“type(time.time())”,返回的是float类型。 格式化的时 ...
分类:
编程语言 时间:
2017-10-25 00:55:26
阅读次数:
264
Logging Scrapy提供了log功能,可以通过 logging 模块使用 可以修改配置文件settings.py,任意位置添加下面两行 Scrapy提供5层logging级别: CRITICAL - 严重错误(critical) ERROR - 一般错误(regular errors) WA ...
分类:
其他好文 时间:
2017-10-18 11:48:06
阅读次数:
356
WARN org.glassfish.jersey.internal.Errors - The following warnings have been detected: WARNING: Parameter 1 of type T from public void com.ListVO.setI ...
分类:
其他好文 时间:
2017-10-16 14:57:12
阅读次数:
156
protoc-gen-go: error:bad Go source code was generated: 163:6: illegal UTF-8 encoding (and 2915 more errors) 1 // Code generated by protoc-gen-go. DO N ...
分类:
其他好文 时间:
2017-10-16 09:47:35
阅读次数:
197
httpd.ini[ISAPI_Rewrite]
RewriteRule.*\.(?:gif|jpg|png|css|js|txt|jpeg|swf|flv)$0[I,L]
RewriteRule/httpd(?:\.ini|\.parse\.errors)/[F,I,O]
RewriteCond%{REQUEST_FILENAME}!-f
RewriteCond%{REQUEST_FILENAME}!-d
RewriteRule^(?!/Public)(?!/phpMyAdmin)(?!/index.php..
分类:
Web程序 时间:
2017-10-13 22:28:02
阅读次数:
280
这次wer由15%下降到0%了,后面跑更多的模型 LOG (apply-cmvn[5.2.124~1396-70748]:main():apply-cmvn.cc:162) Applied cepstral mean normalization to 20 utterances, errors on ...
分类:
其他好文 时间:
2017-10-13 12:48:01
阅读次数:
162
1查询隐含参数SELECTx.ksppinmNAME,y.ksppstvlVALUE,x.ksppdescdescribFROMSYS.x$ksppix,SYS.x$ksppcvyWHEREx.inst_id=USERENV(‘Instance‘)ANDy.inst_id=USERENV(‘Instance‘)ANDx.indx=y.indxANDx.ksppinmLIKE‘%&par%‘2_datafile_write_errors_crash_instance11.2.0.2新增..
分类:
数据库 时间:
2017-10-10 10:07:43
阅读次数:
199