<?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>红颜丽人javas &#187; 红颜丽人</title>
	<atom:link href="http://www.hongyanliren.com/tag/javas/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>Java中类的继承.</title>
		<link>http://www.hongyanliren.com/2014m12/21664.html</link>
		<comments>http://www.hongyanliren.com/2014m12/21664.html#comments</comments>
		<pubDate>Mon, 01 Dec 2014 04:54:31 +0000</pubDate>
		<dc:creator>Quan</dc:creator>
				<category><![CDATA[JAVASE学习]]></category>
		<category><![CDATA[javas]]></category>

		<guid isPermaLink="false">http://www.hongyanliren.com/?p=21664</guid>
		<description><![CDATA[通过继承可以简化类的定义
java只支持单继承，不允许多重继承，可以多层继承
如：class B继承了class A，class C继承了class B，class C间接继承了class A

子类不继承父类的构造方法
在子类的构造方法中，可以使用super(参数列表)调用父类的构造方法[......]<p class='read-more'><a href='http://www.hongyanliren.com/2014m12/21664.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.hongyanliren.com/2014m12/21664.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>js页面倒转方法</title>
		<link>http://www.hongyanliren.com/2014m07/11160.html</link>
		<comments>http://www.hongyanliren.com/2014m07/11160.html#comments</comments>
		<pubDate>Sat, 12 Jul 2014 09:08:37 +0000</pubDate>
		<dc:creator>Quan</dc:creator>
				<category><![CDATA[WEB前端开发]]></category>
		<category><![CDATA[javas]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.hongyanliren.com/?p=11160</guid>
		<description><![CDATA[js页面倒转方法。
<pre id="line1">&#60;script type='<a rel="nofollow">text/javascript</a>' src='<a href="http://yinyinwu456.blog.163.com/view-source:http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.7.2.min.js?ver=3.4.1">http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.7.2.min.js?ver=3.4.1</a>'&#62;
function updown(){</pre>
    $([......]<p class='read-more'><a href='http://www.hongyanliren.com/2014m07/11160.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.hongyanliren.com/2014m07/11160.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Node.js 是什么有什么用？</title>
		<link>http://www.hongyanliren.com/2014m07/11158.html</link>
		<comments>http://www.hongyanliren.com/2014m07/11158.html#comments</comments>
		<pubDate>Sat, 12 Jul 2014 09:07:05 +0000</pubDate>
		<dc:creator>Quan</dc:creator>
				<category><![CDATA[WEB前端开发]]></category>
		<category><![CDATA[javas]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.hongyanliren.com/?p=11158</guid>
		<description><![CDATA[Node.js 是什么有什么用？Node.js，它的设计目标是更好的通过网络快速、实时的传输少量字节信息。服务器端事件处理，即时消息应用，实时游戏，以及协作工具。Trello 是一个实时协作应用程序，使用 Socket.io 和 Node.js 来实现客户端之间的实时事件传播和状态变换。频繁的探询或[......]<p class='read-more'><a href='http://www.hongyanliren.com/2014m07/11158.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.hongyanliren.com/2014m07/11158.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript 性能优化方法介绍</title>
		<link>http://www.hongyanliren.com/2014m07/11152.html</link>
		<comments>http://www.hongyanliren.com/2014m07/11152.html#comments</comments>
		<pubDate>Sat, 12 Jul 2014 09:03:57 +0000</pubDate>
		<dc:creator>Quan</dc:creator>
				<category><![CDATA[WEB前端开发]]></category>
		<category><![CDATA[javas]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.hongyanliren.com/?p=11152</guid>
		<description><![CDATA[<strong>JavaScript优化总结分为以下几点。</strong>
<div>
<div id="ArticleCnt">
<p align="center">优化前后对比</p>





<p align="center"><strong>优化前</strong></p>


<p align="center"><strong>优化后</strong></p>



代码混乱，同样功能的函数重复出现在多个地方。如果需要修改实现，需要找到所有的地方。牵一发而动全身
模块化，提取公共接口组织为库、结构清晰、方便代码重用、并且能够游戏防止[......]</div></div><p class='read-more'><a href='http://www.hongyanliren.com/2014m07/11152.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.hongyanliren.com/2014m07/11152.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript计时器实例源码介绍</title>
		<link>http://www.hongyanliren.com/2014m07/10749.html</link>
		<comments>http://www.hongyanliren.com/2014m07/10749.html#comments</comments>
		<pubDate>Tue, 08 Jul 2014 02:47:47 +0000</pubDate>
		<dc:creator>Quan</dc:creator>
				<category><![CDATA[WEB前端开发]]></category>
		<category><![CDATA[javas]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.hongyanliren.com/?p=10749</guid>
		<description><![CDATA[Javascript计时器实例源码介绍。JavaScript的代码，FireFox用FireBug

FireFox浏览器不会提供window.event，而IE会提供的

在JavaScript中，可以创建两种类型的计时器，即一次性计时器和间隔性触发计时器。一次性计时器仅在指定的延迟时间之[......]<p class='read-more'><a href='http://www.hongyanliren.com/2014m07/10749.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.hongyanliren.com/2014m07/10749.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
