com

Eclipse/STS 报com.ibm.icu.text.UTF16.isSurrogate错误的解决办法

Eclipse 2022-06版本及之前的版本,有可能会在打开Java文件的时候,报下列错误 An internal error occurred during: "Requesting Java AST from selection". 'boolean com.ibm.icu.text.UTF1 ......
isSurrogate 错误 Eclipse 办法 text

错误:“java.lang.ClassNotFoundException: com.mysql.jdbc.Driver“ 如何解决?

## ——运行项目时遇到 `java.lang.ClassNotFoundException: com.mysql.jdbc.Driver` 问题,解决方案: 错误如下: ```java java.lang.ClassNotFoundException: com.mysql.jdbc.Driver ......

BindingException异常:Type interface com.niuyun.dao.UserDao is not known to the MapperRegistry.解决了

## Mybatis出现:`org.apache.ibatis.binding.BindingException: Type interface com.niuyun.dao.UserDao is not known to the MapperRegistry.`的错误,如何解决? #### 错误如 ......

Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]

项目启动报错原因分析 背景:system模块一个月未重启过,今天重启报数据源问题 原因:这里报错的原因是数据源配置问题 解决:数据源配置在nacos中,拿该模块的nacos数据源配置与项目启动成功的模块的数据源配置进行对比,检查出不同,改为一样即可 ......

「www.bing.com 重定向次数过多」的解决方案

访问 https://www4.bing.com/ 直接在地址栏进行搜索 点击“设置->搜索引擎->搜索引擎->管理搜索引擎” 点击“添加” 然后进行编辑 其中,%s代替搜索字词,这样你在地址栏键入问题,可以直接在bing4备用网站搜索 摘选自: https://blog.csdn.net/qq_4 ......
过多 次数 解决方案 方案 bing

fatal: unable to access 'https://github.com/JiangYuLab/CNVcaller.git/': TCP connection r

001、git clone报错 002、解决方法 进入github官网,搜索该项目 003、上传至linux、解压 [root@PC1 test2]# unzip CNVcaller-master.zip ......

关于github.com 报告 fatal: unable to connect to github.com: 无法执行git clone https://github.com/xxxxxx.git 的解决方法

1.通过ping github.com,获取其ip地址 2.获取其ip后,在系统文件中添加该ip地址 3.保存后,通过在原目标地址上添加gitclone.com拉取 : 如下所示。 git clone https://github.com/xxxx.git -> git clone https:// ......
github com git connect 报告

海康SDK注册报错 Structure.getFieldOrder() on class com.xxx.sdk.HCNetSDK$NET_DVR_DEVICEINFO_V30 does not provide enough names [0]

Structure.getFieldOrder() on class com.xxx.sdk.HCNetSDK$NET_DVR_DEVICEINFO_V30 does not provide enough names [0] 海康依赖的版本较低,项目引用的较高,导致海康注册报错,所以降低jna版本 ......

111邮箱注册(111.com)

https://passport.111.com/register/ ......
111 邮箱 com

COM(端口/串口)重新分配端口号

# COM(端口)重新计数 在设备管理器中,我们可以看到连接过的端口信息 ![image](https://img2023.cnblogs.com/blog/704808/202306/704808-20230613103628051-1324902553.png) 如果勾选了显示隐藏设备,则所有连 ......
串口 端口 口号 COM

git【fatal: unable to access 'XXXX': Failed to connect to github.com port 443 after 21087 ms: Couldn't connect to se rver】

依次将如下两条语句复制到git中后,点击回车 git config --global --unset http.proxy git config --global --unset https.proxy win+r打开cmd,将ipconfig/flushdns复制,点击回车,清理DNS缓存 ......
connect to 39 access Failed

com.netflix.hystrix.exception.HystrixRuntimeException: xxxFeign#xxxx timed-out and no fallback.....

**问题描述** 在使用Feign进行远程调用时遇到的bug。原因是因为超时了。需要对超时时间进行设置一下即可。 **在Nacos进行设置** ![](https://img2023.cnblogs.com/blog/3161806/202306/3161806-20230610185436561- ......

Caused by: java.lang.ClassNotFoundException: com.alibaba.fastjson2.util.Wrap

1.情景展示 使用fastjson2,运行时报错: Caused by: java.lang.ClassNotFoundException: com.alibaba.fastjson2.util.Wrap 2.具体分析 出现这个问题,是因为pom.xml当中引用的有关fastjson的jar包冲突造 ......

串口 vs COM vs UART vs CAN vs 1553B

## 1、串口 vs COM ### 1.1 串口 串口,即串行接口,与之相对应的另一种接口叫并口,并行接口。两者的区别是,传输一个字节(8个位)的数据时,串口是将8个位排好队,逐个地在1条连接线上传输,而并口则将8个位一字排开,分别在8条连接线上同时传输。+在相同的数据传输速率下,并口的确比串口更 ......
串口 vs 1553B 1553 UART

nrf52832 P0.09 P0.10 脚位配置成普通GPIO 使用 //京鸿通信科技//www.kyohoon.com//15507589165

默认情况下P0.09 和 P0.10 是作为NFC 的引脚使用,要作为GPIO 使用,要先将NFC 功能除能,然后再配置成GPIO 使用。SDK 开发包中,已经对这个功能切换做了代码的封装,并提供了实现切换的宏,CONFIG_NFCT_PINS_AS_GPIOS 。 一、使用keil 编译构建时,在 ......
脚位 15507589165 kyohoon 52832 科技

mybatis出现Type interface com.louis.dao.xxxMapper is not known to the MapperRegistry.

原因是资源文件没有读取到,在生成的target中没有对应的文件,解决办法: 1、在pom.xml文件中project中添加如下内容: <build> <resources> <resource> <directory>src/main/resources</directory> <includes> ......

go开发邮箱发验证码使用github.com/jordan-wright/email包Test报错EOF

代码如下: 1 e := email.NewEmail() 2 e.From = "Get <tanyuyan19@163.com>" 3 e.To = []string{"1505985616@qq.com"} 4 e.Subject = "验证码发送测试" 5 e.HTML = []byte(" ......
jordan-wright 邮箱 github jordan wright

codeforces.com/contest/1553/problem/B

# [简单字符串哈希](https://codeforces.com/contest/1553/problem/B) ## 题意 给一个字符串s和t,问从s的某个位置开始,向右到某个点后再向左,顺序遍历到的字符形成的字符串可否为t。 ## 思路 数据只有500,$O(n^3)$可过,枚举转折点,然后 ......
codeforces contest problem 1553 com

解决Failed to connect to github.com port 443: Timed out

git提交代码到github的时候遇到了一个问题 错误大致是说连接到github的时候超时了,这个超时是你的代理出了点问题,在git上用几个命令就能够很快搞定。 git config --global --unset http.proxy git config --global --unset ht ......
connect Failed github Timed to

错误随笔。pywintypes.com_error: (-2147352567, '发生意外。', (0, None, None, None, 0, -2147467259), None)

报错内容: C:\Opt\LjReport_client\venv\Scripts\python.exe C:\Opt\LjReport_client\auth_report_v2\analysis\bar_chart_analysis.py Traceback (most recent call ......

visual studio 2010 c++ 创建com组件

在 Visual Studio 2010 中创建 COM 组件需要执行以下步骤:1. 打开 Visual Studio 2010,选择“新建项目”。2. 在弹出的对话框中选择“Visual C++” --> “Win32” --> “Win32 项目”,并选择“DLL”作为应用程序类型。3. 单击“ ......
组件 visual studio 2010 com

一、win32com基础

from win32com.client import Dispatch client = Dispatch('kwps.Application') #client = Dispatch('word.Application') client.Visible = 1 # or True d1 = cl ......
基础 win com 32

idea 爆红com.mysql.jdbc.Driver `com.mysql.cj.jdbc.Driver

#### 警告 Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically reg ......
Driver mysql jdbc com idea

解决fatal: unable to access ‘https://github.com……‘: Failed to connect to

问题: git clone时会报如下错误 解决办法: 1. 在cmd下执行 ipconfig/flushdns,清理DNS缓存 2. 重新执行 git clone https://github.com/.../.git 即可成功 ......
to connect access Failed unable

java.lang.ClassCastException: com.alibaba.fastjson2.JSONArray cannot be cast to java.lang.String的解决

是这样的,今天跟着写springboot项目的时候,前端登录的时候报403错误。检查了半天,是后端的问题 报错代码: 第二句 报错提示如下 说是JSONArray不能转String,但我这也不是JSONArry转String而是Object转String啊。 网上搜了半天,用了好多种方法也没什么用 ......

解决node-sass安装失败 Cannot download "https://github.com/sass/node-sass/releases/download/binding.nod的问题

执行命令:npm i node-sass --sass_binary_site=https://npm.taobao.org/mirrors/node-sass/ 将binary指向淘宝镜像即可。 ......
node-sass download sass node releases

AdvancedInstaller制作Excel的COM加载项

Excel控件安装之前,先检查一下以往的安装是否卸载干净,可以先文件-》加载项-》COM加载项里“删除”: 进入到AdvancedInstaller: Create后写入程序名: EXE方式: Add-In方式: 一定要选编译器的Release版本: 默认全部选上,否则后期安装没有效果: 后续根据情 ......
AdvancedInstaller Excel COM

org.springframework.security.authentication.InternalAuthenticationServiceException: Invalid bound statement (not found): com.tc.auth.mapper.SysMenuMapper.findListByUserId 问题解决

添加如下配置即可 1.在pom.xml添加 <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <versio ......

com.gitHub.pageHelper.PageHelper cannot be cast to org.apache.ibatis.pluin.Interceptor

可能是因为版本冲突问题PageHelper5之前与之后是配置文件有发生变化,下面这个是使用pageHelper5.1.18jar包导入。使用PageHelper分页插件(使用spring+分页插件的方式)结果忘记把mybatis的分页插件和依赖去除,结果导致排错很久(怀疑是版本冲突的问题)附上正确用 ......

npm install 安装报错 npm ERR git@github.com: Permission denied (publickey)

##### 错误描述 ```cmd PS D:\webstorm\vue-element-admin-i18n> npm install --registry=https://registry.npm.taobao.`org``` npm ERR! code 128 npm ERR! An unkn ......
Permission npm publickey install denied