<?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>红颜丽人设计模式 &#187; 红颜丽人</title>
	<atom:link href="http://www.hongyanliren.com/tag/%e8%ae%be%e8%ae%a1%e6%a8%a1%e5%bc%8f/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>领域模型驱动设计（Domain Driven Design）图示介绍</title>
		<link>http://www.hongyanliren.com/2014m03/3663.html</link>
		<comments>http://www.hongyanliren.com/2014m03/3663.html#comments</comments>
		<pubDate>Tue, 04 Mar 2014 02:14:00 +0000</pubDate>
		<dc:creator>Quan</dc:creator>
				<category><![CDATA[Java程序开发]]></category>
		<category><![CDATA[设计模式]]></category>

		<guid isPermaLink="false">http://www.hongyanliren.com/?p=3663</guid>
		<description><![CDATA[领域模型驱动设计（Domain Driven Design）图示详细介绍，领域模型是怎么样的？领域内的对象模型，组织行为和数据。将领域模型引入到应用中涉及到插入整个的一个对象层在工作的业务区内，这些对象模拟业务数据，捕捉商业规则。OO领域模型经常看起来像数据库的模型。尽管他们有许多区别。领域模型混合[......]<p class='read-more'><a href='http://www.hongyanliren.com/2014m03/3663.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.hongyanliren.com/2014m03/3663.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>工厂方法模式是什么java设计模式介绍使用方法步骤</title>
		<link>http://www.hongyanliren.com/2014m01/3158.html</link>
		<comments>http://www.hongyanliren.com/2014m01/3158.html#comments</comments>
		<pubDate>Mon, 20 Jan 2014 08:38:57 +0000</pubDate>
		<dc:creator>Quan</dc:creator>
				<category><![CDATA[Java程序开发]]></category>
		<category><![CDATA[JavaSe]]></category>
		<category><![CDATA[设计模式]]></category>

		<guid isPermaLink="false">http://www.hongyanliren.com/?p=3158</guid>
		<description><![CDATA[工厂方法模式是什么java设计模式介绍使用方法步骤，工厂方法模式是什么？java设计模式介绍。Factory Method（也就是工厂方法）模式的主要目的是用在创建对象的接口上面，而且还可以控制对哪个对象进行实例化。在java工厂方法模式中，工厂方法用户不用知道该实例化什么类，其用意主是为所实例化的[......]<p class='read-more'><a href='http://www.hongyanliren.com/2014m01/3158.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.hongyanliren.com/2014m01/3158.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>观察者模式java设计模式介绍</title>
		<link>http://www.hongyanliren.com/2014m01/3153.html</link>
		<comments>http://www.hongyanliren.com/2014m01/3153.html#comments</comments>
		<pubDate>Mon, 20 Jan 2014 08:07:44 +0000</pubDate>
		<dc:creator>Quan</dc:creator>
				<category><![CDATA[Java程序开发]]></category>
		<category><![CDATA[JavaSe]]></category>
		<category><![CDATA[jsp教程]]></category>
		<category><![CDATA[设计模式]]></category>

		<guid isPermaLink="false">http://www.hongyanliren.com/?p=3153</guid>
		<description><![CDATA[<strong>观察者模式java设计模式介绍。什么是java观察者模式？</strong>Observer观察者模式的含义是在多个对象之间定义一对多的关系，便于在一个对象状态发生改变时，别的依赖于这个对象的对象都可以得到通知，而且可以自动更新。在观察者设计模式里面，多个观察者以及被观察者之间的关系可以表示如下图：

[capt[......]<p class='read-more'><a href='http://www.hongyanliren.com/2014m01/3153.html'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.hongyanliren.com/2014m01/3153.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
