zoukankan      html  css  js  c++  java
  • intelj idea Database视图竟然还悄悄开进程,不能忍

     

    一、前言

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

    CommandLine="C:Program FilesJavajdk1.8.0_172injava" -Djava.net.preferIPv4S
    tack=true -Dfile.encoding=UTF-8 -classpath "D:softideaIntelliJ IDEA 2017.2.6
    libutil.jar;D:softideaIntelliJ IDEA 2017.2.6lib rove4j.jar;D:softideaIn
    telliJ IDEA 2017.2.6libgroovy-all-2.4.6.jar;D:softideaIntelliJ IDEA 2017.2.
    6pluginsDatabaseToolslibjdbc-console.jar;D:softideaIntelliJ IDEA 2017.2.6
    pluginsDatabaseToolslibdekaf-single-2.0.0.296.jar;C:UsersGaoyu.IntelliJId
    ea2017.2configjdbc-driversOracle12.1.0.2xmlparserv2.jar;C:UsersGaoyu.Int
    elliJIdea2017.2configjdbc-driversOracle12.1.0.2xdb6-12.1.0.2.jar;C:UsersG
    aoyu.IntelliJIdea2017.2configjdbc-driversOracle12.1.0.2ojdbc6-12.1.0.2.jar
    ;C:UsersGaoyu.IntelliJIdea2017.2configjdbc-driversOracle12.1.0.2oracle-d
    river-license.txt" com.intellij.database.remote.RemoteJdbcServer oracle.jdbc.Ora
    cleDriver

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

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

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

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

  • 相关阅读:
    C# 控制反转(IOC: Inverse Of Control) & 依赖注入(DI: Independence Inject)
    英语常见短语汇总001
    ASP.Net Web.config 中引用外部config文件
    CSS样式汇总
    RSA非对称加密算法
    排序算法【2】——快速排序
    cmake引入boost
    boost之algorithm
    tar命令
    欧拉定理
  • 原文地址:https://www.cnblogs.com/grey-wolf/p/10530395.html
Copyright © 2011-2022 走看看