码迷,mamicode.com
首页 >  
搜索关键字:unable    ( 2498个结果
Djaong 运行报错:ValueError: Unable to configure handler 'default'
一、前提条件 1、Django 项目接入了 log 日志模块 二、解决方案 启动项目或者项目运行中,遇到如下报错 File "C:\Python38\lib\logging\config.py", line 808, in dictConfig dictConfigClass(config).con ...
分类:其他好文   时间:2020-09-17 21:17:38    阅读次数:82
VSCodeIDE Unable to import 'django.http'pylint(import-error)错误解决办法
原因:VSCode中的Python解释器配置和你安装Django时的解释器不一致; 解决办法:更换VSCode中的Python解释器; 打开命令面板(Ctrl + SHIFT + P) 键入【Python Select:Interpreter】解释器 选择安装Django的解释器即可 ...
分类:Web程序   时间:2020-09-17 19:32:02    阅读次数:67
删除git子模块的.git目录文件导致的问题
删除子目录下.git后,依然无法提交子目录下的文件 git rm --cached <目录/子目录> 执行完,不报错然后提交即可, 如果报错那就还得另想辙了 如果执行git rm --cached directory 提示fatal: Unable to create ‘xx/.git/index. ...
分类:其他好文   时间:2020-07-26 23:04:09    阅读次数:90
ubuntu使用命令apt-get install出现的问题
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)E: Unable to lock the administration directory (/var/lib/dpkg/), are you  ...
分类:系统相关   时间:2020-07-26 15:56:12    阅读次数:98
springboot:创建工程,SunCertPathBuilderException: unable to find valid certification path to requested target
一开始以为是外国网站访问不了,后来就换成了https://start.aliyun.com/ ,但还是报这个错误。后来想想这个问题之前解决,应该是JDK版本的问题。JAVA_HOME配置的JDK11,后来给改成了JDK8,然后就出现了这个问题。 还原之后问题消失了。 ...
分类:编程语言   时间:2020-07-26 15:23:25    阅读次数:145
RedisConnectionException: Unable to connect
问题:使用windos客户端RedisDestopManger可以连接,证明服务器连接正常,项目配置出现问题分析:原因在application.properties文件中最后多了一个空格总结:配置properties文件时要注意空格引起redis无法连接
分类:其他好文   时间:2020-07-23 22:47:46    阅读次数:65
RedisConnectionException: Unable to connect
问题:使用windos客户端RedisDestopManger可以连接,证明服务器连接正常,项目配置出现问题分析:原因在application.properties文件中最后多了一个空格总结:配置properties文件时要注意空格引起redis无法连接
分类:其他好文   时间:2020-07-23 22:47:34    阅读次数:108
python运行ui出现报错selenium.common.exceptions.NoSuchElementException: Message: Unable to find element with xpath解决方法
当做UI自动化的时候,有时候明明表达式写的没有问题,就是定位不到 。。这是为啥嘞 咱拿登录qq邮箱做个示范 不论是xpath定位还是直接ui或name定位,直接u就对了 。 这是初学最容易犯的问题,因为初学ui自动化,想着找一个网站去试验 ,一般都是常用的,比如邮箱登录啊,空间登录啊,等等,这种网址 ...
分类:编程语言   时间:2020-07-23 16:00:56    阅读次数:97
接口请求报Could not marshal异常解决
{"msg":"Could not marshal [ResultVo [code=100, result=null, message=ok, exception=null, data=null]]: null; nested exception is javax.xml.bind.MarshalException\n - with linked exception:\n[com.sun.istack.SAXException2: unable to marshal type \"com.domain.ResultVo\" as an element because it is missing an @XmlRootElement annotation]","errorcode":2}
分类:其他好文   时间:2020-07-20 11:05:43    阅读次数:87
RedisTimeoutException: Unable to send command
RedisTimeoutException: Unable to send command
分类:其他好文   时间:2020-07-10 19:31:04    阅读次数:259
2498条   上一页 1 ... 4 5 6 7 8 ... 250 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!