码迷,mamicode.com
首页 >  
搜索关键字:refresh failed    ( 8492个结果
MySQL—Mysql与MariaDB启停命令的区别
本文主要介绍Mysql与MariaDB启停命令的区别,并且针对Failed to restart mysqld.service: Unit not found.问题进行处理。 ...
分类:数据库   时间:2020-04-14 10:56:05    阅读次数:82
Spring Boot小组件 - FailureAnalyzer
前言 一个Spring Boot 应用偶尔会因为某些原因启动失败,此时Spring Boot会友好地输出类似于这样一段文字,告诉你发生了什么,甚至应该采取什么行动: *************************** APPLICATION FAILED TO START *********** ...
分类:编程语言   时间:2020-04-14 00:50:13    阅读次数:70
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
01:html之了解
学习html前,我们必须了解一下html的结构与本质。 《head》中几个常用标签。 1. meta中的编码 <meta charset="UTF-8"> 2. meta标签中的刷新与跳转 <meta http-equiv="Refresh" content="3"> <meta http-equi ...
分类:Web程序   时间:2020-04-13 12:19:35    阅读次数:73
微信小程序开发基础之逻辑层
一、注册程序 App() 方法 参数 类型 描述 触发时机 onLanuch Function 生命周期函数--监听小程序初始化 当小程序初始化完成时,会触发 onLaunch(全局只触发一次) onShow Function 生命周期函数--监听小程序显示 当小程序启动,或从后台显示,会触发 on ...
分类:微信   时间:2020-04-13 12:07:07    阅读次数:140
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
8492条   上一页 1 ... 57 58 59 60 61 ... 850 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!