码迷,mamicode.com
首页 >  
搜索关键字:failed    ( 7169个结果
tomcat端口占用问题
The Tomcat connector configured to listen on port 8110 failed to start. The port may already be in use or the connector may be misconfigured. 打开cmd 搜索 ...
分类:其他好文   时间:2020-04-11 17:03:22    阅读次数:98
pom.xml文件project报错Failed to read artifact descriptor forXXX:jar:unknow,导致idea导入项目时maven依赖没有加载进项目的问题
可能造成的原因有很多,需要一个一个尝试解决。首先检查一下看看maven仓库设置有没有出错。没有出错再执行下面的步骤 1.右键选择maven Reimport 一下 右键选择这个就行了,比较方便快捷 2.把报错的那个jar包的maven依赖引入文件删除,Reimport ,再把依赖复制进去 Reimp ...
分类:编程语言   时间:2020-04-11 14:37:50    阅读次数:126
mySQL基础入门
mySQL 安装 windows windows mysqld initialize console 报错 出现Failed to find valid data directory. 初始化数据库: 程序会在动MySQL文件夹下创建data文件夹以及对应的文件 登录 启动 关闭 mysql服务 移 ...
分类:数据库   时间:2020-04-11 09:39:09    阅读次数:77
thymeleaf 无法正常解析页面(本地可以正常访问某个请求,并可以返回页面,但服务端访问出现找不到模板)
thymeleaf 无法正常解析页面(本地可以正常访问某个请求,并可以返回页面,但服务端访问出现找不到模板) 出错提示: Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception ...
分类:其他好文   时间:2020-04-10 12:06:56    阅读次数:196
CentOS7 服务检查命令
列出所有服务:systemctl list-unit-files 列出运行中的服务:systemctl list-units 列出所有失败的服务:systemctl --failed 检查单个服务是否启用:systemctl is-enabled mysqld.service 查看单个服务的状态:s ...
分类:其他好文   时间:2020-04-09 15:24:32    阅读次数:474
Error:Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-not69mld/pysam/
使用pip命令之后报错,错误信息如下图: 提示egg_info文件错误 解决原理: 我在装载python3.6的机器上同时也安装了python2.7(软件需要),使用python 3的pip来安装python 2的git包,当然会报错。 解决代码: wget https://pypi.python. ...
分类:编程语言   时间:2020-04-09 14:14:23    阅读次数:97
Attempting to fetch value instead of handling error Internal: failed to get device attribute 13 for device 0: CUDA_ERROR_UNKNOWN: unknown error
问题来源:Python安装tensorflow执行时出现问题。 问题产生的原因:驱动与cuda不匹配,更新nvidia驱动即可。 解决办法:进入cuda-gpu匹配页面: http://developer.nvidia.com/cuda-gpus,点击自己电脑的gpu型号(如图1所示,如GeForc ...
分类:其他好文   时间:2020-04-09 00:35:16    阅读次数:584
Mac免密登录
目的:每次登录服务器都需要输入密码比较费劲,设置成免密登录就方便多了! 在本机执行服务器上的脚本,如果没有设置免密登录会报:Host key verification failed Permission denied Permission denied, please try again 设置成免密 ...
分类:系统相关   时间:2020-04-08 22:49:35    阅读次数:146
Failed to enable unit: Refusing to operate on linked unit file mysql.service
在设置mysql开机启动时,出现了“Failed to enable unit: Refusing to operate on linked unit file mysql.service”,那么需要检测以下mysql是否设置过了开机启动, 方法为: sudo systemctl is-enable ...
分类:数据库   时间:2020-04-08 09:49:03    阅读次数:230
lnmp phpmyadmin登录提示Failed to set session cookie
问题 phpmyadmin提示Failed to set session cookie ,环境为lnmp1.6 , 解决: 查看lnmp日志,apache core 提示[core:notice] [pid 32072:tid 140644039464832] AH00052: child pid ...
分类:Web程序   时间:2020-04-07 15:40:51    阅读次数:103
7169条   上一页 1 ... 50 51 52 53 54 ... 717 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!