<?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>YippeeSoft开心软件 &#187; 动态</title>
	<atom:link href="http://www.yippeesoft.com/blog/p/tag/%e5%8a%a8%e6%80%81/feed" rel="self" type="application/rss+xml" />
	<link>http://www.yippeesoft.com</link>
	<description></description>
	<lastBuildDate>Tue, 07 Sep 2010 02:54:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>20071114 xml xlst WML c# 动态</title>
		<link>http://www.yippeesoft.com/blog/p/20071114xmlxlstWMLcmemory.php</link>
		<comments>http://www.yippeesoft.com/blog/p/20071114xmlxlstWMLcmemory.php#comments</comments>
		<pubDate>Fri, 22 Aug 2008 16:03:23 +0000</pubDate>
		<dc:creator>yippee</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[wml]]></category>
		<category><![CDATA[xlst]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[动态]]></category>

		<guid isPermaLink="false">http://localhost/blog/?p=511</guid>
		<description><![CDATA[20071114 xml xlst WML c# 动态http://www.yippeesoft.com

xlst~~~~~&#60;?xml version=&#34;1.0&#34; encoding=&#34;UTF-8&#34; ?&#62;&#60;xsl:stylesheet version=&#34;1.0&#34; xmlns:xsl=&#34;http://www.w3.org/1999/XSL/Transform&#34;&#62;  &#60;xsl:output method=&#34;xml&#34;   indent=&#34;yes&#34;   media-type=&#34;text/vnd.wap.xml&#34;   omit-xml-declaration=&#34;no&#34;   doctype-public=&#34;-//WAPFORUM//DTD WML 1.1//EN&#34;   doctype-system=&#34;http://www.wapforum.com/DTD/wml_1.1.xml&#34;/&#62;  &#60;xsl:template match=&#34;/&#34;&#62;    &#60;wml&#62;      &#60;card id=&#34;main1&#34; title=&#34;main card&#34;&#62;        &#60;onevent type=&#34;ontimer&#34;&#62;          &#60;go href=&#34;http://localhost:8080/jsp/mainmenu.jsp&#34;/&#62;        &#60;/do&#62;        &#60;do type=&#34;prev&#34;&#62;          &#60;noop/&#62;        &#60;/do&#62;        &#60;p&#62;          Welcome &#60;xsl:value-of select=&#34;/name/first&#34;/&#62;          &#60;xsl:text&#62; &#60;/xsl:text&#62;          &#60;xsl:value-of select=&#34;/name/last&#34;/&#62; to AirBank!        &#60;/p&#62;      &#60;/card&#62;    &#60;/wml&#62;  &#60;/xsl:template&#62;&#60;/xsl:stylesheet&#62;

<span class="readmore"><a href="http://www.yippeesoft.com/blog/p/20071114xmlxlstWMLcmemory.php" title="20071114 xml xlst WML c# 动态">阅读全文——共2617字</a></span>]]></description>
		<wfw:commentRss>http://www.yippeesoft.com/blog/p/20071114xmlxlstWMLcmemory.php/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>20070704 linq 查询 动态组装</title>
		<link>http://www.yippeesoft.com/blog/p/20070704linqdyquery.php</link>
		<comments>http://www.yippeesoft.com/blog/p/20070704linqdyquery.php#comments</comments>
		<pubDate>Thu, 20 Mar 2008 15:06:21 +0000</pubDate>
		<dc:creator>yippee</dc:creator>
				<category><![CDATA[Info]]></category>
		<category><![CDATA[linq]]></category>
		<category><![CDATA[动态]]></category>

		<guid isPermaLink="false">http://localhost/blog/?p=663</guid>
		<description><![CDATA[20070704 linq 查询 动态组装http://www.yippeesoft.com

sql语句都是字符串，因此可以方便的进行组装现在LINQ是using (Northwind db = new Northwind(ConStr))

    &leftsign;

<span class="readmore"><a href="http://www.yippeesoft.com/blog/p/20070704linqdyquery.php" title="20070704 linq 查询 动态组装">阅读全文——共3933字</a></span>]]></description>
		<wfw:commentRss>http://www.yippeesoft.com/blog/p/20070704linqdyquery.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20070626 动态语言 枚举</title>
		<link>http://www.yippeesoft.com/blog/p/20070626scriptenum.php</link>
		<comments>http://www.yippeesoft.com/blog/p/20070626scriptenum.php#comments</comments>
		<pubDate>Sun, 02 Mar 2008 17:37:15 +0000</pubDate>
		<dc:creator>yippee</dc:creator>
				<category><![CDATA[Info]]></category>
		<category><![CDATA[动态]]></category>
		<category><![CDATA[枚举]]></category>

		<guid isPermaLink="false">http://localhost/blog/?p=681</guid>
		<description><![CDATA[20070626 动态语言 枚举http://www.yippeesoft.com

程序库往往决定了一种语言应用难度，纵观历史，凡是具有优 秀程序库的语言生命力都很顽强，反之则多销声匿迹。目前几种流行的动态语言，都具有丰富的程序库，在python中，不仅具有诸如网络应用，多线程，图像处理，科学运算之类的库，甚至还拥有多套不同量级的Framework来辅助Web开发。事实上，任何需要的功能几乎都能找到相对稳定的库，大部分程序员仅仅需要组合这些库就能编写出强大的应用&#8211;这也正是动态语言开发程序代码量较少的原因之一。

<span class="readmore"><a href="http://www.yippeesoft.com/blog/p/20070626scriptenum.php" title="20070626 动态语言 枚举">阅读全文——共18554字</a></span>]]></description>
		<wfw:commentRss>http://www.yippeesoft.com/blog/p/20070626scriptenum.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20070521 mpx220 上网 设置 动态 绑定 DataGridView</title>
		<link>http://www.yippeesoft.com/blog/p/20070521mpx220wapDataGridView.php</link>
		<comments>http://www.yippeesoft.com/blog/p/20070521mpx220wapDataGridView.php#comments</comments>
		<pubDate>Mon, 28 Jan 2008 09:29:13 +0000</pubDate>
		<dc:creator>yippee</dc:creator>
				<category><![CDATA[Info]]></category>
		<category><![CDATA[datagridview]]></category>
		<category><![CDATA[gridview]]></category>
		<category><![CDATA[mpx]]></category>
		<category><![CDATA[mpx220]]></category>
		<category><![CDATA[tag]]></category>
		<category><![CDATA[上网]]></category>
		<category><![CDATA[动态]]></category>

		<guid isPermaLink="false">http://localhost/blog/?p=715</guid>
		<description><![CDATA[20070521 mpx220 上网 设置 动态 绑定 DataGridViewhttp://www.yippeesoft.com

 &#160; &#160; &#160; &#160; &#160; try &#160; &#160; &#160; &#160; &#160; &#160;&leftsign; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;string ConnStr; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;SqlConnection Conn = new SqlConnection(); &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;SqlCommand Command = new SqlCommand(); &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;SqlDataAdapter Da; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;DataSet dt = new DataSet(); &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;SqlDataReader SqlReader; &#160; &#160; &#160; &#160; 

<span class="readmore"><a href="http://www.yippeesoft.com/blog/p/20070521mpx220wapDataGridView.php" title="20070521 mpx220 上网 设置 动态 绑定 DataGridView">阅读全文——共2252字</a></span>]]></description>
		<wfw:commentRss>http://www.yippeesoft.com/blog/p/20070521mpx220wapDataGridView.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LINUX ZIPMAGIC 动态文件名</title>
		<link>http://www.yippeesoft.com/blog/p/linuxzipqq.php</link>
		<comments>http://www.yippeesoft.com/blog/p/linuxzipqq.php#comments</comments>
		<pubDate>Tue, 27 Sep 2005 22:14:56 +0000</pubDate>
		<dc:creator>yippee</dc:creator>
				<category><![CDATA[RAN乱]]></category>
		<category><![CDATA[agi]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[magic]]></category>
		<category><![CDATA[zip]]></category>
		<category><![CDATA[动态]]></category>
		<category><![CDATA[文件]]></category>

		<guid isPermaLink="false">http://localhost/blog/?p=1625</guid>
		<description><![CDATA[软件开发误区之三－操作系统之争 http://www.yippeesoft.com/blog/p/mydevsoft3.php 我写到：

第一：后台老板，WINDOWS的后台是微软，LINUX的后台增加了IBM等，不论LINUX的初衷如何，现在也是商人在弄，商人的目的是什么，是利润。大家都不会只是守在自己的得势地盘的。只要能够赚钱，不断的会扩充的。IBM当年的名言：全世界有几天IBM的大型计算机就足够了。自从当年决策失误，让微软得势，一直耿耿在怀，所以IBM自己操作系统Ohttp://www.yippeesoft.comVER后，一直对桌面系统有兴趣。它的兴趣目前只是在于推出自己硬件设备，卖自己的系统服务，而我觉得它的目的是先用LINUX打击WINDOWS，然后再逐步扩充自己的系统。而我们吵来吵去，都是给人家当枪使唤。

<span class="readmore"><a href="http://www.yippeesoft.com/blog/p/linuxzipqq.php" title="LINUX ZIPMAGIC 动态文件名">阅读全文——共2960字</a></span>]]></description>
		<wfw:commentRss>http://www.yippeesoft.com/blog/p/linuxzipqq.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iwas2-动态变量名 PHP代码优化 变量的变量</title>
		<link>http://www.yippeesoft.com/blog/p/phpvarvar.php</link>
		<comments>http://www.yippeesoft.com/blog/p/phpvarvar.php#comments</comments>
		<pubDate>Mon, 22 Aug 2005 17:06:36 +0000</pubDate>
		<dc:creator>yippee</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[代码]]></category>
		<category><![CDATA[优化]]></category>
		<category><![CDATA[动态]]></category>

		<guid isPermaLink="false">http://localhost/blog/?p=1720</guid>
		<description><![CDATA[3.2.5 动态变量名 PHP允许用户动态的创建变量名。当程序运行时，使用特殊的符号可以创建新的变量名： 

// store the name of the dynamic variable. $scl_dynamic = \&#8217;\'str_name\&#8217;\'; 

// assign a value to the dynamic variable. $$scl_dynamic = \&#8217;\'John\&#8217;\';  www.yippeesoft.com

<span class="readmore"><a href="http://www.yippeesoft.com/blog/p/phpvarvar.php" title="iwas2-动态变量名 PHP代码优化 变量的变量">阅读全文——共1305字</a></span>]]></description>
		<wfw:commentRss>http://www.yippeesoft.com/blog/p/phpvarvar.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
