<?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/happyggy" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/happyggy" type="application/rss+xml"></fs:self_link><lastBuildDate>Sun, 31 Aug 2008 14:19:00 GMT</lastBuildDate><title>学然后知不足。</title><description>天上乌飞兔走，人间古往今来。万般回首化尘埃，唯有青山不改。</description><link>http://blog.csdn.net/happyggy/</link><item><title>记录日志的存储过程！</title><link>http://blog.csdn.net/happyggy/archive/2008/08/31/2855555.aspx</link><wfw:comment>http://blog.csdn.net/happyggy/comments/2855555.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/happyggy/comments/commentRss/2855555.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2855555</trackback:ping><description>一个存储过程，可以记录对数据表操作更新前的记录数据。&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;create procedure [dbo].[sp_ccif_d_tableupdate_log_t] &lt;br /&gt;    @tablename nvarchar(50),--表名&lt;br /&gt;    @tableid nvarchar(50),--表主键&lt;br /&gt;    @condition varchar(500),--条件&lt;br /&gt;    @operatype nvarchar(10),--操作类型&lt;br /&gt;    @addoperaname nvarchar(20),--操作人&lt;br /&gt;    @addoperacode nvarchar(10),--操作人编码&lt;br /&gt;    @ip nvarchar(10),--操作电脑ip&lt;br /&gt;    @computer nvarchar(40&lt;img src =&quot;http://blog.csdn.net/happyggy/aggbug/2855555.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 31 Aug 2008 22:19:00 +0800</pubDate><author>大耿</author><comments>http://blog.csdn.net/happyggy/archive/2008/08/31/2855555.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/happyggy/archive/2008/08/31/2855555.aspx</guid><dc:creator>大耿</dc:creator></item><item><title>c# 票据打印示例代码</title><link>http://blog.csdn.net/happyggy/archive/2008/08/31/2855444.aspx</link><wfw:comment>http://blog.csdn.net/happyggy/comments/2855444.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/happyggy/comments/commentRss/2855444.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2855444</trackback:ping><description>项目中用到的票据打印代码&lt;br /&gt;&lt;br /&gt;using System;&lt;br /&gt;using System.Collections.Generic;&lt;br /&gt;using System.Text;&lt;br /&gt;using System.Drawing;&lt;br /&gt;using System.Drawing.Printing;&lt;br /&gt;using System.Windows.Forms;&lt;br /&gt;&lt;br /&gt;namespace TGPrint&lt;br /&gt;{&lt;br /&gt;    public class PrintClass&lt;br /&gt;    {&lt;br /&gt;&lt;br /&gt;        public PrintClass()&lt;br /&gt;        { }&lt;br /&gt;&lt;br /&gt;        public PrintClass(int pWidth,int pHeight,PrintT&lt;img src =&quot;http://blog.csdn.net/happyggy/aggbug/2855444.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 31 Aug 2008 21:59:00 +0800</pubDate><author>大耿</author><comments>http://blog.csdn.net/happyggy/archive/2008/08/31/2855444.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/happyggy/archive/2008/08/31/2855444.aspx</guid><dc:creator>大耿</dc:creator></item><item><title>Delphi COM 编程 3</title><link>http://blog.csdn.net/happyggy/archive/2008/01/30/2073306.aspx</link><wfw:comment>http://blog.csdn.net/happyggy/comments/2073306.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/happyggy/comments/commentRss/2073306.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2073306</trackback:ping><description>接口是不变的定义并公布接口后，就固定成型，不能修改接口了。如果要增强一个接口，可以发布这个接口的升级版（新版本）。如下面IFormattedNumber2接口，多了一个SetCaption()方法，原先IFormattedNumber接口的现有代码不用改动，继续不变的保持工作。&lt;img src =&quot;http://blog.csdn.net/happyggy/aggbug/2073306.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 30 Jan 2008 23:31:00 +0800</pubDate><author>大耿</author><comments>http://blog.csdn.net/happyggy/archive/2008/01/30/2073306.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/happyggy/archive/2008/01/30/2073306.aspx</guid><dc:creator>大耿</dc:creator></item><item><title>Delphi Com编程 2</title><link>http://blog.csdn.net/happyggy/archive/2008/01/29/2071680.aspx</link><wfw:comment>http://blog.csdn.net/happyggy/comments/2071680.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/happyggy/comments/commentRss/2071680.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2071680</trackback:ping><description>资料一共九章。
第1章到第5章详细讨论了COM的基础知识以及如何在Delphi中实现COM。
第6章到第9章使用前五章介绍的概念，深入到COM编程的具体领域。&lt;img src =&quot;http://blog.csdn.net/happyggy/aggbug/2071680.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 29 Jan 2008 23:48:00 +0800</pubDate><author>大耿</author><comments>http://blog.csdn.net/happyggy/archive/2008/01/29/2071680.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/happyggy/archive/2008/01/29/2071680.aspx</guid><dc:creator>大耿</dc:creator></item><item><title>Delphi COM深入编程 1</title><link>http://blog.csdn.net/happyggy/archive/2008/01/28/2070659.aspx</link><wfw:comment>http://blog.csdn.net/happyggy/comments/2070659.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/happyggy/comments/commentRss/2070659.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2070659</trackback:ping><description>搞了很很多年还是雾里看花，没看资料之前，我认为的接口就是：给你一个形状，有一个画画的动作（里面没有定义画什么怎么画），你可以以这个形状做模板， 然后在画画的动作里画圆、画方、画角等等。这个画画的动作就应该算接口吧？&lt;img src =&quot;http://blog.csdn.net/happyggy/aggbug/2070659.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 29 Jan 2008 06:27:00 +0800</pubDate><author>大耿</author><comments>http://blog.csdn.net/happyggy/archive/2008/01/28/2070659.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/happyggy/archive/2008/01/28/2070659.aspx</guid><dc:creator>大耿</dc:creator></item><item><title>substr小用</title><link>http://blog.csdn.net/happyggy/archive/2007/06/26/1667696.aspx</link><wfw:comment>http://blog.csdn.net/happyggy/comments/1667696.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/happyggy/comments/commentRss/1667696.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1667696</trackback:ping><description>pl/sql里substr用法
原型:substr(str,pos,len) return varchar(2)&lt;img src =&quot;http://blog.csdn.net/happyggy/aggbug/1667696.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 27 Jun 2007 05:05:00 +0800</pubDate><author>大耿</author><comments>http://blog.csdn.net/happyggy/archive/2007/06/26/1667696.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/happyggy/archive/2007/06/26/1667696.aspx</guid><dc:creator>大耿</dc:creator></item><item><title>delphi客户端调用java写的webservice</title><link>http://blog.csdn.net/happyggy/archive/2007/06/26/1667681.aspx</link><wfw:comment>http://blog.csdn.net/happyggy/comments/1667681.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/happyggy/comments/commentRss/1667681.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1667681</trackback:ping><description>delphi客户端调用java写的webservice&lt;img src =&quot;http://blog.csdn.net/happyggy/aggbug/1667681.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 27 Jun 2007 04:41:00 +0800</pubDate><author>大耿</author><comments>http://blog.csdn.net/happyggy/archive/2007/06/26/1667681.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/happyggy/archive/2007/06/26/1667681.aspx</guid><dc:creator>大耿</dc:creator></item><item><title>设计模式学习笔记（一）</title><link>http://blog.csdn.net/happyggy/archive/2007/05/19/1616876.aspx</link><wfw:comment>http://blog.csdn.net/happyggy/comments/1616876.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/happyggy/comments/commentRss/1616876.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1616876</trackback:ping><description>什么是设计模式？
对被用来在特定场景下解决一般设计问题的类和相互通信的对象的描述。&lt;img src =&quot;http://blog.csdn.net/happyggy/aggbug/1616876.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 20 May 2007 05:40:00 +0800</pubDate><author>大耿</author><comments>http://blog.csdn.net/happyggy/archive/2007/05/19/1616876.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/happyggy/archive/2007/05/19/1616876.aspx</guid><dc:creator>大耿</dc:creator></item><item><title>Ajax</title><link>http://blog.csdn.net/happyggy/archive/2007/03/06/1522475.aspx</link><wfw:comment>http://blog.csdn.net/happyggy/comments/1522475.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/happyggy/comments/commentRss/1522475.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1522475</trackback:ping><description>ajax技术最近很流行，AJAX全称为“Asynchronous JavaScript and XML”（异步JavaScript和XML），是指一种创建交互式网页应用的网页开发技术。AJAX的应用使用支持以上技术的web浏览器作为运行平台。由于每次应用的交互都需要向服务器发送请求，应用的响应时间就依赖于服务器的响应时间。与此不同，AJAX应用可以仅向服务器发送并取回必需的数据，它使用SOAP或其它一些基于XML的webservice接口，并在客户端采用JavaScript处理来自服务器的响应。因为在服务器和浏览器之间交换的数据大量减少，结果我们就能看到响应更快的应用。&lt;img src =&quot;http://blog.csdn.net/happyggy/aggbug/1522475.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 07 Mar 2007 01:47:00 +0800</pubDate><author>大耿</author><comments>http://blog.csdn.net/happyggy/archive/2007/03/06/1522475.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/happyggy/archive/2007/03/06/1522475.aspx</guid><dc:creator>大耿</dc:creator></item><item><title>一直在倒霉</title><link>http://blog.csdn.net/happyggy/archive/2007/03/05/1520837.aspx</link><wfw:comment>http://blog.csdn.net/happyggy/comments/1520837.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/happyggy/comments/commentRss/1520837.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1520837</trackback:ping><description>07年我很倒霉！&lt;img src =&quot;http://blog.csdn.net/happyggy/aggbug/1520837.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 05 Mar 2007 19:16:00 +0800</pubDate><author>大耿</author><comments>http://blog.csdn.net/happyggy/archive/2007/03/05/1520837.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/happyggy/archive/2007/03/05/1520837.aspx</guid><dc:creator>大耿</dc:creator></item></channel></rss>