<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>易陆发现互联网技术论坛 - JAVA区域</title>
    <link>http://38.121.62.70/forum-73-1.html</link>
    <description>Latest 20 threads of JAVA区域</description>
    <copyright>Copyright(C) 易陆发现互联网技术论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 08 Apr 2026 07:50:58 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://38.121.62.70/static/image/common/logo_88_31.gif</url>
      <title>易陆发现互联网技术论坛</title>
      <link>http://38.121.62.70/</link>
    </image>
    <item>
      <title>java应用导致cpu占用过高问题分析及解决办法</title>
      <link>http://38.121.62.70/thread-2984-1-1.html</link>
      <description><![CDATA[java应用导致cpu占用过高问题分析及解决办法

主要介绍了java应用cpu占用过高问题分析及解决方法，具有一定参考价值，需要的朋友可以参考下。 使用jstack分析java程序cpu占用率过高的问题1，使用jps查找出java进程的pid，如 55001
[devops@ops_prod_flink_01 neo4j]$ jp ...]]></description>
      <category>JAVA区域</category>
      <author>admin</author>
      <pubDate>Thu, 28 Nov 2024 02:13:31 +0000</pubDate>
    </item>
    <item>
      <title>C++一款属于自己的远程管理</title>
      <link>http://38.121.62.70/thread-1829-1-1.html</link>
      <description><![CDATA[采用成熟的MFC框架技术来搭建远控客户端和服务端，实现了进程管理、文件管理、服务管理、远程SHELL和屏幕监视功能，层次结构清晰，为日后软件版本的迭代留下了扩展空间。编程环境Visual Studio 2010连接方式采用反弹型连接方式，被控端主动连接控制端从而能够轻松穿透大 ...]]></description>
      <category>JAVA区域</category>
      <author>admin</author>
      <pubDate>Tue, 20 Jul 2021 01:46:37 +0000</pubDate>
    </item>
    <item>
      <title>Download IntelliJ IDEA</title>
      <link>http://38.121.62.70/thread-1231-1-1.html</link>
      <description><![CDATA[http://idea.lanyus.com/jar/]]></description>
      <category>JAVA区域</category>
      <author>admin</author>
      <pubDate>Thu, 28 Feb 2019 15:43:50 +0000</pubDate>
    </item>
    <item>
      <title>eclipse启动失败报错java was started but returned exit code=13</title>
      <link>http://38.121.62.70/thread-1230-1-1.html</link>
      <description><![CDATA[在开启eclipse时，首先就报错：java was started but returned exit code=13，百度了一下原因说是：安装了32的jdk，与eclipse要求的64位jdk不符合报错的界面如下所示：但是，我的原因并不是这个，而是如下的原因：（1）首先，我要说明一点：电脑上有2个java版本，一个是 ...]]></description>
      <category>JAVA区域</category>
      <author>admin</author>
      <pubDate>Thu, 28 Feb 2019 15:01:33 +0000</pubDate>
    </item>
    <item>
      <title>在eclipse中建立自己的java项目</title>
      <link>http://38.121.62.70/thread-1229-1-1.html</link>
      <description><![CDATA[注意：安装前必备环境:安装eclipse之前必须安装JDK环境
使用eclipse从零开始一步步创建java项目1.下载eclipse
官网地址：http://www.eclipse.org/downloads/

https://www.eclipse.org/downloads/packages/



下载Eclipse IDE for Java EE Developers


.解压运行解压 ...]]></description>
      <category>JAVA区域</category>
      <author>admin</author>
      <pubDate>Thu, 28 Feb 2019 14:59:44 +0000</pubDate>
    </item>
    <item>
      <title>Java war打包和解压命令</title>
      <link>http://38.121.62.70/thread-1000-1-1.html</link>
      <description><![CDATA[在命令行下，进入需要打包的目录

 接下来，执行jar命令，格式为：

      jar cvf 打包文件名称 要打包的目录 打包文件保存路径

解压命令自然就是:

      jar xvf cmd.war
 好了，到此为止。这个比在eclipse下面打包要简单。
 ...]]></description>
      <category>JAVA区域</category>
      <author>admin</author>
      <pubDate>Tue, 23 Oct 2018 08:52:29 +0000</pubDate>
    </item>
    <item>
      <title>Linux下jre配置</title>
      <link>http://38.121.62.70/thread-680-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>JAVA区域</category>
      <author>admin</author>
      <pubDate>Fri, 23 Mar 2018 03:30:50 +0000</pubDate>
    </item>
    <item>
      <title>java内存溢出问题解决办法</title>
      <link>http://38.121.62.70/thread-530-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>JAVA区域</category>
      <author>admin</author>
      <pubDate>Fri, 03 Nov 2017 09:13:48 +0000</pubDate>
    </item>
    <item>
      <title>解决Tomcat日志文件catalina.out文件过大</title>
      <link>http://38.121.62.70/thread-434-1-1.html</link>
      <description><![CDATA[随着项目的运行，Tomcat的日志文件catalina.out的大小日益增大，现在都有好几个GB了。如果我们不做任何处理，catalina.out的文件大小将会持续增加，直到把我们的系统硬盘空间给撑爆不可。

当Tomcat的日志文件catalina.out的大小大于2GB时，Tomcat程序崩溃时将有可能会 ...]]></description>
      <category>JAVA区域</category>
      <author>admin</author>
      <pubDate>Thu, 07 Sep 2017 01:18:43 +0000</pubDate>
    </item>
    <item>
      <title>java.lang.Exception: 未知错误</title>
      <link>http://38.121.62.70/thread-424-1-1.html</link>
      <description><![CDATA[: 返回信息 : com.cloudmaster.rp.web.message.physicalMachine.pmManage.SyncPmInfoAndNetCardResp@5539169b
 : 服务器添加异常
 : Error : 
java.lang.Exception: 未知错误
]]></description>
      <category>JAVA区域</category>
      <author>admin</author>
      <pubDate>Thu, 31 Aug 2017 03:24:48 +0000</pubDate>
    </item>
    <item>
      <title>ActiveMQ的错误总结</title>
      <link>http://38.121.62.70/thread-276-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>JAVA区域</category>
      <author>1320503165</author>
      <pubDate>Wed, 17 May 2017 06:29:29 +0000</pubDate>
    </item>
    <item>
      <title>ActiveMQ not running</title>
      <link>http://38.121.62.70/thread-275-1-1.html</link>
      <description><![CDATA[2017-05-17 11:05:29,365 | INFO  | Refreshing org.apache.activemq.xbean.XBeanBrokerFactory$1@5ef4f91d: startup date [Wed May 17 11:05:29 CST 2017]; root of context hierarchy | org.apa
che.activemq.xbean.XBeanBrokerFactory$1 | main
2017-05-17 11:05:31, ..]]></description>
      <category>JAVA区域</category>
      <author>admin</author>
      <pubDate>Wed, 17 May 2017 03:09:03 +0000</pubDate>
    </item>
    <item>
      <title>linux下 java环境变量配置</title>
      <link>http://38.121.62.70/thread-268-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>JAVA区域</category>
      <author>1320503165</author>
      <pubDate>Fri, 12 May 2017 02:31:04 +0000</pubDate>
    </item>
    <item>
      <title>java配置数据库连接参数</title>
      <link>http://38.121.62.70/thread-266-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>JAVA区域</category>
      <author>1320503165</author>
      <pubDate>Thu, 11 May 2017 09:11:00 +0000</pubDate>
    </item>
    <item>
      <title>tomcat 启动Address already in use (Bind failed) &lt;null&gt;:8088</title>
      <link>http://38.121.62.70/thread-244-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>JAVA区域</category>
      <author>admin</author>
      <pubDate>Wed, 26 Apr 2017 03:11:16 +0000</pubDate>
    </item>
  </channel>
</rss>