原文链接 https://www.cnblogs.com/zzp28/articles/1742661.html https://www.cnblogs.com/zzp28/articles/1742665.html 详细介绍一下 Smoke Testing(冒烟测试) 近来看到和听到几个关于 Sm ...
分类:
其他好文 时间:
2021-02-05 10:35:17
阅读次数:
0
因为最近在研究线程安全和相关的可变对象和不可变对象的内容。 查看了下 StringBuffer 的源代码。 StringBuffer 的官方解释是,一个线程安全可变序列的字符串。StringBuffer 与 String 是一样的,但是是线程安全的。你可以在任何时候会存储一些字符串。有关 Strin ...
分类:
编程语言 时间:
2021-02-04 12:16:08
阅读次数:
0
1.安装依赖的库 sudo apt build-dep global sudo apt install libncurses5-dev libncursesw5-dev 2.去GNU GLOBAL 官方下载最新的global包并解压 wget https://ftp.gnu.org/pub/gnu/ ...
分类:
系统相关 时间:
2021-02-04 12:12:54
阅读次数:
0
使用paramunittest执行测试用例的时候, 如果用例个数超过10个会按照0,1,10,11,12…的顺序执行,很难受。进入paramunittest模块修改_build_name函数内容如下 def _build_name(name, index): if index < 10: index ...
分类:
编程语言 时间:
2021-02-04 12:01:07
阅读次数:
0
// 表单值改变触发全局校验 const handleValChange = () => { const { validateFields } = form setTimeout(() => { validateFields((errors, values) => { if (errors) { r ...
分类:
其他好文 时间:
2021-02-04 11:54:41
阅读次数:
0
physical standby errors ORA-00600 ORA-10567 ORA-10564 ORA-01110 ORA-10561DECEMBER 26, 2016 ARCSDEGEOLEAVE A COMMENTThe following errors were thrown wh ...
分类:
其他好文 时间:
2021-02-04 11:52:42
阅读次数:
0
<build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.1</version> <configur ...
分类:
系统相关 时间:
2021-02-03 11:07:55
阅读次数:
0
Canopy is hiring Postgres SQL Engineer. Database expert, knowing how to build a scalable database application. https://angel.co/company/canopy-servici ...
分类:
数据库 时间:
2021-02-03 10:35:29
阅读次数:
0
故障报错:error: db5 error(11) from dbenv->open: Resource temporarily unavailable error: cannot open Packages index using db5 - Resource temporarily unavai ...
分类:
数据库 时间:
2021-02-03 10:32:44
阅读次数:
0
ionic cordova build ios 时报错: No profiles for '***' were found: Xcode couldn't find any iOS App Development provisioning profiles matching '***'. Autom ...
分类:
移动开发 时间:
2021-02-03 10:30:48
阅读次数:
0