GitLab官方搭建教程地址: https://about.gitlab.com/install/#ubuntu 1. 依赖包安装 sudo apt-get update sudo apt-get install -y curl openssh-server ca-certificates ...
分类:
其他好文 时间:
2021-03-05 13:25:21
阅读次数:
0
建立测试计划,确定测试标准和测试范围 设计典型场景的测试用例,覆盖常用业务流程和不常用的业务流程等 根据测试用例,开发自动测试脚本和场景: 录制测试脚本:新建一个脚本(Web/HTML协议);点击录制按钮,在弹出的对话框的URL中输入”about:blank”;在打开的浏览器中进行正常操作流程后,结 ...
分类:
其他好文 时间:
2021-03-04 13:22:09
阅读次数:
0
This article is the continuation of our ongoing series about Linux Top Tools, in this series we will introduce you most famous open source tools for L ...
分类:
系统相关 时间:
2021-02-24 13:22:40
阅读次数:
0
###about 将平日里遇到的一些实用、有意思的python代码收集起来,以备后用 ####python案例 # ex_1.py # 生成随机字符 import random, string def GenPassword(length): numOfNum = random.randint(1, ...
分类:
编程语言 时间:
2021-02-18 13:14:12
阅读次数:
0
Most people have already heard about the new “async” and “await” functionality coming in Visual Studio 11. This is Yet Another Introductory Post. Firs ...
分类:
其他好文 时间:
2021-02-15 12:36:36
阅读次数:
0
Problem Description Long time ago Alex created an interesting problem about parallelogram. The input data for this problem contained four integer poin ...
分类:
其他好文 时间:
2021-02-10 13:02:09
阅读次数:
0
{ web,native,any}中我们先学习 react-router-dom。 react-router-dom(官方维护的路由器)的理解 1 react的一个插件库。 { web,native,any} 2 专门用来实现一个SPA应用。 3 基于react的项目都会用到此库。 路由和路由器。 ...
分类:
其他好文 时间:
2021-02-03 10:48:44
阅读次数:
0
SPA理解: 1spa 理解: 1 单页面web应用。(单页面多组件) 2 整个应有只有一个页面。(标题区,导航区, 展示区,多页面:不同的页面进行切换,多个页面实现跳转,) 3 不会刷新页面,之会局部更新!!!about组件和 home组件进行交换。 4 数据都需要ajax获取请求,在前端异步处理 ...
分类:
其他好文 时间:
2021-02-03 10:48:04
阅读次数:
0
首先确保你安装的是旗舰版idea,即查看help-about,看到有ultimate 字样,即你的是旗舰版 然后File --setting--plugins --installed,这里是查看你idea以及安装了的插件,搜一搜关键字,看installed下面出现没,没有的话就左边插件市场找找安装下 ...
分类:
其他好文 时间:
2021-02-02 10:43:57
阅读次数:
0
在vue创建项目时出现: vue : 无法加载文件 C:\Users\lwming\AppData\Roaming\npm\vue.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参阅 https:/go.microsoft.com/fwlink/?LinkID=135170 中的 about_ ...
分类:
移动开发 时间:
2021-01-30 12:14:11
阅读次数:
0