首页 > 数据库技术 > 详细

intelj idea Database视图竟然还悄悄开进程,不能忍

时间:2019-03-14 15:55:22      阅读:181      评论:0      收藏:0      [点我收藏+]

 

一、前言

偶然发现,任务管理器里有个莫名其妙的java进程。看了下启动参数:

CommandLine="C:\Program Files\Java\jdk1.8.0_172\bin\java" -Djava.net.preferIPv4S
tack=true -Dfile.encoding=UTF-8 -classpath "D:\soft\idea\IntelliJ IDEA 2017.2.6\
lib\util.jar;D:\soft\idea\IntelliJ IDEA 2017.2.6\lib\trove4j.jar;D:\soft\idea\In
telliJ IDEA 2017.2.6\lib\groovy-all-2.4.6.jar;D:\soft\idea\IntelliJ IDEA 2017.2.
6\plugins\DatabaseTools\lib\jdbc-console.jar;D:\soft\idea\IntelliJ IDEA 2017.2.6
\plugins\DatabaseTools\lib\dekaf-single-2.0.0.296.jar;C:\Users\Gaoyu\.IntelliJId
ea2017.2\config\jdbc-drivers\Oracle\12.1.0.2\xmlparserv2.jar;C:\Users\Gaoyu\.Int
elliJIdea2017.2\config\jdbc-drivers\Oracle\12.1.0.2\xdb6-12.1.0.2.jar;C:\Users\G
aoyu\.IntelliJIdea2017.2\config\jdbc-drivers\Oracle\12.1.0.2\ojdbc6-12.1.0.2.jar
;C:\Users\Gaoyu\.IntelliJIdea2017.2\config\jdbc-drivers\Oracle\12.1.0.2\oracle-d
river-license.txt" com.intellij.database.remote.RemoteJdbcServer oracle.jdbc.Ora
cleDriver

 

感觉是和intelj idea、和数据库也有关系。

想到这两天好像在intelj里用了database 视图:

技术分享图片

 

猜想可能有问题。于是把这个视图关了,果然,任务管理器里那个java进程也就消失了。

气愤。。本来内存就紧张,关了你丫的。

 

intelj idea Database视图竟然还悄悄开进程,不能忍

原文:https://www.cnblogs.com/grey-wolf/p/10530395.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!