码迷,mamicode.com
首页 >  
搜索关键字:global build    ( 22928个结果
jenkins去掉CSPF
//远程触发的大坑: CSRF保护: Jenkins2.2版本之前可以手动关 Jenkins2.2版本之后,需要在配置文件中加入参数手动关 -Dhudson.security.csrf.GlobalCrumbIssuerConfiguration.DISABLE_CSRF_PROTECTION=tr ...
分类:其他好文   时间:2021-01-18 10:32:57    阅读次数:0
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
全面屏虚拟按键高度适配
需求场景:ScrollView中需要一个定高的recyclerView,其高度为屏幕高度,本以为一个简单的需求,调试了半天. 最初的高度获取 public static int getScreenHeight(Context context) { final Resources resources ...
分类:其他好文   时间:2021-01-16 11:50:38    阅读次数:0
用git管理svn
如果你的团队还在用svn管理代码,而你更习惯git,并且希望平时的一些小修改也提交一下,但不推送到服务器。 其实用git来管理svn仓库也是可以的,下面记录一下基本操作: 配置删除svn的空目录(比较重要,不然在git中删除目录的操作可能提交不上svn) git config --global sv ...
分类:其他好文   时间:2021-01-15 11:54:32    阅读次数: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
pip 配置阿里镜像作为下载源
Windows: 在 C:\Users\用户名 下面新建一个pip目录,在该目录下面新增 pip.ini 文件,文件的内容如下 Linux: vim ~/.pip/pip.conf [global] index-url = http://mirrors.aliyun.com/pypi/simple/ ...
分类:其他好文   时间:2021-01-14 10:43:31    阅读次数: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
git 代理配置
设置当前代理 git config http.proxy http://127.0.0.1:2334 取消当前代理 git config --unset http.proxy 取消全局代理 git config --global --unset http.proxy 设置socks5代理 git c ...
分类:其他好文   时间:2021-01-13 10:51:35    阅读次数:0
22928条   上一页 1 ... 32 33 34 35 36 ... 2293 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!