<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	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>流程图 - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/%E6%B5%81%E7%A8%8B%E5%9B%BE/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Sun, 27 Apr 2025 08:35:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>使用PlantUML绘制流程图（活动图）</title>
		<link>https://www.coder4.com/archives/7725</link>
					<comments>https://www.coder4.com/archives/7725#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Thu, 14 Apr 2022 05:09:27 +0000</pubDate>
				<category><![CDATA[计算机技术]]></category>
		<category><![CDATA[PlantUML]]></category>
		<category><![CDATA[流程图]]></category>
		<guid isPermaLink="false">https://www.coder4.com/?p=7725</guid>

					<description><![CDATA[代码： @startuml start if (条件 A) then (yes)   :文本 1; elseif (条件 B) then (yes)   :文本 2;   stop elseif (条件 C) then (yes)   :文本 3; elseif (条件 D) then (yes)   :文本 4; else (nothing)   :文本 else; endif stop @enduml 图 更多可以参考这里：https://pl[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/7725/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
