was

[FireDAC][Phys][IB]-312 Exact update affected [0] rows, while [1] was requested

中间件升级为64位后,原因在32位下无错的,在64位下会更新出错 为了统一数据一致性,updateModel=upWhereALL ,更新出现 [FireDAC][Phys][IB]-312 Exact update affected [0] rows, while [1] was requeste ......
requested affected FireDAC update Exact

pip安装error:There was a problem confirming the ssl certificate

``` Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=44 ......
certificate confirming problem error There

关于调用Web API时出现的错误“The underlying connection was closed: An unexpected error occurred on a send”

客户需求,要求调用他们的API来添加,查找,删除数据。 前些时候写了一个测试程序,调用API是OK的,但是今天突然就出现了"The underlying connection was closed: An unexpected error occurred on a send."的错误。当时的第一反 ......

remote: Support for password authentication was removed on August 13, 2021

一、问题描述 remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. 具体如下: 大概意思:你原先的密码凭证从202 ......

NET6 EF Error: The certificate chain was issued by an authority that is not trusted

Error A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: ......
certificate authority trusted issued Error

【报错修复】HRESULT: 0x80070057 The library hostfxr.dll was found, but loading it from C:\Program Files\dotnet\host\fxr\5.0.17\hostfxr.dll failed

``` 我写了一个winform程序, 拷贝到win7系统上,提示需要下载.net 给的链接是 https://aka.ms/dotnet-core-applaunch?missing_runtime=true&arch=x64&rid=win7-x64&apphost_version=5.0.3& ......
hostfxr 0x80070057 x80070057 dll 80070057

.Net Core Abp vnext BackgroundJobsDbContext异常 An exception was thrown while activating Volo.Abp.BackgroundJobs.EntityFrameworkCore.BackgroundJobsDbContext

An exception was thrown while activating Volo.Abp.BackgroundJobs.EntityFrameworkCore.BackgroundJobsDbContext 默认DbContext 的 ConnectionStringName 必须为 De ......

Kingbase8: was aborted: ERROR: sorry, too many global temporary relations in backend already. Call getNextException to see other errors in the batch.

==额....今天踩了一个坑,找个半天找到的解决方法== 设置一个会话内最多允许的全局临时表数据和索引的最大文件数量,默认值为32,最小值为1,最大值为1024。这个文件数量并不是实际磁盘看到的文件数目,而是一些依附于这个表的扩展关系文件,比如索引、大对象等。一般情况下,一个全局临时表只会占用参数中 ......

C# 使用EPPlus 操作excel The given key '8' was not present in the dictionary.

使用EPPlus 删除excel中某一个sheet中的几列的时候,出现了The given key '8' was not present in the dictionary.的报错; 最开始的写法,是从前往后删除,出现错误//ExcelWorksheet sheet = package.Workb ......
dictionary present EPPlus excel given

HTTP/2 stream 1 was not closed cleanly before end of the underlying stream解决

通过git clone 文件时报错 HTTP/2 stream 1 was not closed cleanly before end of the underlying stream 解决: git config --global http.versioin HTTP/1.1 重新git clon ......
stream underlying cleanly closed before

vue-This relative module was not found

调试的时候,新建了一个vue页面,然后从别的页面直接把代码复制过来之后, 运行后报错 This relative module was not found 原因是复制的代码里import里有相对路径,复制过来后路径变了,导致引入的东西找不到,所以报错了 把相对路径改对后,可以正常运行了 ......
vue-This relative module found This

升级EF7连接SQL server出错SqlException: A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - 证书链是由不受信任的颁发机构颁发的。)

今天把项目里的Microsoft.EntityFrameworkCore.SqlServer和Microsoft.EntityFrameworkCore.Tools从6.0.6升级到了最新的7.0.9。一运行程序出错了。 ![img](https://img2023.cnblogs.com/blog ......

.NET Core中关于阿拉伯语环境下的坑:Input string was not in a correct format.

### 结论 .NET Core项目(.NET Framework没出现)在阿拉伯语(即语言名称是`ar-`开头的语言)环境下,将负数字符串转成数字,即`int.Parse("-1")`或`Convert.ToInt32("-1")`时,会抛出异常“Input string was not in a ......
correct 环境 string format Input

当在js文件里引入pinia时报错:Uncaught Error: []: getActivePinia was called with no active Pinia

1、问题背景 我在一个 js 文件里需要使用 pinia 去修改状态存储里的内容,但是在引入 pinia 的时候,比如 cont store = useStore() 时发现报错:getActivePinia was called with no active Pinia. 说是实例在文件中使用的时 ......
getActivePinia Uncaught 时报 文件 called

VSCode - go error: gopls was not able to find modules in your workspace

gopls was not able to find modules in your workspace. When outside of GOPATH, gopls needs to know which modules you are working on. You can fix this b ......
workspace modules VSCode error gopls

解决docker报错Job for docker.service failed because start of the service was attempted too often

转载自:https://blog.csdn.net/Along_168163/article/details/124118833 docker安装之后重新安装报错如下: Job for docker.service failed because start of the service was at ......
service docker attempted because failed

Could not fetch URL https://pypi.org/simple/keras-bert/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443):

pip下载包的时候报错 Could not fetch URL https://pypi.org/simple/keras-bert/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pyp ......

centos7 安装 pylzma 失败:/usr/bin/ld: this linker was not configured to use sysroots

问题背景: centos7 安装 pythond的 pylzma 模块失败。 报错内容: pip install pylzma Collecting pylzma Using cached pylzma-0.5.0.tar.gz (4.2 MB) Building wheels for collec ......
configured sysroots centos7 centos pylzma

在Vscode使用命令npm报错-The operation was rejected by your operating system. npm ERR! It's possible that the file was already in use (by a text editor or antivirus)

##报错信息: PS D:\disk\xubo\个人博客文章\27-Vue\资料(含课件)\vuedemo\vueproject> npm i pubsub-js npm ERR! code EPERM npm ERR! syscall open npm ERR! path D:\disk\soft ......
npm antivirus operation operating was

阿里云 ACK Pod重启:pod was OOM killed

原因为:limits和requests的值设定为一样的了, pod request达到了limit限制,kubelet会统计到request+缓存就超限,然后触发自动重启 resources: limits: memory: 4Gi requests: memory: 4Gi 调整为 resourc ......
killed ACK Pod OOM pod

Cross-thread operation not valid: Control 'txtMessage' accessed from a thread other than the thread it was created on.

Winform TextBox Cross-thread operation not valid: Control 'txtMessage' accessed from a thread other than the thread it was created on. (330条消息) 解决Cros ......

事务超时异常:org.springframework.transaction.TransactionTimedOutException: Transaction timed out: deadline was Sun Jun 25 17:34:03 CST 2023

报错如下: 代码如下: Controller import com.zwh.service.impl.TimeOutService; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotati ......

A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - 证书链是由不受信任的颁发机构颁发的。)

昨天搞了个测试接口,用postman请求测试,Https的协议,然后请求发出去,既没有报错,也没有返回数据库的数据,code倒是0,不是 100,那程序也没有报错,这就奇怪了,我就先监测数据库,发现请求并没有过来,我傻眼了,一些简单的代码还能出错吗?然后开后端调试,就发现了上面的这个提示,在请求的时 ......

ActiveMQ InactivityIOException: Channel was inactive for too (>30000) long 处理方案

生产服务器上,MQ Produce和consumer端同时报如下错误,导致不能正常工作。 Transport (tcp://132.97.122.168:61616) failed, reason: org.apache.activemq.transport.InactivityIOExceptio ......

请求接口后端提示:JSON parse error: Unrecognized token 'clickLocation': was expecting ('true', 'false' or 'null');

内容:JSON parse error: Unrecognized token 'clickLocation': was expecting ('true', 'false' or 'null'); nested exception is com.fasterxml.jackson.core.Jso ......

pyautogui.screenshot('test.png') 报错:PyAutoGUI was unable to import pyscreeze (This is likely because you're running...

根据提示需要`import pyscreeze`还需要`Pillow`.通过`pip3 list`可以查看到已经安装`PyScreeze==0.1.29`但是不是我手动安装的,应该是`Pillow`或者`pyautogui`下载的时候依赖了`pyscreeze`并且安装了最新版本`0.1.29`。通 ......
screenshot pyautogui PyAutoGUI pyscreeze 39

send it failed() The virtual circuit was reset by the remote side executing a hard or abortive close. (连接被对方重置)

串口调试助手报错提示 The virtual circuit was reset by the remote side executing a hard or abortive close. for upd socket ,the remote host was unable to deliver ......
executing abortive 对方 circuit virtual

This is probably because cuDNN failed to initialize, so try looking to see if a warning log message was printed above.

tensors = pywrap_tfe.TFE_Py_Execute(ctx._handle, device_name, op_name,tensorflow.python.framework.errors_impl.UnknownError: Failed to get convolution ......
initialize probably because looking message

【解决git报错 10054】OpenSSL SSL_read: Connection was reset, errno 10054

​ 使用git获取github上代码时报错:OpenSSL SSL_read: Connection was reset, errno 10054 (此时又必须开着vpn才能访问到github) 参考网上的回答,成功解决问题: 修改设置,解除ssl验证git config --global http ......
10054 Connection SSL_read OpenSSL errno

【解决git报错 10054】OpenSSL SSL_read: Connection was reset, errno 10054

​ 使用git获取github上代码时报错:OpenSSL SSL_read: Connection was reset, errno 10054 (此时又必须开着vpn才能访问到github) 参考网上的回答,成功解决问题: 修改设置,解除ssl验证git config --global http ......
10054 Connection SSL_read OpenSSL errno