I'm back.I've get an offer from my current job,as a developer. Also, I decide to maintian my hobby to write down what I've learnt during my closing ti ...
分类:
其他好文 时间:
2021-01-14 10:42:08
阅读次数:
0
上一篇中提到了两个注解,@BeforeSuite 和 @AfterSuite,现在来详细体会下这两个注解的具体用法。 首先创建了一个SuiteConfig.java文件,用于存储以上两个注解的测试方法 package com.coke.testng.suite; import org.testng. ...
分类:
编程语言 时间:
2021-01-13 10:42:27
阅读次数:
0
1.read_gate_and_protocol read_ddc mapped/ORCA.ddc ;# note this was created during the unmapped flow current_design ORCA link #source -echo -verbose sc ...
分类:
其他好文 时间:
2021-01-07 11:56:13
阅读次数:
0
Firecracker Firecracker is a new light KVM-based hypervisor written in Rust and announced during last AWS re:Invent in 2018. But unlike QEMU, Firecrac ...
分类:
其他好文 时间:
2020-12-30 11:12:12
阅读次数:
0
扔掉CreateReactApp,打造你自己的React生成工具!作者|SviatKuzhelev译者|无明每个人都喜欢现成的东西。很显然,对于基于React的代码生成系统来说,没有什么比Facebook团队推出的create-react-app更好的了。是的,它非常有用。有了它,你可以立马开始App的编码工作。但从另一面来看,这种方式也让我们失去了了解内部工作原理的机会。我们应该要透过美丽的高级
分类:
移动开发 时间:
2020-12-24 12:34:00
阅读次数:
0
1 promise.then(function(value) { 2 // success 3 }, function(error) { 4 // failure 5 }); then本质上是一个函数,因为then存在于对象之中,所以又叫做方法。将then当做一个函数就ok了。 then有两个参数, ...
分类:
其他好文 时间:
2020-12-18 12:46:53
阅读次数:
3
SAVEPOINT、ROLLBACKTOSAVEPOINT和RELEASESAVEPOINT语句1.SAVEPOINTidentifier2.ROLLBACK[WORK]TO[SAVEPOINT]identifier3.RELEASESAVEPOINTidentifierInnoDB支持SQL语句SAVEPOINT、ROLLBACKTOSAVEPOINT、RELEASESAVEPOINT和用于RO
分类:
数据库 时间:
2020-12-09 11:42:24
阅读次数:
9
#部署Flannel 1 下载Flannel二进制包 #所有的节点,下载到master-1 [root@ node -1 ~]# mkdir /soft ; cd /soft [root@ node -1 ~]# wget https://github.com/coreos/flannel/rele ...
分类:
Web程序 时间:
2020-12-05 10:43:42
阅读次数:
9
下面是测试结果,只列出报错了的测试: 1、org.apache.catalina.LifecycleException: A child container failed during start 缺少:cxf-core-3.0.4.jar(最核心的包,不多说) 2、java.lang.ClassN ...
分类:
编程语言 时间:
2020-11-20 11:49:07
阅读次数:
7
SWEN30006 Exam 2018 S1 Page 1 of 32School of Computing and Information SystemsSWEN30006 Software Modelling and DesignExamination: 2018 End of Semester ...
分类:
其他好文 时间:
2020-11-19 12:14:11
阅读次数:
6