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进程也就消失了。

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

  • 相关阅读:
    VC++菜单
    VC++的菜单控制和自绘菜单
    windowsUI的总结
    Linux mount BSD disk partition
    Linux qemu-nbd mount qemu disk image
    自定义chromium浏览器
    EF6配合MySQL或MSSQL(CodeFirst模式)配置指引
    使用 dmidecode 查看Linux服务器信息
    修改KVM的模拟网卡类型
    华为TaiShan 2280 ARM 服务器
  • 原文地址:https://www.cnblogs.com/grey-wolf/p/10530395.html
Copyright © 2011-2022 走看看