JavaPub-rodert
技术&自媒体,专注于面试技巧,擅长Java、Go、MySQL、区块链
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【已解决】dyld[64263]: Library not loaded: /opt/homebrew/opt/icu4c/lib/libicui18n.74.dylib Referenced
【代码】【已解决】dyld[64263]: Library not loaded: /opt/homebrew/opt/icu4c/lib/libicui18n.74.dylib Referenced。原创 2025-03-02 13:22:59 · 357 阅读 · 0 评论 -
【已解决】Failed to connect to github.com port 443 after 2078 ms: Couldn‘t connect to server
【代码】【】Failed to connect to github.com port 443 after 2078 ms: Couldn't connect to server。原创 2024-12-08 12:07:14 · 2306 阅读 · 0 评论 -
【已解决】java: JDK isn‘t specified for module...
没有指定 JDK,先配置一下 jdk。指定项目对应的 jdk 版本。原创 2024-11-27 11:27:23 · 965 阅读 · 2 评论 -
【已解决】Invalid value type for attribute ‘factoryBeanObjectType‘: java.lang.String Invalid bean definit
springboot3.* 整合 mybatis-plus。出现异常时的 pom.xml。原创 2024-11-18 16:41:21 · 1073 阅读 · 2 评论 -
【已解决】> cross-env REACT_APP_ENV=dev MOCK=none UMI_ENV=dev max dev sh: cross-env: command not found
如果你还没有安装 cross-env,你可以通过npm或yarn来安装它。ant design pro 修改请求拦截器。基于这个框架做一个用户中心。原创 2024-11-13 16:27:54 · 603 阅读 · 0 评论 -
TODO Error occurred while trying to proxy:【】
使用 Ant Disign Pro 连接本地接口。原创 2024-11-06 20:12:23 · 304 阅读 · 0 评论 -
linux解压报错gzip: stdin: invalid compressed data--format violated
解决:看文章末尾tar: Skipping to next headergzip: stdin: invalid compressed data--format violatedtar: Child returned status 1tar: Error is not recoverable: exiting nowhttps://blog.youkuaiyun.com/hj...原创 2019-01-14 10:46:04 · 17005 阅读 · 8 评论 -
MYSQL:Unknown column ‘字段名‘ in ‘field list‘ 错误
这个错误是说表中的这个字段不存在,而在检查SQL语句完全无误后,可以检查下表中的数据类型设置或者字符编码格式,比如我出现这个错误时,是因为我本身数据库使用的是gbk格式,但是后来我加了个字段是utf8编码格式的,表中字段编码格式不同,导致了这个错误还有一点:注意sql语句格式...原创 2018-11-06 16:48:17 · 21823 阅读 · 1 评论 -
启动 Ant Design Pro 异常 error isbinaryfile@5.0.4: The engine “node“error Found incompatible module【已解决】
犹豫只会让你在每时每刻都站在人生的岔路口。原创 2024-10-31 15:50:30 · 520 阅读 · 0 评论 -
Error response from daemon: Get “https://registry-1.docker.io/v2/“: net/http: request canceled while
确实好使。原创 2024-10-18 20:14:38 · 991 阅读 · 0 评论 -
【已解决】hardhat-tutorial npx hardhat compile Warning: SPDX license identifier not provided
Warning 级别,不影响使用,建议加上开源协议,当然也可以不开源。原创 2024-08-14 10:20:59 · 425 阅读 · 0 评论 -
【已解决】ERROR: No matching distribution found for torch.安装torch一次性解决方法
(一定选择对应版本的依赖,如果找不到对应依赖,可以升降 python 版本):(选择对应操作系统、系统架构和 python版本的依赖)手动下载到本地,本地安装。无法拉取,可能是镜像问题。原创 2024-07-29 11:48:09 · 6716 阅读 · 0 评论 -
如果你遇到了 git 无法解决的问题,终极问题,那你就用这种办法
这将打开或创建你的全局Git配置文件,你可以手动编辑它。打开你的SSH公钥文件(通常是。清空 git 配置,重新来过。登录到你的GitHub账户。,粘贴你的公钥并保存。原创 2024-07-18 15:11:34 · 525 阅读 · 0 评论 -
cerebro 报错: Oops, cannot start the server. com.google.common.util.concurrent.UncheckedExecutionExcep
使用 elasticsearch + springboot 实现新闻搜索功能:遇到的错误记录。原创 2024-07-17 17:13:23 · 993 阅读 · 0 评论 -
【已解决】ModuleNotFoundError: No module named ‘DBUtils‘,from DBUtils.PooledDB import PooledDB,
【已解决】系统环境:操作系统:Mac M1Python 版本:3.10。原创 2024-04-17 11:46:59 · 942 阅读 · 0 评论 -
【已解决】Error: error:0308010C:digital envelope routines::unsupported
使用Ant Design, 执行出现异常。原创 2024-04-02 18:38:35 · 693 阅读 · 0 评论 -
【已解决】[图文步骤] message from server: “Host ‘172.17.0.1‘ is not allowed to connect to this MySQL server“
mac 电脑使用 docker 部署了一个 mysql。原创 2024-03-06 17:51:22 · 1427 阅读 · 3 评论 -
【已解决】原理】running clang failed: exit status 1 xcrun: error: invalid active developer path (/Library/
来执行,所以升级系统后需要升级。mac 上很多软件是基于底层的。原创 2023-12-05 11:09:07 · 1021 阅读 · 0 评论 -
【已解决】Failed to start bean ‘documentationPluginsBootstrapper‘; nested exception .lang.NullPointerEx
swagger 和 springboot 版本不兼容导致。降低Spring Boot 版本到2.6.x以下版本。原创 2023-11-10 11:26:26 · 897 阅读 · 0 评论 -
【已解决】SpringBoot 启动报错:Failed to configure a DataSource: ‘url‘ attribute is not specified and no emb
在 @SpringBootApplication 注解上加上 exclude ,解除自动加载DataSourceAutoConfiguration。需要在 pom 文件中 中添加如下来保证文件都能正常被扫描到并且加载成功。springboot启动类加上这个启动以后就可以正常运行。初始化创建的 SpringBoot ,什么都没改怎么就报错了?如果项目不需要数据库相关信息就排除此类的autoconfig。配置pom.xml中yml或者properties扫描。配置文件添加数据库链接信息。原创 2023-11-06 22:17:07 · 34844 阅读 · 8 评论 -
【已解决】nested exception is org.apache.ibatis.binding.BindingException: Parameter ‘qcBizname‘ not found
解决记录。原创 2023-11-04 10:26:35 · 474 阅读 · 0 评论 -
【已解决】MAC安装maven,The JAVA_HOME environment variable is not defined correctly, this environment
【代码】【已解决】MAC安装maven,The JAVA_HOME environment variable is not defined correctly, this environment。原创 2023-10-07 14:03:09 · 2197 阅读 · 0 评论 -
【已解决】 E45: ‘readonly‘ option is set (add ! to override)
我在终端的操作是这样的:vim /etc/hosts,然后退出,进行提权操作,使用root权限即可。当前用户没有权限进行这种操作。原创 2023-09-19 16:09:06 · 2617 阅读 · 1 评论 -
【已解决】token-price git:(main) ✗ python3 app.py Traceback (most recent call last): File
【代码】【已解决】token-price git:(main) ✗ python3 app.py Traceback (most recent call last): File。原创 2023-07-07 17:23:21 · 198 阅读 · 0 评论 -
“Error: error:0308010C:digital envelope routines::unsupported”启动vue项目遇到一个错误【已解决】
(4) Vue 报错error:0308010C:digital envelope routines::unsupported. https://blog.youkuaiyun.com/zjjxxh/article/details/127173968.我启动vue项目遇到一个错误 “Error: error:0308010C:digital envelope routines::unsupported”导致的,而OpenSSL3.0对允许算法和密钥大小增加了严格的限制,可能会对生态系统造成影响⁴。你好,这是Bing。原创 2023-05-18 23:33:37 · 598 阅读 · 0 评论 -
Nginx 出现403 Forbidden 的几种解决方案【已解决】
1,解决办法:修改/opt/html/目录的读写权限,或者是把nginx的启动用户改成目录的所属用户,重启Nginx即可解决。如果在/opt/html/下面没有index.html的时候,会报403 forbidden。三、权限问题,如果nginx没有操作权限,也会出现403错误。查看nginx的启动用户:打开nginx.conf文件。二、nginx.conf中缺少index的指定的文件。查看nginx的配置:打开nginx.conf文件。1,查看当前selinux的状态。3,重启生效:reboot。原创 2023-03-27 21:02:19 · 11245 阅读 · 0 评论 -
go:embed cannot apply to var inside【已解决】
ChatGPT 告诉你解决方案。原创 2023-03-17 11:49:53 · 219 阅读 · 0 评论 -
Error: Cannot find module ‘node:url‘【已解决】
建议直接用终极解决办法,升级 node 版本。原创 2023-03-13 21:39:15 · 821 阅读 · 0 评论 -
Error: command failed: yarn
删除.vuerc文件,在初次创建vue项目会提示选择配置,到时候选择npm就可以。进入到Windows环境中C:/users/administrator/下。只需手动更改配置内容yarn为 npm,即可更改创建项目时的包管理器了。成功后重新创建vue-cli项目便可以解决了。Win+R 输入cmd进入到命令行界面。输入命令 重新安装yarn。原创 2023-03-09 07:21:52 · 613 阅读 · 0 评论 -
pip 安装 openai 异常【已解决】
【代码】pip 安装 openai 异常【已解决】原创 2023-02-25 11:00:29 · 3952 阅读 · 0 评论 -
error Component name “Login“ should always be multi-word vue/multi-word-component-names【已解决】
1、说明你的组件名不是多个单词组成的,你要把组件改成多个单词,将Login改成LoginView。在项目根目录下的vue.config.js文件中。2、或者可以禁用vue的严格模式。原创 2023-01-29 10:41:37 · 2828 阅读 · 1 评论 -
[ app.json 文件内容错误] app.json: window.navigationBarTextStyle 字段需为 black,white【已解决】
app.json 文件内容错误] app.json: window.navigationBarTextStyle 字段需为 black,white(env: Windows,mp,1.06.2208311;原创 2022-12-25 15:31:02 · 3750 阅读 · 2 评论 -
postgresql :: FATAL: could not write init file [已解决]
出现此错误,原因是磁盘空间被用尽。需要清理磁盘空间即可。最少必要面试题10道不得不会的Java基础面试题10道不得不会的Java并发基础面试题10道不得不会的Java容器面试题10道不得不会的JVM面试题10道不得不会的MySQL基础面试题10道不得不会的MyBatis面试题10道不得不会的ElasticSearch面试题10道不得不会的Spring面试题10道不得不会的Redis面试题10道不得不会的Kafka面试题10道不得不会的Docker面试题10道不得不会的Zookeeper面试题10道不得不会的原创 2022-11-30 09:40:47 · 891 阅读 · 0 评论 -
The “gopls“ command is not available. Run “go get -v golang.org/x/tools/gopls“ to install.【已解决】
好家伙,我当场在VSC里的terminal运行" go env ",其中显示。本以为VSC在商城装上插件后就能拎包入住,F5的时候我当场好家伙。然后重启VSC,再点“Install all”所以我们只需要更改好家伙的cn源就行了…直接在VSC的terminal输入并回车。然后在cmd里Ping了一下,好家伙。帮到的话就点个好家伙的赞吧好家伙~于是无脑Install…原创 2022-11-06 08:13:22 · 2400 阅读 · 0 评论 -
windows10安装imutils【已解决】
win10,集成环境 anaconda3 -> python3。打开 anaconda prompt,输入两行代码。原创 2022-09-05 16:09:39 · 3542 阅读 · 12 评论 -
1055 - Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated 【已解决】
然后重新运行语句,就可以正常查询了。在MySQL下输入如下语句。原创 2022-08-30 14:13:36 · 975 阅读 · 0 评论 -
This application requires Visual Studio 2013 x64 Redistributable. Please install ———— 版【已解决】
重新安装MySQL Server, 成功。原创 2022-08-28 17:04:52 · 3148 阅读 · 4 评论 -
Should clauses in the filter context will no longer automatically set the minimum 【ElasticSearch】
【已解决】原创 2022-08-18 11:52:38 · 445 阅读 · 1 评论 -
Elasticsearch exception [type=cluster_block_exception, reason=blocked by: [FORBIDDEN/12/index r【已解决】
集群存储资源高水位异常,默认当磁盘空间大于95%时,就会禁止写入。让es恢复到可写入状态。首先让es节点腾出足够的空间、原创 2022-08-16 13:48:13 · 3305 阅读 · 1 评论 -
“error“: { “root_cause“: [{ “type“: “circuit_breaking_exception“, “reason“: “[parent] D【已解决】
原因field data的缓存不够用设置 缓存占用 内存的 或更小返回:elasticsearch fielddata理解在es中,text类型的字段使用一种叫做fielddata的查询时内存数据结构。当字段被排序,聚合或者通过脚本访问时这种数据结构会被创建。它是通过从磁盘读取每个段的整个反向索引来构建的,然后存存储在java的堆内存中。fileddata默认是不开启的。Fielddata可能会消耗大量的堆空间,尤其是在加载高基数文本字段时。一旦fielddata已加载到堆中,它将在该段的生原创 2022-08-08 19:35:52 · 1256 阅读 · 1 评论