草庐IT

previously-failed

全部标签

本地 git clone 报错:Failed to connect to github.com port 443 after 21056 ms: Couldn‘t connect to server

问题:本地gitBash拉取远程服务器gitclonehttps://github.com/eclipse-cyclonedds/cyclonedds.git报错如下:解决后:解决方法:添加代理在gitBash窗口输入:gitconfig--globalhttp.proxy127.0.0.1:33210gitconfig--globalhttps.proxy127.0.0.1:33210此方法适用于本地可以打开github的情况,也就是本地就有VPN,网页可以进去github,但是在push/clone的时候进不去服务器或者超时,设置一下在push/clone的时候代理就可以了。至于上面的ip

【nbextensions模块安装失败解决】ERROR: Failed building wheel for jupyter-nbextensions-configurator

近期新电脑重新安装了新的anaconda,想着给jupyternotebook装上nbextensions模块敲python时有目录方便,用命令提示符开始安装:pipinstalljupyter_contrib_nbextensions-ihttps://pypi.tuna.tsinghua.edu.cn/simple最后发现一大片红色提示,报错ERROR:Failedbuildingwheelforjupyter-nbextensions-configurator,安装不成功开始以为是jupyternotebook版本过高>6.0的版本,就尝试降级网上找了很多方法不成功,但本质都是需要在下载

【问题记录】Command “python setup.py egg_info“ failed with error code 1 in /tmp/pip-build-*

1.问题描述        在Linux中使用pip安装命令时出现报错:Command“pythonsetup.pyegg_info“failedwitherrorcode1in/tmp/pip-build-*    安装了不适合当前Python版本的pip,例如Python3.5安装了带有f-字符串(Python3.5后才支持的一种新的增强型字符串格式化方式)代码的pip2.解决方法    方法一:更新pip:pipinstall--upgradepip#更新pip(多半也会报同样的错)    方法二:重新安装适合Python版本的pip:wgethttps://bootstrap.pypa

上传文件后报错:IOFileUploadException: Processing of multipart/form-data request failed.

上传文件后报错:nestedexceptionisjava.io.IOException:org.apache.tomcat.util.http.fileupload.impl.IOFileUploadException:Processingofmultipart/form-datarequestfailed.原因:内存空间不足通过df-h/usr/lacal命令查看内存空间使用情况可以清除下内存空间的使用,或者重新上传到其他的路径上。

TypeError: Failed to fetch dynamically imported module:

vue3+vite报bug:TypeError:Failedtofetchdynamicallyimportedmodule: 检查后得知:vue3+vite中绝对路径引入组件和vue2+webpack有点区别vue3+vite 引入方式: 路由导入:component:()=>import('/src/views/login.vue')}组件导入:importTopfrom'/src/views/home/top.vue'vue2+webpack 引入方式component:()=>import('@/views/login')相对路径没有变化: component:()=>import('

java - 创建名称为 '...RedisHttpSessionConfiguration' 的 bean 时出错 : Initialization of bean failed

我正在使用Redis并创建了HttpSessionConfig文件。这是我在中的代码HttpSessionConfig.java:@EnableRedisHttpSessionpublicclassHttpSessionConfig{@BeanpublicLettuceConnectionFactoryconnectionFactory(){returnnewLettuceConnectionFactory();}@BeanpublicHttpSessionIdResolverhttpSessionStrategy(){returnHeaderHttpSessionIdResolver

java - 创建名称为 '...RedisHttpSessionConfiguration' 的 bean 时出错 : Initialization of bean failed

我正在使用Redis并创建了HttpSessionConfig文件。这是我在中的代码HttpSessionConfig.java:@EnableRedisHttpSessionpublicclassHttpSessionConfig{@BeanpublicLettuceConnectionFactoryconnectionFactory(){returnnewLettuceConnectionFactory();}@BeanpublicHttpSessionIdResolverhttpSessionStrategy(){returnHeaderHttpSessionIdResolver

Failed to execute ‘setRequestHeader‘ on ‘XMLHttpRequest‘: String contains non ISO-8859-1 code point

问题接口请求的headers参数里有不符合ISO-8859-1标准的字符,所以导致设置接口headers参数的setRequestHeader方法失效,然后报错。Failedtoexecute‘setRequestHeader’on‘XMLHttpRequest’:StringcontainsnonISO-8859-1codepoint解决方式常见的接口请求头不符合ISO-8859-1标准的有中文,不传中文最省心了。遇到这种情况,一般两种解决方式,要么解决参数问题,要么给参数编码。方式1:解决参数问题需要加到headers的参数里的数据提前正则校验处理,如果不符合ISO-8859-1就不允许设

解决CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://mirrors.tuna.tsinghua.edu.cn/anaconda/

背景:Anaconda创建新的环境condacreate-nname或者安装packagecondainstallxxx时总出错:CondaHTTPError:HTTP000CONNECTIONFAILEDforurl如下:[wangsx@localhost~]$condacreate-nletrFetchingpackagemetadata.......CondaHTTPError:HTTP000CONNECTIONFAILEDforurlElapsed:-AnHTTPerroroccurredwhentryingtoretrievethisURL.HTTPerrorsareoftenint

iOS提审报错Asset validation failed(90087),Asset validation failed (90125)

问题:iOS提审时被苹果打回,打回原因如下:Asset validation failed (90125)The binary is invalid. The encryption info in the LC_ENCRYPTION_INFO load command is either missing or invalid, or the binary is already encrypted. This binary does not seem to have been built with Apple's linker. Asset validation failed (90087)Un