码迷,mamicode.com
首页 >  
搜索关键字:sonar runner    ( 1187个结果
二十八分钟,带你用gitlab向企业微信发出灵魂拷问
#二十八分钟,带你用gitlab向企业微信发出灵魂拷问 例如: 是不是想着想着,就下班了呢?哈哈。由于像灵魂拷问这样的神问题数量有限, 下面也有播报新闻版的,这样就不怕提交次数多了看见重复的拷问~ 材料准备 gitlab一个,企业微信一个,能随意部署应用的机器一台(用来翻译webhook)。 Web ...
分类:微信   时间:2021-04-07 11:28:02    阅读次数:0
GitLab CI/CD入门
在项目的根目录下放置.gitlab-ci.yml文件来达到持续集成和部署的目的。 .gitlab-ci.yml被runner进程读取,从而完成CI/CD的任务。默认情况下有三个阶段的流水线阶段:build、test、deploy。 简而言之,具体的CI所需要的步骤就两步: 添加.gitlab-ci. ...
分类:其他好文   时间:2021-04-06 14:19:41    阅读次数:0
windowns vscode进行go编译运行
1、安装code runner插件,根据箭头标示顺序,可以在右侧看到它支持的语言. 2、装完插件后,重启一下vscode,右键看到多了一个run code 3、出现如下错误: 该错误是因为代码没有保存导致,建议把所有的代码都保存在执行,有可能不是当前的代码没有导致。 4、设置自动保存 文件->自动保 ...
分类:Windows程序   时间:2021-04-02 13:07:52    阅读次数:0
SpringBoot集成Redis
SpringBoot集成Redis;分别实现Redis单机模式、Redis主从复制、Redis哨兵模式、Redis-Cluster模式在SpringBoot中的集成实现。 ...
分类:编程语言   时间:2021-03-30 13:34:21    阅读次数:0
postman获取此次接口用于下次接口,获取token
1.执行请求 content-type 2.设置环境变量 set an environment variable 3.接口循环 collection runner 4.断言 reponse body Contains string //获取响应数据json对象 //把postman的json返回结果 ...
分类:其他好文   时间:2021-03-11 20:33:20    阅读次数:0
unittest_简介(一)
unittest是python内置的单元测试框架,具备编写用例、组织用例、执行用例、输出报告等自动化框架的条件。 使用unittest前需要了解该框架的五个概念: 即test case,test suite,test loader,test runner,test fixture。 test cas ...
分类:其他好文   时间:2021-02-22 12:05:07    阅读次数:0
IDEA 警告 No archetype found in remote catalog. Defaulting to internal catalog
IDEA 警告 No archetype found in remote catalog. Defaulting to internal catalog 新建Maven项目,遇到警告: No archetype found in remote catalog. Defaulting to inter ...
分类:其他好文   时间:2021-02-18 13:05:15    阅读次数:0
Spring Security
Spring Security简介 历史 添加parent和web依赖 SpringBootApplication @MapperScan@SpringBootApplication public class SpringSecurityApplication{ public static void ...
分类:编程语言   时间:2021-02-17 14:45:56    阅读次数:0
codecheckServer Sonar
s SonarQube搭建手记 https://www.cnblogs.com/throwable/p/12907785.html sonarqube代码质量检测平台搭建 https://www.cnblogs.com/lixianguo/p/12518524.html 自SonarQube的7.9 ...
分类:其他好文   时间:2021-02-15 11:46:40    阅读次数:0
Bitcoin的单元测试
原文 https://github.com/bitcoin/bitcoin/blob/master/src/test/README.md 基本情况 使用语言为Python,通过如下文件执行 test/functional/test_runner.py 单元测试源代码的目录为: /src/test/ ...
分类:其他好文   时间:2021-01-29 11:43:00    阅读次数:0
1187条   上一页 1 2 3 4 ... 119 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!