<build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> </plugin> <plugin> <groupId>c ...
分类:
其他好文 时间:
2021-01-01 12:13:15
阅读次数:
0
已经基于go mod 调整了原有的项目,所以使用以及构建就很方便了,同时官方也提供了demo 所以试用下 构建工具 git clone https://github.com/rongfengliang/api2html.git cd api2html go build 运行demo cd examp ...
<resources> <!--这个表示是加载 项目名/src/main/resources 下 (**/application*.yml,**/application*.yaml,**/application*.poperties)文件,且开启替换标签 ,例如使用 ${key} --> <reso ...
分类:
其他好文 时间:
2020-12-30 11:08:23
阅读次数:
0
vue-cli这个构建工具大大降低了webpack的使用难度,支持热更新,有webpack-dev-server的支持,相当于启动了一个请求服务器,给你搭建了一个测试环境,只关注开发就OK。 1.安装vue-cli ① 使用npm(需要安装node环境)全局安装webpack,打开命令行工具输入: ...
分类:
其他好文 时间:
2020-12-30 11:04:10
阅读次数:
0
最佳的UI体验——Material Design Material is a design system created by Google to help teams build high-quality digital experiences for Android, iOS, Flutter, ...
分类:
移动开发 时间:
2020-12-30 10:37:29
阅读次数:
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
pipeline { agent any environment { imagename = "镜像命名" tag = "v${BUILD_NUMBER}" } stages { stage('Pull code') { steps { echo "${imagename}:${tag}" git ...
分类:
编程语言 时间:
2020-12-29 11:16:14
阅读次数:
0
pipeline { agent any environment { imagename = '镜像名' tag = "v${BUILD_NUMBER}" #版本号 } stages { stage('Pull code') { steps { echo "${imagename}:${tag}" ...
分类:
其他好文 时间:
2020-12-29 11:15:03
阅读次数:
0
1、git rm -r --cached 要忽略的文件 (如: git rm -r --cahced build/*, 如修改列表中的内容全部是不需要的, 那么你可以使用最最简单的命令搞定git rm -r --cached .) 2、将要忽略的文件添加到.gitignore文件中去(如果是目录的话 ...
分类:
其他好文 时间:
2020-12-28 11:34:19
阅读次数:
0
WebRTC AudioProc (AEC, VAD, NS...) https://github.com/DoubangoTelecom/webrtc-audioproc build example: ./autogen.sh ./configure make ...
分类:
Web程序 时间:
2020-12-28 10:57:16
阅读次数:
0