1、因为部分软件发送文件有限制,将下载的jdk安装包分卷压缩成多个卷,逐一发送、发送后将所有卷放在同一文件夹下,提取文件,即可得到完整的文件 2、jdk.exe转zip:提取exe中的文件,找到.rsrc\1033\JAVA_CAB10文件夹下的111文件,提取文件,得到tools.zip,再次提取 ...
分类:
其他好文 时间:
2020-12-30 10:43:40
阅读次数:
0
1.进入进入build.xml存放的路径 cmd 中进入build.xml存放的路径,然后执行ant -buildfile build.xml 2.进入你新建的testcase/report/html ,用浏览器打开html格式的文件,报告就有啦。 3.下面有几种模板提供下载1.Summary&Pa ...
分类:
其他好文 时间:
2020-12-29 12:08:27
阅读次数:
0
1.获取LwIP的源码 http://savannah.nongnu.org/ lwip-2.1.2.zip 2.获取移植和应用LwIP的一些demo源码 http://savannah.nongnu.org/ contrib-2.1.0.zip 3.Linux环境下编译LwIP成静态库的方法 3. ...
分类:
其他好文 时间:
2020-12-29 11:41:15
阅读次数:
0
1. 安装 git bash 点我去git-scm官网 2. 安装 Cygwin 点我去Cygwin官网 Cygwin is: a large collection of GNU and Open Source tools which provide functionality similar to ...
https://blog.csdn.net/shichen2010/article/details/105022321?utm_medium=distribute.pc_relevant.none-task-blog-baidujs_title-2&spm=1001.2101.3001.4242 ...
分类:
其他好文 时间:
2020-12-28 11:33:07
阅读次数:
0
安装依赖 yum install -y novacom-server.x86_64 libaio.x86_64 libaio-devel.x86_64 网站下载 https://downloads.mariadb.com/MaxScale/ 自己选择自己需要的版本 yum localinstall ...
分类:
数据库 时间:
2020-12-28 11:32:23
阅读次数:
0
#user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #error_log "pipe:rollba ...
分类:
其他好文 时间:
2020-12-28 11:28:07
阅读次数:
0
<el-menu class="left-menu" :default-active="$route.name" :unique-opened="true" :collapse="isCollapse"> <template v-for="(m, x) in menuOpts.data" > <el ...
分类:
其他好文 时间:
2020-12-28 10:57:57
阅读次数:
0
代码位置 nextTick的实现在src/core/util/next-tick.js中。 主要代码块 根据当前环境,选择实现nextTick异步回调的途径。 // 首先是看当前环境支不支持Promise,如果支持Promise就使用Promise,添加了一个微任务 if (typeof Promi ...
分类:
Web程序 时间:
2020-12-28 10:56:57
阅读次数:
0
@(文章目录) 前言 2018年的时候,我写过一篇文章:Jenkins+Jmeter+ant接口自动化框架for Linux学习 但是由于两年了,我自己试了一下也不能使用了。所以趁着周末把这篇文章翻新一下。 下载安装 我们需要下载四个文件 Jenkins——https://jenkins.io/do ...
分类:
其他好文 时间:
2020-12-25 12:06:05
阅读次数:
0