查询到最新的11条

Ubuntu出现Failed to Fetch的解决办法

在使用apt install XXX时出现问题: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/f/fyba/libfyba0_4.1.1-6build1_amd64.deb Connection failed [IP: 185.125.190.39 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/f/ 继续阅读

成功解决Execution failed for task ‘:app:checkDebugAarMetada

yarn android的时候出现这个错误: Execution failed for task ‘:app:checkDebugAarMetadata’ 详细错误信息如下 解决方式 在android/build.gradle目录下: **1.**将 compileSdkVersion 从 30 更改为 31 并将 targetSdkVersion 从 30 更改为 31 **2.**将ext.kotlin_version = ‘1.3.50’ 改为 e 继续阅读

typecho尝试安装评论邮件提醒插

自从博客搬家后,这个邮件提醒功能就落下了,本来那天就想安装的,但觉得没啥太大作用,而且不想折腾优化,就搁置这么久了。昨天刚好在某博客看到这个邮件提醒美化版插件,就想起来自己还没有,而且评论有时挺多的,就想安装一下。尝试过多个插件,如美化版CommentToMail,发现邮件没反应,就换回之前安装的那个,方便又简单,hoehub优化的插件Comment2Mail,但无奈都不成功,提醒SMTP connect() failed.连接失败提示失败图但我 继续阅读

「俍注」的用户评论邮件通知没有了

前两天博友「青灯暮雨」给老俍留言说回复后接不到邮件通知,赶紧看了一下确实不灵了。再一看邮箱自从今年4月份以来就没收到过邮件提示了,想了一下就是换了空间之后的问题,7个月的时间我竟然没有发现,可想这几个月忙成啥样了。 检查了一下「Easy WP SMTP」插件,发送测试邮件提示“SMTP ERROR: Failed to connect to server: (0)SMTP Error: Could not connect to SMTP 继续阅读

Python之Cartopy安装失败问题

在PyCharm中安装Cartopy库时遇到了一些问题,记录遇到的问题以及解决方法。 问题: 1.pip直接安装 安装Pillow、pyshp、Shapely、pyproj等依赖包,安装Cartopy库,报错。 note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building whe 继续阅读

CentOS5.5中安装VirtualBOX增强工具

#sudo sh ./VBoxLinuxAdditions.run 提示失败 Building the VirtualBox Guest Additions kernel modules [FAILED] Your system does not seem to be set up to build kernel modules. Look at /var/log/vboxadd-install.log to find out what went wrong. 继续阅读

fastcgi php错误,FastCGI Error 0x80004005的解决办法

今天修改了一下服务器的配置,结果就出现了一个错误,如下两种: FastCGI Error The FastCGI Handler was unable to process the request. Error Details: The FastCGI process has failed frequently recently. Try the request again in a while Error Number: -2147467259 (0 继续阅读

Linux下安装配置Cobra教程

安装环境 Cobra既是用于创建强大的现代CLI应用程序的库,也是用于生成应用程序和命令文件的程序。程序选择Cobra进行命令行的解析,安装环境为ubuntu16.04 Cobra安装 直接使用命令 go get -v github.com/spf13/cobra/cobra 下载会出现如下错误 Fetching https://golang.org/x/sys/unix?go-get=1 https fetch failed: Get https:/ 继续阅读