# config配置 { 'DEBUG': False, # 是否开启Debug模式 'TESTING': False, # 是否开启测试模式 'PROPAGATE_EXCEPTIONS': None, # 异常传播(是否在控制台打印LOG) 当Debug或者testing开启后,自动为True ' ...
分类:
其他好文 时间:
2019-01-18 13:30:30
阅读次数:
220
# sudo yum install -y yum-utils device-mapper-persistent-data lvm2 建立Stable仓库,Stable这个仓库总是需要的,即使你想从edge或者testing仓库安装更新。 # sudo yum-config-manager --ad ...
分类:
系统相关 时间:
2019-01-18 10:52:01
阅读次数:
241
导入和导出时字符集不匹配会导致无法导入,需要修改字符集。 Doc命令: sqlplus sys/orcl#manger as sysdba SQL*Plus: Release 11.2.0.1.0 Production on 星期一 1月 16 16:33:30 2017 Copyright (c) ...
分类:
数据库 时间:
2019-01-16 16:51:14
阅读次数:
271
PICT介绍: PICT全称Pairwise Independent Combinatorial Testing(成对独立组合测试) PICT产生测试用例和测试配置。你可以通过使用PICT产生的测试,比手工设计的测试更加有效,并且只需要手工设计测试用例的一小部分时间。 PICT可以有效地按照两两测试 ...
分类:
其他好文 时间:
2019-01-14 15:12:55
阅读次数:
170
BeanShell是最先进的JMeter内置组件之一。JMeter具有丰富的内置插件,可满足性能测试的许多需求。例如,在编写一些复杂的测试时,您可能需要一些额外的脚本。在这种情况下,值得使用Beanshell。在这篇文章中,我们将讨论使用JMeter Beanshell和常见用例测试复杂逻辑。Bea ...
分类:
系统相关 时间:
2019-01-13 19:10:31
阅读次数:
206
## golang```go 是编译性语言。编译之后,在机器上运行机器码。编译之后,脱离依赖,所有依赖都打包到一个可执行文件。go 最小的共享单位是 包go 以包组织代码package main 编译出来的是一个可执行文件go 的字符串,只能是双引号包裹。go 的 {} 必须在行末```## 设置环... ...
分类:
其他好文 时间:
2019-01-09 15:46:59
阅读次数:
204
偶然的机会遇到了这个工具——Appium Studio, 在官网是这么解释的 Get your Appium testing projects going within minutesInstall Appium Studio with a single click along with all t ...
分类:
移动开发 时间:
2019-01-08 12:17:44
阅读次数:
653
1、Summaize the book Practical Web Penetration Testing first nmap tools is important for gather information of servers nmap -sn [ip] ping scan Netdisco ...
分类:
编程语言 时间:
2019-01-08 01:01:28
阅读次数:
188
题目: 1)In the first step, apply the Convolution Neural Network method to perform the training on one single CPU and testing 2)In the second step, try t ...
分类:
其他好文 时间:
2019-01-06 20:42:53
阅读次数:
325
# 运维 # 测试 ## 测试工具 > [最好的测试工具](https://blogs.msdn.microsoft.com/testingspot/2018/08/01/what-are-the-best-performance-testing-tools/) [Apache JMeter](./... ...
分类:
其他好文 时间:
2019-01-04 00:27:07
阅读次数:
160