<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>红颜丽人JDK &#187; 红颜丽人</title>
	<atom:link href="http://www.hongyanliren.com/tag/jdk/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hongyanliren.com</link>
	<description>追求技术就像追求#$！不抛弃，不放弃！</description>
	<lastBuildDate>Thu, 16 Mar 2023 07:48:39 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.2</generator>
		<item>
		<title>Windows Server 2016设置部署java运行环境变量</title>
		<link>http://www.hongyanliren.com/2017m03/38106.html</link>
		<comments>http://www.hongyanliren.com/2017m03/38106.html#comments</comments>
		<pubDate>Sun, 05 Mar 2017 10:19:44 +0000</pubDate>
		<dc:creator>Quan</dc:creator>
				<category><![CDATA[Java程序开发]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[JDK]]></category>
		<category><![CDATA[运行环境]]></category>

		<guid isPermaLink="false">http://www.hongyanliren.com/?p=38106</guid>
		<description><![CDATA[Windows Server 2016设置部署java运行环境变量的方法，其实这个与平时我们搭建java运行环境是类似的，希望以下教程可以给你带来帮助！[......]<p class='read-more'><a href='http://www.hongyanliren.com/2017m03/38106.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.hongyanliren.com/2017m03/38106.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JDK/bin目录下的exe文件的用途介绍</title>
		<link>http://www.hongyanliren.com/2014m02/3476.html</link>
		<comments>http://www.hongyanliren.com/2014m02/3476.html#comments</comments>
		<pubDate>Sun, 23 Feb 2014 14:57:34 +0000</pubDate>
		<dc:creator>Quan</dc:creator>
				<category><![CDATA[JAVASE学习]]></category>
		<category><![CDATA[JavaSe]]></category>
		<category><![CDATA[JDK]]></category>

		<guid isPermaLink="false">http://www.hongyanliren.com/?p=3476</guid>
		<description><![CDATA[<div>JDK/bin目录下的exe文件的用途介绍，bin目录下exe运行文件的解析，bin目录下的文件有什么用？假如你打开了JDK安装目录下的bin目录，你会看到很多exe文件，那么你可能会产生疑惑，下面就为大家介绍那些文件的作用以及jdk相关命令简单说明：</div>
<div></div>
<div>javac：Java编译器，将Java源[......]</div><p class='read-more'><a href='http://www.hongyanliren.com/2014m02/3476.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.hongyanliren.com/2014m02/3476.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>java在Linux与Windows下的回车换行的区别</title>
		<link>http://www.hongyanliren.com/2014m02/3393.html</link>
		<comments>http://www.hongyanliren.com/2014m02/3393.html#comments</comments>
		<pubDate>Fri, 21 Feb 2014 17:34:40 +0000</pubDate>
		<dc:creator>Quan</dc:creator>
				<category><![CDATA[Java程序开发]]></category>
		<category><![CDATA[JavaSe]]></category>
		<category><![CDATA[JDK]]></category>

		<guid isPermaLink="false">http://www.hongyanliren.com/?p=3393</guid>
		<description><![CDATA[java中jdk7的Linux与Windows下的回车换行的区别是什么？在unicode编码表里面<b>jdk7的回车换行实例教程。</b>

在win7和ubuntu12下面跑如下的代码：
       String str = System.getProperty("line.separator");[......]<p class='read-more'><a href='http://www.hongyanliren.com/2014m02/3393.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.hongyanliren.com/2014m02/3393.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux（CentOS ）操作系统下JDK/JRE、Tomcat的安装配置教程</title>
		<link>http://www.hongyanliren.com/2014m01/3177.html</link>
		<comments>http://www.hongyanliren.com/2014m01/3177.html#comments</comments>
		<pubDate>Mon, 20 Jan 2014 14:50:15 +0000</pubDate>
		<dc:creator>Quan</dc:creator>
				<category><![CDATA[Java程序开发]]></category>
		<category><![CDATA[JavaSe]]></category>
		<category><![CDATA[JDK]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.hongyanliren.com/?p=3177</guid>
		<description><![CDATA[如何在Linux操作系统下JDK/JRE、Tomcat的安装，Linux是一种出色的操作系统，在各种环境中发挥着重要作用，也是LAMP系列中的一个重要组成部分。文章介绍Linux操作系统下JDK/JRE和Tomcat的安装和相关配置，希望可以给大家带来帮助。
<ul>
	<li>说明</li>
</ul>
在本篇文章中，用于测[......]<p class='read-more'><a href='http://www.hongyanliren.com/2014m01/3177.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.hongyanliren.com/2014m01/3177.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
