码迷,mamicode.com
首页 >  
搜索关键字:a plugin    ( 5751个结果
「Jenkins」- GitLab Plugin @20210212
插件介绍 此插件是一个构建触发器(Build Trigger),允许在 GitLab 中发生推送代码或创建合并请求时,触发 Jenkins 来执行构建任务。 插件站点:https://plugins.jenkins.io/gitlab-plugin 安装插件 Manage Jenkins => Ma ...
分类:其他好文   时间:2021-02-16 11:58:01    阅读次数:0
Vite2 按需引入
Vite2 按需引入 Ant Design Vue 与 element-plus UI框架 这两个文档内按需引入这块,看不太懂于是在github issues上找了一下 目前为止比较好的解决办法,推荐第一种 1:https://github.com/wingsico/vite-babel-plugi ...
分类:其他好文   时间:2021-02-10 13:09:52    阅读次数:0
【Android】从gitclub下载的源码,运行提示> Failed to apply plugin [id 'com.github.dcendents.android-maven']
Ps:假期想做一个3d球体的相册,在网上搜索源码,定位到一个抽象出来的3dTagCloudAndroid技术。下载到本地,想在手机端运行遇到个报错,记录下。 Ps:开源库地址:https://github.com/misakuo/3dTagCloudAndroid 首先:本地克隆代码,后会自动加载依 ...
分类:移动开发   时间:2021-02-09 12:16:21    阅读次数:0
java项目使用日志的操作步骤
使用日志的最简单步骤: 引入依赖 使用lombok的注解(@Slf4j)标注需要输出日志的java类,在勒种就可以使用 log变量 1 <!-- TODO lombok的依赖范围为 provided,否则启动 tomcat7-maven-plugin 会报错--> 2 <dependency> 3 ...
分类:编程语言   时间:2021-02-09 12:10:39    阅读次数:0
UE4插件 Skills Tree System 4.15-4.26
UE4插件 Skills Tree System 4.15-4.26 The Skills Tree plugin offers the following features:-A base Skill class that can modified through Blueprints-Skill ...
分类:其他好文   时间:2021-02-08 11:39:47    阅读次数:0
「Jenkins Pipeline」- 隐藏 Pipeline 日志 @20210204
问题描述 在 Jenkins Pipeline 中,控制台(Console Output)输出的日志包含大量 Pipeline 执行日志(如下以 [Pipeline] 为前缀的日志行): ... [Pipeline] stage [Pipeline] { (Declarative: Checkout ...
分类:其他好文   时间:2021-02-05 10:31:58    阅读次数:0
eclipse中解决update maven之后jre被改成1.5的问题
<build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.1</version> <configur ...
分类:系统相关   时间:2021-02-03 11:07:55    阅读次数:0
以 JSX 的方式来编写 Vue3 代码
创建项目 使用 vue ui 创建 vue3 项目 安装 vue-router vuex @vue/cli-plugin-typescript, @vue/babel-plugin-jsx 修改 babel.config.js 文件 module.exports = { presets: [ '@v ...
分类:Web程序   时间:2021-01-30 11:50:21    阅读次数:0
Maven之如何用assembly插件打jar包
maven-assembly-plugin有什么好处呢? 英文原文:The Assembly Plugin for Maven is primarily intended to allow users to aggregate the project output along with its de ...
分类:编程语言   时间:2021-01-27 13:58:43    阅读次数:0
Module Error (from ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templ
做uni-app的时候碰到了这个问题, Module Error (from ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templ 检查下是不是你的view 没有关闭!! 或者 最外层出现两 ...
分类:其他好文   时间:2021-01-27 13:29:00    阅读次数:0
5751条   上一页 1 ... 7 8 9 10 11 ... 576 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!