在同一台电脑中安装两个idea,例如idea2019和idea2023都正常安装,但是第二个idea2023版本,双击打不开程序,那就就需要安装下面的操作流程进行解决。
第一步:创建.IntelliJIdea2023.2.1文件夹
在C:Users用户目录下创建一个名称为 .IntelliJIdea2023.2.1的文件夹
这样两个不同版本的idea就可以独立的使用自己的一条配置
第二步:修改配置文件
修改D:/java/IntelliJ IDEA 2023.2.1/bin/idea.properties文件如下配置:
#---------------------------------------------------------------------
# Uncomment this option if you want to customize a path to the settings directory.
#---------------------------------------------------------------------
idea.config.path=${user.home}/.IntelliJIdea2023.2.1/config
#---------------------------------------------------------------------
# Uncomment this option if you want to customize a path to the caches directory.
#---------------------------------------------------------------------
idea.system.path=${user.home}/.IntelliJIdea2023.2.1/system
#---------------------------------------------------------------------
# Uncomment this option if you want to customize a path to the user-installed plugins directory.
#---------------------------------------------------------------------
idea.plugins.path=${idea.config.p服务器托管网ath}/plugins
#---------------------------------------------------------------------
# Uncomment this option if you want to customize a path to 服务器托管网the logs directory.
#---------------------------------------------------------------------
idea.log.path=${idea.system.path}/log
第三步:删除缓存文件
路径 : C:Users用户名AppDataRoamingJetBrains
找到打不开的那个版本的idea同名目录删除掉即可
服务器托管,北京服务器托管,服务器租用 http://www.fwqtg.net
大家好,我是哪吒。 最近在学习OCR相关的技术,是指对包含文本资料的图像文件进行分析识别处理,获取文字及版面信息的技术。 OCR预处理的最终目的是提高字符识别的准确性和效率。其中版面分析技术指的是OCR系统可以忽略图像中的非文本区域,并将文本区域划分为易于处理…