背景 LuckyFrame测试平台是一款免费开源的测试平台,最大的特点是全纬度覆盖了接口自动化、WEB UI自动化、APP自动化,并且支持分布式测试,点击直达官网。该框架的web端是基于Springboot框架,本文共享下通过Jenkins对LuckyFrameWeb进行自动部署的功能。 方法 1、 ...
分类:
其他好文 时间:
2021-03-02 12:00:21
阅读次数:
0
经典开场 // Layui ;! function (win) { var Lay = function () { this.v = '2.5.5'; }; win.layui = new Lay(); }(window); // Jquery (function (global, factory) ...
分类:
其他好文 时间:
2021-03-02 11:54:07
阅读次数:
0
jQuery文档操作常用方法1 内部插入 1.appendTo( ) ? appendTo() 方法在被选元素的结尾(仍然在内部)插入指定内容。 ? 语法: $(content).appendTo(selector) 参数 描述 content 必需。规定要插入的内容(可包含 HTML 标签)。 s ...
分类:
Web程序 时间:
2021-03-02 11:43:33
阅读次数:
0
<style> div{ width: 200px; height: 20px; background-color: red; } ul{ display: none; margin: 0; padding: 0; width: 200px; background-color: #ccc; } </ ...
分类:
Web程序 时间:
2021-03-01 14:07:32
阅读次数:
0
// 第一种写法 $(document).ready(function() { }); // 第二种写法 $().ready(function() { }); // 第三种写法 $(function() { }); jQuery入口函数与window.onload的对比 JavaScript的入口函 ...
分类:
其他好文 时间:
2021-03-01 13:46:55
阅读次数:
0
C++ 2010 #include <uf.h>#include <uf_object_types.h>#include <uf_obj.h>#include <uf_modl.h>#include <uf_assem.h>#include <uf_kf.h>#include <uf_ui.h>#i ...
分类:
其他好文 时间:
2021-03-01 13:43:29
阅读次数:
0
C++ 2010 //获取UI值和路径void CreateNewComponent::GetUIValueandPath() { try { NewName.clear(); NewNamePath.clear(); selectBodys.clear(); //获取显示部件的全路径 partfu ...
分类:
其他好文 时间:
2021-03-01 13:06:51
阅读次数:
0
14. 最长公共前缀 编写一个函数来查找字符串数组中的最长公共前缀。 如果不存在公共前缀,返回空字符串 ""。 示例 1: 输入:strs = ["flower","flow","flight"] 输出:"fl" 示例 2: 输入:strs = ["dog","racecar","car"] 输出: ...
分类:
其他好文 时间:
2021-03-01 13:02:48
阅读次数:
0
简单记一下使用element UI表格涉及到合并时的方法: 1. 合并行: 先对数据做处理: dealWithData () { const result = [] let pos = 0 const data = this.tableData for (let i = 0; i < data.le ...
分类:
其他好文 时间:
2021-02-27 13:04:55
阅读次数:
0
转自:原文链接:https://blog.csdn.net/wwq0813/article/details/93294416 1. IO基础流的操作类,简单快捷:生成Excel文件,但不能在已有的Excel上插入数据 using System.IO;using System.Threading; / ...
分类:
数据库 时间:
2021-02-27 12:58:44
阅读次数:
0