<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/Yamzef" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/Yamzef" type="application/rss+xml"></fs:self_link><lastBuildDate>Tue, 09 Sep 2008 16:48:00 GMT</lastBuildDate><title>痴迷城堡</title><description>---羊羽长风的地盘</description><link>http://blog.csdn.net/Yamzef/</link><item><title>c#如何读取配置文件INI</title><link>http://blog.csdn.net/Yamzef/archive/2008/09/09/2905252.aspx</link><wfw:comment>http://blog.csdn.net/Yamzef/comments/2905252.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Yamzef/comments/commentRss/2905252.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2905252</trackback:ping><description>C#通过API函数的调用，读取配置文件INI中的文本信息。源代码并有操作范例，很容易上手。&lt;img src =&quot;http://blog.csdn.net/Yamzef/aggbug/2905252.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 10 Sep 2008 00:48:00 +0800</pubDate><author>羊羽长风</author><comments>http://blog.csdn.net/Yamzef/archive/2008/09/09/2905252.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Yamzef/archive/2008/09/09/2905252.aspx</guid><dc:creator>羊羽长风</dc:creator><fs:srclink>http://blog.csdn.net/Yamzef/archive/2008/09/09/2905252.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Yamzef/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/Yamzef/~1293238/206265031/1296066</fs:itemid></item><item><title>C#源码读取excel数据到程序中-SQL SERVER-到dataset中</title><link>http://blog.csdn.net/Yamzef/archive/2007/04/29/1589854.aspx</link><wfw:comment>http://blog.csdn.net/Yamzef/comments/1589854.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/Yamzef/comments/commentRss/1589854.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1589854</trackback:ping><description>一、将excel数据读到程序中显示，excel数据写到dataset，从dataset再写入到数据库。
C#源码读取excel数据到程序中-到dataset中，
一、将excel数据只读到程序中显示。
二、读取到dataset中/从dataset中写入sql server。&lt;img src =&quot;http://blog.csdn.net/Yamzef/aggbug/1589854.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 29 Apr 2007 17:32:00 +0800</pubDate><author>羊羽长风</author><comments>http://blog.csdn.net/Yamzef/archive/2007/04/29/1589854.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Yamzef/archive/2007/04/29/1589854.aspx</guid><dc:creator>羊羽长风</dc:creator><fs:srclink>http://blog.csdn.net/Yamzef/archive/2007/04/29/1589854.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Yamzef/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/Yamzef/~1293238/206265032/1296066</fs:itemid></item><item><title>如何将 Excel 数据导入MS SQL Server  数据库</title><link>http://blog.csdn.net/Yamzef/archive/2007/04/29/1589835.aspx</link><wfw:comment>http://blog.csdn.net/Yamzef/comments/1589835.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Yamzef/comments/commentRss/1589835.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1589835</trackback:ping><description>本文中的示例使用以下工具导入 Excel 数据：回到顶端示例导入与追加本文使用的示例 SQL 语句演示了“创建表”查询。使用 DTS可以使用 SQL Server 数据传输服务 (DTS) 导入向导将 Excel 数据导入 SQL Server 表。SELECT * INTO XLImport2 FROM OPENQUERY(EXCELLINK, ‘SELECT * FROM [Customers$]‘)使用分布式查询如果不想将对 Excel 工作簿的永久连接配置为链接服务器，可以通过使用 OPENDATASOURCE 或 OPENROWSET 函数为特定目的导入数据。下列代码示例也能将 Excel Customers 工作表数据导入新的 SQL Server 表。&lt;img src =&quot;http://blog.csdn.net/Yamzef/aggbug/1589835.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 29 Apr 2007 17:19:00 +0800</pubDate><author>羊羽长风</author><comments>http://blog.csdn.net/Yamzef/archive/2007/04/29/1589835.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Yamzef/archive/2007/04/29/1589835.aspx</guid><dc:creator>羊羽长风</dc:creator><fs:srclink>http://blog.csdn.net/Yamzef/archive/2007/04/29/1589835.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Yamzef/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/Yamzef/~1293238/206265033/1296066</fs:itemid></item><item><title>ASP.NET 2.0 技巧：用MasterPage 代替 PageBase</title><link>http://blog.csdn.net/Yamzef/archive/2007/04/13/1563331.aspx</link><wfw:comment>http://blog.csdn.net/Yamzef/comments/1563331.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/Yamzef/comments/commentRss/1563331.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1563331</trackback:ping><description>在.Net Framwork 2.0的B/S架构项目中同时采用PageBase和MasterPage技术，发现每次访问页面，页面同时访问PageBase和MasterPage，不仅造成性能降低，甚至有可能给日后的项目功能扩充和调整带来逻辑错误隐患。
&lt;img src =&quot;http://blog.csdn.net/Yamzef/aggbug/1563331.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 13 Apr 2007 21:21:00 +0800</pubDate><author>羊羽长风</author><comments>http://blog.csdn.net/Yamzef/archive/2007/04/13/1563331.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Yamzef/archive/2007/04/13/1563331.aspx</guid><dc:creator>羊羽长风</dc:creator><fs:srclink>http://blog.csdn.net/Yamzef/archive/2007/04/13/1563331.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Yamzef/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/Yamzef/~1293238/206265034/1296066</fs:itemid></item><item><title>C#发邮件的代码 (vs2005)</title><link>http://blog.csdn.net/Yamzef/archive/2007/04/11/1560327.aspx</link><wfw:comment>http://blog.csdn.net/Yamzef/comments/1560327.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Yamzef/comments/commentRss/1560327.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1560327</trackback:ping><description>用vss2005实现邮发功能！~
 &lt;img src =&quot;http://blog.csdn.net/Yamzef/aggbug/1560327.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 11 Apr 2007 20:29:00 +0800</pubDate><author>羊羽长风</author><comments>http://blog.csdn.net/Yamzef/archive/2007/04/11/1560327.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Yamzef/archive/2007/04/11/1560327.aspx</guid><dc:creator>羊羽长风</dc:creator><fs:srclink>http://blog.csdn.net/Yamzef/archive/2007/04/11/1560327.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Yamzef/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/Yamzef/~1293238/206265035/1296066</fs:itemid></item><item><title>GridView DropDownList 数据 绑定 RowEditing</title><link>http://blog.csdn.net/Yamzef/archive/2007/04/11/1560270.aspx</link><wfw:comment>http://blog.csdn.net/Yamzef/comments/1560270.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/Yamzef/comments/commentRss/1560270.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1560270</trackback:ping><description>首先，要把编辑列设模板列,然后dropdownlist绑定数据源
然后在databinding里把selectedvalue的值绑定到要更新的列名上。&lt;img src =&quot;http://blog.csdn.net/Yamzef/aggbug/1560270.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 11 Apr 2007 19:41:00 +0800</pubDate><author>羊羽长风</author><comments>http://blog.csdn.net/Yamzef/archive/2007/04/11/1560270.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Yamzef/archive/2007/04/11/1560270.aspx</guid><dc:creator>羊羽长风</dc:creator><fs:srclink>http://blog.csdn.net/Yamzef/archive/2007/04/11/1560270.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Yamzef/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/Yamzef/~1293238/206265036/1296066</fs:itemid></item><item><title>CuteEditor5.0的安装及它与Ajax.net配合无刷新操作数据库!</title><link>http://blog.csdn.net/Yamzef/archive/2007/03/27/1542887.aspx</link><wfw:comment>http://blog.csdn.net/Yamzef/comments/1542887.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Yamzef/comments/commentRss/1542887.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1542887</trackback:ping><description>CuteEditor真的是一款很好的web在线编辑器,但是5.0的安装和以前的版本有点不同,5.0的破解版的下载地址是:http://www.seaskyer.net,下载完后解下压缩吧!&lt;img src =&quot;http://blog.csdn.net/Yamzef/aggbug/1542887.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 27 Mar 2007 23:29:00 +0800</pubDate><author>羊羽长风</author><comments>http://blog.csdn.net/Yamzef/archive/2007/03/27/1542887.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Yamzef/archive/2007/03/27/1542887.aspx</guid><dc:creator>羊羽长风</dc:creator><fs:srclink>http://blog.csdn.net/Yamzef/archive/2007/03/27/1542887.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Yamzef/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/Yamzef/~1293238/206265037/1296066</fs:itemid></item><item><title>CuteEditor 5.0的安装及属性设置</title><link>http://blog.csdn.net/Yamzef/archive/2007/03/27/1542881.aspx</link><wfw:comment>http://blog.csdn.net/Yamzef/comments/1542881.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Yamzef/comments/commentRss/1542881.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1542881</trackback:ping><description>CuteEditor 5.0,安装,属性设置 ,在线编辑器&lt;img src =&quot;http://blog.csdn.net/Yamzef/aggbug/1542881.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 27 Mar 2007 23:26:00 +0800</pubDate><author>羊羽长风</author><comments>http://blog.csdn.net/Yamzef/archive/2007/03/27/1542881.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Yamzef/archive/2007/03/27/1542881.aspx</guid><dc:creator>羊羽长风</dc:creator><fs:srclink>http://blog.csdn.net/Yamzef/archive/2007/03/27/1542881.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Yamzef/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/Yamzef/~1293238/206265038/1296066</fs:itemid></item><item><title>深度解析Asp.Net2.0中的Callback机制</title><link>http://blog.csdn.net/Yamzef/archive/2007/03/26/1541204.aspx</link><wfw:comment>http://blog.csdn.net/Yamzef/comments/1541204.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Yamzef/comments/commentRss/1541204.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1541204</trackback:ping><description>看到不少朋友最近在写使用callback的文章，也有点手痒，也来涂鸦一下，挖掘挖掘callback的潜力。callback的一般使用方法还算简单，直接参照msdn的帮助和范例就足够了。但是想要真正用好、用精，或者想开发一些基于callback机制的WEB组件，那么，就要先深入了解callback的实现机制了。在本文中，Teddy将和您一起解析callback的整个调用、反馈机制，相信对于帮助您更好的使用callback，将能有一定的益处。 &lt;img src =&quot;http://blog.csdn.net/Yamzef/aggbug/1541204.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 26 Mar 2007 18:42:00 +0800</pubDate><author>羊羽长风</author><comments>http://blog.csdn.net/Yamzef/archive/2007/03/26/1541204.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Yamzef/archive/2007/03/26/1541204.aspx</guid><dc:creator>羊羽长风</dc:creator><fs:srclink>http://blog.csdn.net/Yamzef/archive/2007/03/26/1541204.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Yamzef/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/Yamzef/~1293238/206265039/1296066</fs:itemid></item><item><title>此页的状态信息无效，可能已损坏---应用程序中的服务器错误---</title><link>http://blog.csdn.net/Yamzef/archive/2007/03/26/1541160.aspx</link><wfw:comment>http://blog.csdn.net/Yamzef/comments/1541160.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/Yamzef/comments/commentRss/1541160.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1541160</trackback:ping><description>用了个GridView 在用户管理的列上设定了  “修改”列的的转向链接！  当点击修改时，页面能正常转到修改页面，用户编号也传过来了，但是当一点击服务器控件时，页面就报错！我晕！ &lt;img src =&quot;http://blog.csdn.net/Yamzef/aggbug/1541160.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 26 Mar 2007 18:17:00 +0800</pubDate><author>羊羽长风</author><comments>http://blog.csdn.net/Yamzef/archive/2007/03/26/1541160.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Yamzef/archive/2007/03/26/1541160.aspx</guid><dc:creator>羊羽长风</dc:creator><fs:srclink>http://blog.csdn.net/Yamzef/archive/2007/03/26/1541160.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Yamzef/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/Yamzef/~1293238/206265040/1296066</fs:itemid></item></channel></rss>