﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>博客园-牛气的Blog-最新评论</title><link>http://www.cnblogs.com/liuke209/CommentsRSS.aspx</link><description /><language>zh-cn</language><pubDate>Mon, 30 Jan 2012 04:46:35 GMT</pubDate><lastBuildDate>Mon, 30 Jan 2012 04:46:35 GMT</lastBuildDate><generator>cnblogs</generator><item><title>re: 让相同的winform程序只启动一个</title><link>http://www.cnblogs.com/liuke209/archive/2009/03/16/1133355.html#1478418</link><dc:creator>咸鱼翻身</dc:creator><author>咸鱼翻身</author><pubDate>Mon, 16 Mar 2009 13:09:59 GMT</pubDate><guid>http://www.cnblogs.com/liuke209/archive/2009/03/16/1133355.html#1478418</guid><description><![CDATA[用了网络上其他控制单一实例程序启动<br/>发现或多或少有些问题<br/>这个不错<br/>决定用这个了<br/>谢谢<br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/liuke209/" target="_blank">咸鱼翻身</a> 2009-03-16 21:09 <a href="http://www.cnblogs.com/liuke209/archive/2009/03/16/1133355.html#1478418#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: NVelocity中文乱码的问题</title><link>http://www.cnblogs.com/liuke209/archive/2008/11/02/636115.html#1358856</link><dc:creator>风使者</dc:creator><author>风使者</author><pubDate>Sun, 02 Nov 2008 12:01:30 GMT</pubDate><guid>http://www.cnblogs.com/liuke209/archive/2008/11/02/636115.html#1358856</guid><description><![CDATA[提示出错 <br/><br/>“/”应用程序中的服务器错误。 <br/>-------------------------------------------------------------------------------- <br/><br/>Unable to find resource 'H:\index.htm' <br/>说明: 执行当前 Web 请求期间，出现未处理的异常。请检查堆栈跟踪信息，以了解有关该错误以及代码中导致错误的出处的详细信息。 <br/><br/>异常详细信息: NVelocity.Exception.ResourceNotFoundException: Unable to find resource 'H:\index.htm' <br/><br/>源错误: <br/><br/><br/>行 37: <br/>行 38: //从文件中读取模板 <br/>行 39: Template temp = velocity.GetTemplate(&quot;H:\\index.htm&quot;); <br/>行 40: <br/>行 41: IContext context = new VelocityContext(); <br/><br/><br/><br/>源代码 <br/><br/>VelocityEngine velocity = new VelocityEngine(); <br/><br/>ExtendedProperties props = new ExtendedProperties(); <br/>props.SetProperty(RuntimeConstants.FILE_RESOURCE_LOADER_PATH, &quot;H:\\&quot;); <br/><br/>velocity.Init(props); <br/><br/>//从文件中读取模板 <br/>Template temp = velocity.GetTemplate(&quot;H:\\index.htm&quot;); <br/><br/>IContext context = new VelocityContext(); <br/>context.Put(&quot;from&quot;, Path.GetDirectoryName(Request.PhysicalPath) + &quot;/tmp/&quot;); <br/><br/>//合并模板 <br/>StringWriter writer = new StringWriter(); <br/>//velocity.MergeTemplate(context, writer); <br/>temp.Merge(context, writer); <br/>Console.WriteLine(writer.GetStringBuilder().ToString());<br/><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/liuke209/" target="_blank">风使者</a> 2008-11-02 20:01 <a href="http://www.cnblogs.com/liuke209/archive/2008/11/02/636115.html#1358856#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 在Winfrom下的对DataGridView单元格合并</title><link>http://www.cnblogs.com/liuke209/archive/2008/10/20/463023.html#1346330</link><dc:creator>zhlh101</dc:creator><author>zhlh101</author><pubDate>Mon, 20 Oct 2008 13:05:01 GMT</pubDate><guid>http://www.cnblogs.com/liuke209/archive/2008/10/20/463023.html#1346330</guid><description><![CDATA[怎么引用cellpainting事件？即怎么让这个事件发挥作用？<br/>请帮忙，谢谢<br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/liuke209/" target="_blank">zhlh101</a> 2008-10-20 21:05 <a href="http://www.cnblogs.com/liuke209/archive/2008/10/20/463023.html#1346330#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: NVelocity中文乱码的问题</title><link>http://www.cnblogs.com/liuke209/archive/2007/10/30/636115.html#942801</link><dc:creator>bgyl2002</dc:creator><author>bgyl2002</author><pubDate>Tue, 30 Oct 2007 04:35:00 GMT</pubDate><guid>http://www.cnblogs.com/liuke209/archive/2007/10/30/636115.html#942801</guid><description><![CDATA[为什么提示不包含 RuntimeConstants.RESOURCE_LOADER 等的定义<br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/liuke209/" target="_blank">bgyl2002</a> 2007-10-30 12:35 <a href="http://www.cnblogs.com/liuke209/archive/2007/10/30/636115.html#942801#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 在Winfrom下的对DataGridView单元格合并</title><link>http://www.cnblogs.com/liuke209/archive/2007/08/30/463023.html#876317</link><dc:creator>canserly</dc:creator><author>canserly</author><pubDate>Thu, 30 Aug 2007 12:37:00 GMT</pubDate><guid>http://www.cnblogs.com/liuke209/archive/2007/08/30/463023.html#876317</guid><description><![CDATA[合并后的CELL的值可以在界面上修改合并后的CELL的值可以在界面上修改吗？吗？<br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/liuke209/" target="_blank">canserly</a> 2007-08-30 20:37 <a href="http://www.cnblogs.com/liuke209/archive/2007/08/30/463023.html#876317#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 用Xsl转换XMl生成Excel(可保留格式,使用StringTemplate模板引擎)</title><link>http://www.cnblogs.com/liuke209/archive/2007/05/14/459684.html#745511</link><dc:creator>JonyJaJa</dc:creator><author>JonyJaJa</author><pubDate>Mon, 14 May 2007 02:59:00 GMT</pubDate><guid>http://www.cnblogs.com/liuke209/archive/2007/05/14/459684.html#745511</guid><description><![CDATA[您好，我请问：我是在C#中，直接导入EXCEL文件到DATAGRIDVIEW中，但是当前面的数据是：123456，后面有这样：A123456，时，导入就回出错，在DATAGRIDVIEW中显示的是空值。如果把前面的数据中加入字母，这样的情况下就不会出现问题。请解答下。<br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/liuke209/" target="_blank">JonyJaJa</a> 2007-05-14 10:59 <a href="http://www.cnblogs.com/liuke209/archive/2007/05/14/459684.html#745511#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 强类型的图片资源类生成</title><link>http://www.cnblogs.com/liuke209/archive/2007/02/08/643932.html#644787</link><dc:creator>shoucao</dc:creator><author>shoucao</author><pubDate>Thu, 08 Feb 2007 05:45:00 GMT</pubDate><guid>http://www.cnblogs.com/liuke209/archive/2007/02/08/643932.html#644787</guid><description><![CDATA[偶有注册机，QQ 25660225 可以加我QQ 发给你，请注册CodeSmith字样或加到群 13827630<br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/liuke209/" target="_blank">shoucao</a> 2007-02-08 13:45 <a href="http://www.cnblogs.com/liuke209/archive/2007/02/08/643932.html#644787#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>还不能作到力如心想</title><link>http://www.cnblogs.com/liuke209/archive/2006/12/23/463023.html#601412</link><dc:creator>花纯春[匿名]</dc:creator><author>花纯春[匿名]</author><pubDate>Sat, 23 Dec 2006 07:28:00 GMT</pubDate><guid>http://www.cnblogs.com/liuke209/archive/2006/12/23/463023.html#601412</guid><description><![CDATA[还不能作到力如心想<br>.net是方便了，但的确有所得，就有所失<br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/liuke209/" target="_blank">花纯春[匿名]</a> 2006-12-23 15:28 <a href="http://www.cnblogs.com/liuke209/archive/2006/12/23/463023.html#601412#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 在Winfrom下的对DataGridView单元格合并</title><link>http://www.cnblogs.com/liuke209/archive/2006/12/22/463023.html#600097</link><dc:creator>yumanqing</dc:creator><author>yumanqing</author><pubDate>Fri, 22 Dec 2006 02:24:00 GMT</pubDate><guid>http://www.cnblogs.com/liuke209/archive/2006/12/22/463023.html#600097</guid><description><![CDATA[if (e.RowIndex!=-1  &amp;&amp; dgConfirm.Rows[e.RowIndex].Cells[1].Value.ToString()==&quot; &quot;  )<br>我怎么提示这句话错误呢?缺少对象引用.<br><br>dgConfirm是一个datagridview,在VS2005下撒?怎么回事呢?<br><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/liuke209/" target="_blank">yumanqing</a> 2006-12-22 10:24 <a href="http://www.cnblogs.com/liuke209/archive/2006/12/22/463023.html#600097#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 在Winfrom下的对DataGridView单元格合并</title><link>http://www.cnblogs.com/liuke209/archive/2006/11/28/463023.html#574796</link><dc:creator>sdd</dc:creator><author>sdd</author><pubDate>Tue, 28 Nov 2006 02:07:00 GMT</pubDate><guid>http://www.cnblogs.com/liuke209/archive/2006/11/28/463023.html#574796</guid><description><![CDATA[NB<br>xue xi<br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/liuke209/" target="_blank">sdd</a> 2006-11-28 10:07 <a href="http://www.cnblogs.com/liuke209/archive/2006/11/28/463023.html#574796#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>
