码迷,mamicode.com
首页 >  
搜索关键字:build task    ( 22119个结果
soul源码阅读(二) 启动http服务
官方文档地址: https://dromara.org/zh-cn/docs/soul/user-http.html http服务就是我们自己的项目。 1.引入 soul-examples/soul-examples-http 到soul.pom中 application.yml中添加自己的soul ...
分类:Web程序   时间:2021-01-16 12:01:05    阅读次数:0
封装控件 学习(1)——C#
转自:https://blog.csdn.net/wogeiniziyou/article/details/7564830?utm_medium=distribute.pc_relevant_download.none-task-blog-baidujs-1.nonecase&depth_1-utm ...
分类:Windows程序   时间:2021-01-15 11:54:14    阅读次数:0
GoLand GO MOD模式设置
1,设置GO SDK 2,设置GOPATH 3,设置build所需的环境变量: 4设置go mod ...
分类:其他好文   时间:2021-01-15 11:47:57    阅读次数:0
jenkins接口压测、生成HTML报告以及发送邮件
#1、新建一个自由风格任务 #2、添加git源码库地址 #3、添加自动化压测运行代码 添加如下代码 . ~/.bash_profile cd iInterface_python/jmx sh auto_stress_test.sh #4、导出压测报告 #5、发送邮件 在Post-build Acti ...
分类:Web程序   时间:2021-01-14 11:29:54    阅读次数:0
Bundle SPFX 文件时报错 “The build failed because a task wrote output to stderr.”的解决办法
在使用gulp bundle --ship对spfx项目进行编译的时候,出现“The build failed because a task wrote output to stderr.”错误。 这个错误是由于项目文件在编译时,有warning的信息。如下图: 一个办法就是逐条解决warning信 ...
分类:其他好文   时间:2021-01-14 11:28:02    阅读次数:0
最近要整理的东西:
1.fastjson alibaba JSON TypeReference 复杂类型转换 2.jmeter 3.redis作为缓存,本地缓存的缺陷 lecttue客户端的bug和缺点 4.分布式锁 5.jackson使用 ...
分类:其他好文   时间:2021-01-14 11:20:05    阅读次数:0
maven-graph-plugin
<!-- To generate a graph of the project dependencies, run: mvn -P graph graph:project --> <profile> <id>graph</id> <build> <plugins> <plugin> <groupId ...
分类:其他好文   时间:2021-01-13 11:31:26    阅读次数:0
playbook自动化安装lamp
准备4台主机,其中一台装ansible,其余三台分别部署apache、mysql、php,实现lamp架构 主控机ip:192.168.170.20 wang ansible 受控机ip:192.168.170.134 apache apache 192.168.170.135 mysql mysq ...
分类:其他好文   时间:2021-01-13 10:47:52    阅读次数:0
ubuntu18 build opencv4 from source
1 安装依赖 ## Install dependencies sudo apt -y install build-essential checkinstall cmake pkg-config yasm sudo apt -y install git gfortran sudo apt -y ins ...
分类:系统相关   时间:2021-01-13 10:46:58    阅读次数:0
Maven配置资源过滤
<build> <resources> <resource> <directory>src/main/java</directory> <includes> <include>**/*.properties</include> <include>**/*.xml</include> </includ ...
分类:其他好文   时间:2021-01-12 11:11:17    阅读次数:0
22119条   上一页 1 ... 31 32 33 34 35 ... 2212 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!