码迷,mamicode.com
首页 >  
搜索关键字:failed dependencies    ( 8612个结果
解决composer install 卡住的问题
执行 php composer.phar install 提示 Loading composer repositories with package informationUpdating dependencies (including require-dev) 1. 根本原因: 下载源在国外,无法 ...
分类:其他好文   时间:2020-04-14 10:50:18    阅读次数:777
Spring Boot小组件 - FailureAnalyzer
前言 一个Spring Boot 应用偶尔会因为某些原因启动失败,此时Spring Boot会友好地输出类似于这样一段文字,告诉你发生了什么,甚至应该采取什么行动: *************************** APPLICATION FAILED TO START *********** ...
分类:编程语言   时间:2020-04-14 00:50:13    阅读次数:70
4-4 Eureka环境构建
之前准备好的文 SpringCloud 依赖: <dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-depen ...
分类:其他好文   时间:2020-04-14 00:46:57    阅读次数:87
curl: (7) Failed to connect to 127.**** port 1080: Connection refused on WSL2
在WSL2 Ubuntu18.04上执行指令 发生了如下错误: curl: (7) Failed to connect to 127. port 1080: Connection refused 在网上查了很多不靠谱答案,配置文件位置也不确定。 ping了一下地址发现可以ping通, 感觉这个应该是 ...
分类:Web程序   时间:2020-04-13 21:12:32    阅读次数:97
2020-04-12工作记录
1、使用layui的第三方插件时间菜单树状显示。(dtree) 2、使用SpringDataJpa进行一对多,保存操作的时候,遇到 failed to lazily initialize a collection of role,这是由于懒加载导致的,解决办法:在注解上添加fetch=FetchTy ...
分类:其他好文   时间:2020-04-12 22:53:32    阅读次数:78
keras加载mnist数据集
from keras.datasets import mnist (train_images,train_labels),(test_images,test_labels)=mnist.load_data() 此处会报 SSL: CERTIFICATE_VERIFY_FAILED] certific ...
分类:其他好文   时间:2020-04-12 18:13:58    阅读次数:136
异常解决:sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
前几天用JSOUP写爬虫Demo时,遇到这个异常 百度了一番原来是因为目标站点启用了HTTPS 而缺少安全证书时出现的异常,大概解决办法有2种: 1. 手动导入安全证书(嫌麻烦 没使用); 2. 忽略证书验证。 相对于来说简单一点,在发起请求前调用这个方法,问题解决。 // 包不要导错了 impor ...
分类:其他好文   时间:2020-04-12 16:47:40    阅读次数:84
Linux - Ubuntu下执行apt-get update报错:Some index files failed to download. They have been ignored, or old ones used instead.
报错命令 root@ubuntu:/etc/apt# apt-get update Err:1 http://mirrors.aliyun.com/ubuntu trusty InRelease Could not resolve 'mirrors.aliyun.com' Err:2 http:// ...
分类:系统相关   时间:2020-04-12 10:42:33    阅读次数:249
web服务器_Nginx(常见异常与简单处理)
异常信息 异常解读 异常处理 nginx: [alert] could not open error log file: open() "/usr/local/nginx/logs/error.log" failed (13: Permission denied)2020/04/12 09:46:2 ...
分类:Web程序   时间:2020-04-12 10:32:17    阅读次数:73
centos7 关闭防火墙
systemctl stop firewalld 关闭防火墙 systemctl status firewalld 查看状态 systemctl disable firewalld 不启动 systemctl enable firewalld 启动 如果使用 service iptables sto ...
分类:其他好文   时间:2020-04-12 10:25:32    阅读次数:65
8612条   上一页 1 ... 66 67 68 69 70 ... 862 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!