码迷,mamicode.com
首页 >  
搜索关键字:failed dependencies    ( 8612个结果
iOS-扩大按钮点击范围
更新记录 2020年3月28日,初稿 文章背景 近日,接到头头突然让我改一个东西,让我马上把某个按钮的点击相应区域扩大一点。作为一个iOS三个月的新人,还真不了解要怎么做。随后,头头说只要加一行代码就行了,然后让某位前辈直接把参考代码发给我。 后来,我加了一行类似于如下的代码: 就使得按钮点击区域扩 ...
分类:移动开发   时间:2020-03-28 13:39:12    阅读次数:135
server certificate verification failed. CAfile: none CRLfile: none
原文: "server certificate verification failed. CAfile: none CRLfile: none" 当使用命令 出现错误信息如下: 解决方案: ...
分类:其他好文   时间:2020-03-28 13:37:29    阅读次数:93
SpringBoot利用Redis管理分布式Session
https://www.jianshu.com/p/fe9a6c3bda4e 1、添加pom配置 <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-start ...
分类:编程语言   时间:2020-03-28 13:23:48    阅读次数:87
树莓派4b 对于 Failed to execute command 的解决方案
前言 因为 树莓派4b 是特例,到目前为止官方并没有提供可以直接安装在树莓派 4b 的系统镜像,而以前发布的版本对于 4b 这个新的型号也没有提供较好的支持。 所以在 更新插件 或者 更新系统 可能会出现以下问题: 本文就这个问题提供解决方法。 具体问题 具体错误代码,可以与你的代码比较一下: Se ...
分类:其他好文   时间:2020-03-28 13:22:32    阅读次数:471
jenkins+allure+testng
allure美化报告 1. maven添加配置 <properties> <aspectj.version>1.8.10</aspectj.version> </properties> <dependencies> <dependency> <groupId>io.qameta.allure</gr ...
分类:其他好文   时间:2020-03-28 09:12:45    阅读次数:78
anroid import org.apache.http.Header error
//useLibrary 'org.apache.http.legacy' in android-sdk-windows\platforms\android-26\optional dependencies { implementation fileTree(include: ['*.jar'], ...
分类:Web程序   时间:2020-03-28 00:46:51    阅读次数:92
elk+filebeat+redis日志系统部署
日志系统架构图 软件版本: filebeat 7.5.1 elasticsearch 7.5.1 logstash 7.5.1 kibana 7.5.1 redis 5.0.8 主机: system:Centos 7.7 host IP: 192.168.1.105 安装 elasticsearch ...
分类:其他好文   时间:2020-03-27 20:02:51    阅读次数:93
执行git pull命令报告"fatal: early EOF fatal: index-pack failed error: Could not fetch origin fatal: read error: Connection timed out"如何处理?
答: 改变仓库的地址(<source code dir>/.git/config中的[remote "origin"]),如: .git/config中的[remote "origin"]如下: [remote "origin"] url= git://git.kernel.org/pub/scm/ ...
分类:其他好文   时间:2020-03-27 16:53:52    阅读次数:166
安装composer后报错proc_open(): fork failed - Cannot allocate memory
1.问题描述: 在linux服务器使用composer 安装插件时,出现“proc_open(): fork failed - Cannot allocate memory” 也就是提示“提示内存不足”,我们可以通过创建swap分区解决这个问题。 2.解决方法: 先运行 free -m 看下空间是多 ...
分类:其他好文   时间:2020-03-27 13:10:20    阅读次数:110
npm i --save & npm i --save-dev
npm i 安装项目中package.json里的依赖时,两部分(dependencies和devDependencies)中的包都会pull下来到node_modules中。 npm i module_name --save(npm i -S):生产环境包依赖,写入package.json对应的d ...
分类:其他好文   时间:2020-03-27 11:05:08    阅读次数:62
8612条   上一页 1 ... 73 74 75 76 77 ... 862 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!