- 2024-11-12System.Data.SqlClient is not supported on this platform.
异常: 程序在修改了非数据库相关的代码后发布进行部分覆盖,抛出异常,本次并未覆盖数据库相关的dll查询解决方案都给出的是,将本地的Microsoft.Data.SqlClient.dll拷贝到发布处覆盖,这种方式不行本次原因:之前发布是目标运行时选的“可移植”,部署地方还是保持可移植,而本次因其他地
- 2024-11-12SonarQube 10.5 for macOS, Linux, Windows 下载 - 代码质量、安全与静态分析工具
SonarQube10.5(macOS,Linux,Windows)-代码质量、安全与静态分析工具SonarQubeDataCenterEdition(JavaAppformacOS,Linux,Windows)请访问原文链接:https://sysin.org/blog/sonarqube-10/查看最新版。原创作品,转载请保留出处。作者主页:sysin.orgSonarCleanCo
- 2024-11-06使用nvme-cli学习NVMe协议篇一:nvme id-ctrl
本节最好搭配NVMe1.4协议5.15.2.2IdentifyControllerdatastructure(CNS01h)节享用https://nvmexpress.org/wp-content/uploads/NVM-Express-1_4c-2021.06.28-Ratified.pdfnvmeid-ctrl命令的空输出为如下,该命令的用途:向给定NVMe设备发送标识主控命令,并以人类可读或二进
- 2024-10-17ERROR require() of ES Module ...\node_modules\string-width\index.js from ...\node_modules\wide
nuxt3安装jq的依赖,其实不止jq,只要是安装个新的依赖就报错:ERRORrequire()ofESModule...\node_modules\string-width\index.jsfrom...\node_modules\wide-align\align.jsnotsupported.解决方案:删掉yarn.lock和node_modules重新安装则没问题,然后在github和gi
- 2024-10-12TypeError: add_triangle_mesh(): incompatible function arguments. The following argument types are su
12024.10.1214:52Traceback(mostrecentcalllast):File"terrain_creation.py",line119,in<module>gym.add_triangle_mesh(sim,vertices.flatten(),triangles.flatten(),tm_params)TypeError:add_triangle_mesh():incompatiblefunct
- 2024-10-10使用c++ onnxruntime构建项目出现的bug
bug1:Thegivenversion[11]isnotsupported,onlyversion1to7issupportedinthisbuild.应该是加载了C:\Windows\System32\onnxruntime.dll里的这个文件,因为我之前使用的是1.6版本,C盘下的onnxruntime.dll没有替换,导致了错误。可以把最新的onnxruntime.dll替换掉,或者直
- 2024-09-15踩坑日志1:UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnn
在运行深度模型时,遇到了下面有关cuDNN的错误,虽然好像不影响模型训练,但是感觉很烦、有一捏捏代码洁癖。D:\anaconda\envs\myPytorch\Lib\site-packages\torch\autograd\graph.py:744:UserWarning:PlanfailedwithacudnnException:CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPT
- 2024-09-13oceanbase 给已存在表增加自增主键,提示 Not supported feature or function
原因:V3.2.2oceanbase文档:主键值规则(PrimaryKeyValueRule)是定义在某一键Key(键指一列或一个列集)上的规则,其作用是确保表内的每一数据行都可以由某一个键值唯一地确定。每个数据库表上最多只能定义一个PRIMARYKEY约束。构成此约束的列(一列或多列)的值可以作为一行数据的
- 2024-09-12解决Java8中使用LocalDate接收参数异常 not supported by default
背景在spring项目中经常遇到需要传参为时间类型的参数,java8提供了很方便的日期:LocalDate时间:LocalTime及LocalDateTime类型,在spring接口中直接使用这些类型接收入参时会报错Java8date/timetypejava.time.LocalDatenotsupportedbydefault原因是jackson库默认
- 2024-08-26网站提示505 HTTP Version Not Supported:服务器不支持请求的HTTP版本怎么办
当遇到“505HTTPVersionNotSupported”错误时,这意味着服务器不支持客户端请求中使用的HTTP版本。这种情况通常发生在客户端尝试使用较新的HTTP版本,而服务器仅支持老版本的协议时。解决方案检查客户端使用的HTTP版本确认客户端使用的HTTP版本。如果客户端使用的是HTTP/
- 2024-08-20vSphere5.9.5.存储IO控制
第五部分存储i/o控制存储i/o介绍(1)thereisametric,however,thatvspherecanusetohelpdeterminetheutilizationofstorage.thatmetricislatency.usinglatencyasthemetrictodetectcontention,vspherecanoffershares(toestablishprioritywhencontent
- 2024-08-20gguf格式量化方法
gguf格式下,各种量化方法后的支持情况,及运行速度LibraryCPU(AVX2)CPU(ARMNEON)MetalcuBLASrocBLASSYCLCLBlastVulkanKomputeK-quants✅✅✅✅✅✅✅慢✅慢✅I-quants✅慢✅慢✅慢✅✅Partial¹✅✅✅Multi-GPUN/AN/AN/A✅❓✅
- 2024-08-01戴尔电脑驱动更新/(声卡驱动错误)The Waves audio driver is not supported by vour current audio codec.
1.问题我这里的声卡驱动发生了一些问题,导致了MaxxAudioPro报错:TheWavesaudiodriverisnotsupportedbyvourcurrentaudiocodec.的报错2.解决参考:Fix-maxxaudiopronotworkingwindows11|"thewavesaudiodriverisnotsupportedbyaudiocodec"不要用驱动精
- 2024-07-21rabbitmq发送消息localdatetime报错:Java 8 date/time type `java.time.LocalDateTime` not supported by default
两种解决方案:通过全局配置LocalDateTime的序列化/***json序列化增强解决Jackson序列化不了Java8日期*/@BeanpublicMessageConvertermessageConverter(){ObjectMapperom=newObjectMapper();om.setVisibility(PropertyAccessor.ALL,JsonAut
- 2024-07-17xlrd.biffh.XLRDError: Excel xlsx file; not supported
问题描述今天在测试python读取excel文件的时候出现了异常Traceback(mostrecentcalllast):File"E:/worksp_py/hardwary/100day/thirtfive/testxml.py",line5,in<module>wb=xlrd.open_workbook("./test.xlsx")File"E:\Tools\anaconda3
- 2024-07-13Linux系统下如何查看硬盘剩余使用寿命?
1、使用smartclt命令查看硬盘的smart信息,如以下范例:smartctl-a/dev/sdbsmartctl6.52016-05-07r4318[x86_64-linux-4.14.0-49.15.x86_64](localbuild)Copyright(C)2002-16,BruceAllen,ChristianFranke,www.smartmontools.org===STARTOFINFORMATIONSECT
- 2024-07-06将nodejs迁移到D盘
参考双击安装,指定d盘查看文件夹查看环境变量,自动添加如下Path=D:\software\nodejs\打开cmd验证C:\Users\dogle>node-vv18.14.2C:\Users\dogle>npm-v9.5.0C:\Users\dogle>echo%PATH%C:\ProgramFiles(x86)\CommonFiles\Oracle\Java\javapath;C:\W
- 2024-07-03Derect local .aar file dependencies are not supported when building an AAR
背景项目中需要将部分功能业务打包成aar包供其它项目调用,我引入了fataar(具体使用方式见github)。实际打包过程中抛出错误Derectlocal.aarfiledependenciesarenotsupportedwhenbuildinganAAR原因分析我们项目中lib文件夹下导入了很多jar包、aar包,在之前没有引入aar包
- 2024-06-19KSQLException: The authentication type 10 is not supported.
Java应用使用人大金仓数据库启动时报错:Causedby:com.kingbase8.util.KSQLException:Theauthenticationtype10isnotsupported.Checkthatyouhaveconfiguredthesys_hba.conffiletoincludetheclient'sIPaddressorsubnet,andthatitisusinganauthenti
- 2024-06-10cjpeg 的 cmake配置
#设置构建类型set(CMAKE_BUILD_TYPEDebug)set(jpeg_lib"${CMAKE_CURRENT_SOURCE_DIR}/lib/jpeg.lib")set(libpng_lib"C:/Users/20021/Desktop/vcpkg/packages/libpng_x64-windows/lib/libpng16.lib")set(zlib_lib"C:/Users/20021/Desktop/vcpkg/
- 2024-06-07Bug记录:Content-Type 'application/json;charset=UTF-8' is not supported异常解决
Content-Type'application/json;charset=UTF-8'isnotsupported异常解决前提:确定不是因为Content-Type导致的异常,controller层有注解@RequestBody。报错详情:确定不是因为缺少Jackson依赖或者版本过低:注意到报错信息上边有一条警告日志:.c.j.MappingJackson2HttpMessageCo
- 2024-06-06报错 urllib3 (1.26.7) or chardet (5.2.0)/charset_normalizer (2.0.8) doesn‘t match a supported version!
报错RequestsDependencyWarning:urllib3(1.26.7)orchardet(5.2.0)/charset_normalizer(2.0.8)doesn'tmatchasupportedversion!warnings.warn("urllib3({})orchardet({})/charset_normalizer({})doesn'tmatchasupported"这个警告信息Req
- 2024-05-25Content-Type 'application/json;charset=UTF-8' is not supported异常解决
Content-Type'application/json;charset=UTF-8'isnotsupported异常解决前提:确定不是因为Content-Type导致的异常,controller层有注解@RequestBody。报错详情:确定不是因为缺少Jackson依赖或者版本过低:注意到报错信息上边有一条警告日志:.c.j.MappingJackson2HttpMessageCo
- 2024-05-16Docker Desktop部署微软微服务Dapr(Redis+Zipkin+Placement)
DockerDesktop部署微软微服务Dapr(Redis+Zipkin+Placement)说明系统:Windows11专业版23H2Docker:DockerDesktopv4.29.0+本文为开发环境学习和测试使用安装DaprCLI使用MSI安装程序安装每个DaprCLI的发布版本还包括一个适用于Windows的安装程序。您可以手动下