<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>开发语言</title>
<link>http://www.itxuexi.com/tech/list_34_1.html</link>
<description>技术应用 / 开发语言</description>
<language>zh-cn</language>
<generator><![CDATA[Copyright &amp;copy; 2009-2011 IT学习网 版权所有]]></generator>
<webmaster>no-reply@itxuexi.com</webmaster>
<item>
    <title><![CDATA[vc2008下载地址]]></title>
    <link>http://www.itxuexi.com/tech/90364.html</link>
    <description><![CDATA[MicrosoftVisualStudio2008简体中文专业版，可以直接到微软网站下下载，用迅雷，速度很快的：http://www.microsoft.com/downloads/details.aspx?familyid=83C3A1EC-ED72-4A79-8961-25635DB0192Bamp;amp;amp;displaylang=zh-cn这个是9]]></description>
    <pubDate>2010-04-19</pubDate>
    <category>VC++</category>
    <author>admin</author>
    <comments>|</comments>
</item>
<item>
    <title><![CDATA[VC++：CRecordset类中的修改、添加和删除记录]]></title>
    <link>http://www.itxuexi.com/tech/79423.html</link>
    <description><![CDATA[今天和大家分享的是CRecordset类中的修改、添加和删除记录，希望对大家有所帮助。要修改记录，应该按下列步骤进行：amp;amp;nbsp;调用Edit成员函数．调用该函数后就进入了编辑模式，程序可以]]></description>
    <pubDate>2009-12-26</pubDate>
    <category>VC++</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[VC++：应用程序执行机制之WinMain函数]]></title>
    <link>http://www.itxuexi.com/tech/79422.html</link>
    <description><![CDATA[下面的程序给出了WinMain函数的代码。其中，_tWinMain函数在\DevStudio\Vc\Mfc\src\AppModul.cpp中定义，它所调用的AfxWinMain函数在同一目录下的WinMain.cpp中定义。名字是_tWinMain函数而不是WinMain，是考虑到对]]></description>
    <pubDate>2009-12-26</pubDate>
    <category>VC++</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[VC++：小编浅谈静态连接库]]></title>
    <link>http://www.itxuexi.com/tech/79421.html</link>
    <description><![CDATA[今天整理了一些资料与大家一起分享，现在以一个简单的数学函数库为例介绍静态库的创建和使用。amp;amp;nbsp;要创建静态库，选择File-amp;gt;New菜单，弹出New对话框。选择Projects标签，在项目类]]></description>
    <pubDate>2009-12-26</pubDate>
    <category>VC++</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[VC++：浅谈JSF 生命周期]]></title>
    <link>http://www.itxuexi.com/tech/79420.html</link>
    <description><![CDATA[amp;amp;nbsp;JSF的每个组件基本上都是可替换的，像是转换器（Converter）、验证器（Validator）、组件（Component）、绘制器（Renderer）等等，每个组件都可以替换让JSF在使用时更有弹性，但相对的所]]></description>
    <pubDate>2009-12-26</pubDate>
    <category>VC++</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[VC++：小编浅谈DDB的创建]]></title>
    <link>http://www.itxuexi.com/tech/79419.html</link>
    <description><![CDATA[今天小编和大家分享的是DDB的创建，MFC的CBitmap类封装了DDB。该类提供了几个函数用来创建DDB：BOOLLoadBitmap(LPCTSTRlpszResourceName);BOOLLoadBitmap(UINTnIDResource);该函数从资源中载入一幅位图，若载入成功]]></description>
    <pubDate>2009-12-26</pubDate>
    <category>VC++</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[VC++：小编浅谈VC中定制串行化]]></title>
    <link>http://www.itxuexi.com/tech/79418.html</link>
    <description><![CDATA[amp;amp;nbsp;要让用户定义的类支持串行化，一般分为五步：amp;amp;nbsp;1.从CObject或其派生类派生出用户的类amp;amp;nbsp;2.重载Serialize()成员函数，加入必要的代码，用以保存对象的数据成员到CArc]]></description>
    <pubDate>2009-12-26</pubDate>
    <category>VC++</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[VC++：小编浅谈静态控件]]></title>
    <link>http://www.itxuexi.com/tech/79417.html</link>
    <description><![CDATA[按钮主要是指命令按钮、选择框和单选按钮。后二者实际上是一种特殊的按钮，它们有选择和未选择状态。当一个选择框处于选择状态时，在小方框内会出现一个amp;amp;ldquo;amp;amp;radic;amp;amp]]></description>
    <pubDate>2009-12-26</pubDate>
    <category>VC++</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[VC++：浅析VC++中传统控件的控件通知消息]]></title>
    <link>http://www.itxuexi.com/tech/79416.html</link>
    <description><![CDATA[控件通过向父窗口发送控件通知消息来表明发生了某种事件．例如，当用户在按钮上单击鼠标时，按钮控件会向父窗口发送BN_CLICKED消息．传统控件的通知消息实际上是通过WM_COMMAND消息发给父窗]]></description>
    <pubDate>2009-12-26</pubDate>
    <category>VC++</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[VC++：小编浅谈用DAO创建表]]></title>
    <link>http://www.itxuexi.com/tech/79415.html</link>
    <description><![CDATA[由于DAO类直接支持DDL，所以用DAO类创建表比ODBC容易。DAO的CDaoTableDef类提供了对表的结构的定义，该类提供了创建表的成员函数。amp;amp;nbsp;下面小编演示了一段用DAO类创建表的例子。注意，若要]]></description>
    <pubDate>2009-12-26</pubDate>
    <category>VC++</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[VC++：小编谈用ODBC创建表]]></title>
    <link>http://www.itxuexi.com/tech/79414.html</link>
    <description><![CDATA[下编要和大家分享的是用ODBC创建表，大家知道由于ODBC类不支持DDL，所以只有通过ODBCAPI来创建表。程序需要调用Cdatabase::ExecuteSQL来直接执行SQL语句。amp;amp;nbsp;下面小编给出了创建表的一个例子]]></description>
    <pubDate>2009-12-26</pubDate>
    <category>VC++</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[VC++：小编浅谈ODBC概念，了解ODBC不在是难事]]></title>
    <link>http://www.itxuexi.com/tech/79413.html</link>
    <description><![CDATA[amp;amp;nbsp;amp;amp;nbsp;今天小编要和大家分享的是对ODBC概念的一些理解，希望对大家有所帮助。相信大家对ODBC这个名词很熟悉吧，其实ODBC(OpenDatabaseConnectivity)是微软公司开放服务结构(WOSA，Win]]></description>
    <pubDate>2009-12-26</pubDate>
    <category>VC++</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[VC++：小编浅谈VC++中的CRecordset类]]></title>
    <link>http://www.itxuexi.com/tech/79412.html</link>
    <description><![CDATA[amp;amp;nbsp;今天小编和大家分享的是CRecordset类，大家知道CRecordset类代表一个记录集．它是MFC的ODBC类中最重要、功能最强大的类。希望下面小编的分享能够带给大家帮助。amp;amp;nbsp;在多任务操]]></description>
    <pubDate>2009-12-26</pubDate>
    <category>VC++</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[VC++：VC++中Windows 3.x的协同多任务]]></title>
    <link>http://www.itxuexi.com/tech/79411.html</link>
    <description><![CDATA[在16位的Windows3.x中，应用程序具有对CPU的控制权。只有在调用了GetMessage、PeekMessage、WaitMessage或Yield后，程序才有可能把CPU控制权交给系统，系统再把控制权转交给别的应用程序。如果应用程序]]></description>
    <pubDate>2009-12-26</pubDate>
    <category>VC++</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[VC++：小编分享面向对象特征及其优点]]></title>
    <link>http://www.itxuexi.com/tech/79410.html</link>
    <description><![CDATA[昨天看到IT学习网论坛里有位网友提问，问题大概是不理解程序的面向对象思想，所以今天小编说下面向对象编程的四个基本特征以及面向对象编程的优点。好了言归正传。面向对象技术是目前]]></description>
    <pubDate>2009-12-26</pubDate>
    <category>VC++</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[VC++：小编谈自动注册数据源(DSN)]]></title>
    <link>http://www.itxuexi.com/tech/79409.html</link>
    <description><![CDATA[这篇文章小编主要和大家分享的就是自动注册数据源的方法事例，在开始编写自己的数据库应用程序时，大家很快会遇到两个令人头痛的问题。一是在访问ODBC数据源前，必须在ODBC管理器中手工]]></description>
    <pubDate>2009-12-26</pubDate>
    <category>VC++</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[用Delphi4实现风Word97格的工具栏]]></title>
    <link>http://www.itxuexi.com/tech/56755.html</link>
    <description><![CDATA[amp;amp;nbsp;用过Word97的人对它的工具栏印象很深刻，因为它的风格很“酷”，同样IE4.0的工具栏也有类似的风格，Win98的出现，使这种风格的工具栏得到了推广。其实，用Delphi4很容易实现具有W]]></description>
    <pubDate>2009-10-30</pubDate>
    <category>Delphi</category>
    <author>admin</author>
    <comments>中国教程网|www.jcwcn.com</comments>
</item>
<item>
    <title><![CDATA[用Delphi制作动态有声标签]]></title>
    <link>http://www.itxuexi.com/tech/56754.html</link>
    <description><![CDATA[amp;amp;nbsp;电脑报社出品的《硬件大师》的安装界面见过吧，当你把鼠标移到安装提示上时会发出声音，在上面按下鼠标左键也会发出声音，而Delphi3]]></description>
    <pubDate>2009-10-30</pubDate>
    <category>Delphi</category>
    <author>admin</author>
    <comments>中国教程网|www.jcwcn.com</comments>
</item>
<item>
    <title><![CDATA[用Delphi 3.0编制MP3音乐点歌台]]></title>
    <link>http://www.itxuexi.com/tech/56753.html</link>
    <description><![CDATA[amp;amp;nbsp;Delphi3.0是一个非常优秀的软件，利用它可很快地制作出一个简单的MP3音乐点歌台。原理：制作一个MP3播放程序(本文以Winplay3为例)的外壳，建立中文歌曲名与MP3文件的关联，从而实现中]]></description>
    <pubDate>2009-10-30</pubDate>
    <category>Delphi</category>
    <author>admin</author>
    <comments>中国教程网|www.jcwcn.com</comments>
</item>
<item>
    <title><![CDATA[Delphi参考手册]]></title>
    <link>http://www.itxuexi.com/tech/56752.html</link>
    <description><![CDATA[amp;amp;nbsp;名称类型说明---------------------------------------------------------------------------Abort函数引起放弃的意外处理amp;amp;nbsp;Abs函数绝对值函数amp;amp;nbsp;AddExitProc函数将一过程添加到运行时库的结]]></description>
    <pubDate>2009-10-30</pubDate>
    <category>Delphi</category>
    <author>admin</author>
    <comments>中国教程网|www.jcwcn.com</comments>
</item>
<item>
    <title><![CDATA[DELPHI和注册表]]></title>
    <link>http://www.itxuexi.com/tech/56751.html</link>
    <description><![CDATA[amp;amp;nbsp;0.DISCLAIMER:1.Whatistheregistry?2.Whatdoestheregistrylooklike?3.Howtoreadandwritedatatotheregistryamp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;3.1RegCreateKey()amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;3.2RegOpenKey()amp;amp;nbsp;amp;amp]]></description>
    <pubDate>2009-10-30</pubDate>
    <category>Delphi</category>
    <author>admin</author>
    <comments>中国教程网|www.jcwcn.com</comments>
</item>
<item>
    <title><![CDATA[Delphi中怎样监视POP3信箱]]></title>
    <link>http://www.itxuexi.com/tech/56750.html</link>
    <description><![CDATA[amp;amp;nbsp;----本文将向大家介绍怎样编写自己的信箱监视程序，程序将直接调用WinSock函数来进行网络通信。除了具备WinSock编程知识之外，还必须了解POP3协议。下面是对POP3的一个粗略的介绍，]]></description>
    <pubDate>2009-10-30</pubDate>
    <category>Delphi</category>
    <author>admin</author>
    <comments>中国教程网|www.jcwcn.com</comments>
</item>
<item>
    <title><![CDATA[利用Delphi编程发送E－mail]]></title>
    <link>http://www.itxuexi.com/tech/56749.html</link>
    <description><![CDATA[amp;amp;nbsp;接发E－mail是许多“网虫”必修的功课，E－mail工具软件也很多，国外的有Microsoft的OutlookExpress、TheBat等，国内则有FoxMail这样的精品。其实，利用可视化编程工具Delphi4.0也能够制作出自]]></description>
    <pubDate>2009-10-30</pubDate>
    <category>Delphi</category>
    <author>admin</author>
    <comments>中国教程网|www.jcwcn.com</comments>
</item>
<item>
    <title><![CDATA[Delphi 中自做动态显示的控件]]></title>
    <link>http://www.itxuexi.com/tech/56748.html</link>
    <description><![CDATA[amp;amp;nbsp;Delphi以其优秀的界面和简单的用法深受广大程序员的喜爱.笔者经过摸索,自做了一个具有动态显示特性的控件。只柙谥鞒绦蛑械饔酶每丶]]></description>
    <pubDate>2009-10-30</pubDate>
    <category>Delphi</category>
    <author>admin</author>
    <comments>中国教程网|www.jcwcn.com</comments>
</item>
<item>
    <title><![CDATA[在Delphi中巧改窗体文件实现控件数组化]]></title>
    <link>http://www.itxuexi.com/tech/56747.html</link>
    <description><![CDATA[amp;amp;nbsp;delphi开发的应用中，每一个窗体都有一个对应的窗体文件（.dfm），用来记录该窗体的属性以及窗体上所有控件的属性，以便在窗体关闭后能准确地重新生成窗体。几乎所有的DELPHI参考]]></description>
    <pubDate>2009-10-30</pubDate>
    <category>Delphi</category>
    <author>admin</author>
    <comments>中国教程网|www.jcwcn.com</comments>
</item>
<item>
    <title><![CDATA[Delphi中易混淆的概念]]></title>
    <link>http://www.itxuexi.com/tech/56746.html</link>
    <description><![CDATA[amp;amp;nbsp;一、Owner和Parent的区别：Parent属性是指构件的包容器，构件只能在此范围内显示和移动。举例子如下：(1)在Form1的窗体上，放一个Panel1,并将Panel1拉大，(2)在Panel1上放一Button1；(3)在For]]></description>
    <pubDate>2009-10-30</pubDate>
    <category>Delphi</category>
    <author>admin</author>
    <comments>中国教程网|www.jcwcn.com</comments>
</item>
<item>
    <title><![CDATA[具有不同字体的列表框]]></title>
    <link>http://www.itxuexi.com/tech/56745.html</link>
    <description><![CDATA[amp;amp;nbsp;一般情况下，列表框内所有项的字体、大小、颜色等属性都是一样的。但是我们可以通过编写简单的程序使得每一项都能有自己的字体、大小和颜色。为了对比，我们用了两个Listbo]]></description>
    <pubDate>2009-10-30</pubDate>
    <category>Delphi</category>
    <author>admin</author>
    <comments>中国教程网|www.jcwcn.com</comments>
</item>
<item>
    <title><![CDATA[Delphi中TApplication类的巧用]]></title>
    <link>http://www.itxuexi.com/tech/56744.html</link>
    <description><![CDATA[amp;amp;nbsp;----amp;amp;nbsp;Delphi是一种面向对象的编程语言，由于它采用完全集成OOP的优点，因此使它成为目前十分流行的Windows开发工具。在Delphi包含的众多类中，TApplication是一个有着十分重要作]]></description>
    <pubDate>2009-10-30</pubDate>
    <category>Delphi</category>
    <author>admin</author>
    <comments>中国教程网|www.jcwcn.com</comments>
</item>
<item>
    <title><![CDATA[属性和控件编辑器]]></title>
    <link>http://www.itxuexi.com/tech/56743.html</link>
    <description><![CDATA[amp;amp;nbsp;Delphi提供了开放的API,是程序员可以增强DelphiIDE的功能。共有4种开放工具的APIs:属性编辑器、控件编辑器、专家/导航和版本控制系统。本文讨论属性编辑器和控件编辑器，给出的例子]]></description>
    <pubDate>2009-10-30</pubDate>
    <category>Delphi</category>
    <author>admin</author>
    <comments>中国教程网|www.jcwcn.com</comments>
</item>
<item>
    <title><![CDATA[资源文件在DELPHI中的使用]]></title>
    <link>http://www.itxuexi.com/tech/56742.html</link>
    <description><![CDATA[amp;amp;nbsp;资源是存放在扩展名.RES的文件里的二进制数据结构，在DELPHI中资源文件可以使用图象编辑器来制作（IMAGEEDITOR），或者使用其他的工具。如：BORLAND公司提供的RADPACKFORDELPHI中的RESOURC]]></description>
    <pubDate>2009-10-30</pubDate>
    <category>Delphi</category>
    <author>admin</author>
    <comments>中国教程网|www.jcwcn.com</comments>
</item>
<item>
    <title><![CDATA[用Delphi编程时如何利用线程]]></title>
    <link>http://www.itxuexi.com/tech/56741.html</link>
    <description><![CDATA[amp;amp;nbsp;----Windows95是Microsoft公司的第一个真正的多任务操作系统。在每一时刻可以有多个进程同时工作，而每一个进程又包含有多个线程。但只有一个处理器的计算机不可能真正地“同时”执]]></description>
    <pubDate>2009-10-30</pubDate>
    <category>Delphi</category>
    <author>admin</author>
    <comments>中国教程网|www.jcwcn.com</comments>
</item>
<item>
    <title><![CDATA[将12345678.99转换成12,345,678.99]]></title>
    <link>http://www.itxuexi.com/tech/56740.html</link>
    <description><![CDATA[amp;amp;nbsp;方法:amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;varamp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;am]]></description>
    <pubDate>2009-10-30</pubDate>
    <category>Delphi</category>
    <author>admin</author>
    <comments>中国教程网|www.jcwcn.com</comments>
</item>
<item>
    <title><![CDATA[用Delphi制作中国式报表]]></title>
    <link>http://www.itxuexi.com/tech/56739.html</link>
    <description><![CDATA[procedureTMyQRShape.SetFLineType(value:TLines);beginifvalueamp;lt;amp;gt;FLineTypethenbeginFLineType:=valueInvalidateendendamp;amp;nbsp;步骤5.重载Paint方法。procedureTMyQRShape.PaintbegincaseLineTypeofBottomTop:beginCanvas.MoveTo(0,Height)Ca]]></description>
    <pubDate>2009-10-30</pubDate>
    <category>Delphi</category>
    <author>admin</author>
    <comments>中国教程网|www.jcwcn.com</comments>
</item>
<item>
    <title><![CDATA[和md5.asp结果一样的Delphi加密代码]]></title>
    <link>http://www.itxuexi.com/tech/56738.html</link>
    <description><![CDATA[unitAMD5;interfaceamp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;////////////////////////////////////////////amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;am]]></description>
    <pubDate>2009-10-30</pubDate>
    <category>Delphi</category>
    <author>admin</author>
    <comments>中国教程网|www.jcwcn.com</comments>
</item>
<item>
    <title><![CDATA[用AdoDataSet实现数据表的导入导出]]></title>
    <link>http://www.itxuexi.com/tech/56737.html</link>
    <description><![CDATA[procedureLoadFromFile(constFileName:WideString);它从文件中加载数据集。procedureSaveToFile(constFileName:String='';Format:TPersistFormat=pfADTG);它将数据集保存到文件中。Format确定文件中数据集的保存格式，可以使用的]]></description>
    <pubDate>2009-10-30</pubDate>
    <category>Delphi</category>
    <author>admin</author>
    <comments>中国教程网|www.jcwcn.com</comments>
</item>
<item>
    <title><![CDATA[Delphi实用代码:自绘XP风格菜单]]></title>
    <link>http://www.itxuexi.com/tech/56736.html</link>
    <description><![CDATA[//调整主菜单项尺寸procedureMeasureMainItem(Sender:TObject;ACanvas:TCanvas;varWidth,Height:Integer);beginWidth:=Width+6;Height:=Height+2;end;//调整子菜单项尺寸procedureMeasureSubItem(Sender:TObject;ACanvas:TCanvas;varWidth,Height:Intege]]></description>
    <pubDate>2009-10-30</pubDate>
    <category>Delphi</category>
    <author>admin</author>
    <comments>中国教程网|www.jcwcn.com</comments>
</item>
<item>
    <title><![CDATA[Delphi7的WebService与数据库]]></title>
    <link>http://www.itxuexi.com/tech/56735.html</link>
    <description><![CDATA[SoapConnection1、ClientDataSet1；ClientDataSet1的ConnectionBroker属性为SoapConnection1，ProviderName属性为DataSetProvider1查询记录集：procedureTClientForm.Button1Click(Sender:TObject);varSQL:string;beginifnotSoapConnection1.Connectedth]]></description>
    <pubDate>2009-10-30</pubDate>
    <category>Delphi</category>
    <author>admin</author>
    <comments>中国教程网|www.jcwcn.com</comments>
</item>
<item>
    <title><![CDATA[教你如何用Delphi生成GBK码表]]></title>
    <link>http://www.itxuexi.com/tech/56734.html</link>
    <description><![CDATA[programGenGBKCode;{$APPTYPECONSOLE}usesSysUtils;Vari,j:byte;mFile:textfile;beginAssignFile(mFile,'GBKCode.txt');Rewrite(mFile);{GBK字符集范围分区amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;]]></description>
    <pubDate>2009-10-30</pubDate>
    <category>Delphi</category>
    <author>admin</author>
    <comments>中国教程网|www.jcwcn.com</comments>
</item>
<item>
    <title><![CDATA[Action 造成cpu占用过多的奇怪问题]]></title>
    <link>http://www.itxuexi.com/tech/56733.html</link>
    <description><![CDATA[functionTContainedAction.Update:Boolean;begin{Result:=(ActionListamp;lt;amp;gt;nil)andActionList.UpdateAction(Self)orApplication.UpdateAction(Self)orinheritedUpdateor(SendAppMessage(CM_ACTIONUPDATE,0,Longint(Self))=1);}//----------------------------]]></description>
    <pubDate>2009-10-30</pubDate>
    <category>Delphi</category>
    <author>admin</author>
    <comments>中国教程网|www.jcwcn.com</comments>
</item>
<item>
    <title><![CDATA[字符串分割扩展 SplitEx]]></title>
    <link>http://www.itxuexi.com/tech/56732.html</link>
    <description><![CDATA[functionSplitEx(constStr{需要拆分的文章},Delimiters{拆分关键字,回车.?!等}:string):TStringList;varss:WideString;i,St:integer;functionIsDelimiter(constDelimiters,c:string):Boolean;begin//判断是否为拆分关键字result:=StrScan(PChar]]></description>
    <pubDate>2009-10-30</pubDate>
    <category>Delphi</category>
    <author>admin</author>
    <comments>中国教程网|www.jcwcn.com</comments>
</item>
<item>
    <title><![CDATA[Delphi学习:2个不错的通配符比较函数]]></title>
    <link>http://www.itxuexi.com/tech/56731.html</link>
    <description><![CDATA[//===========================//Function1//===========================//Checkifthestringcanmatchthewildcard.Itcanbeusedforunicodestringsaswell!//C:2004-07-24|M:2004-07-24functionMaskMatch(constaPattern,aSource:string):Boolean;varStringPtr,PatternPtr:PC]]></description>
    <pubDate>2009-10-30</pubDate>
    <category>Delphi</category>
    <author>admin</author>
    <comments>中国教程网|www.jcwcn.com</comments>
</item>
<item>
    <title><![CDATA[Delphi控制Excel的重要属性和方法]]></title>
    <link>http://www.itxuexi.com/tech/56730.html</link>
    <description><![CDATA[Varolecon:TOleContainer;Olecon:=TOleContainer.Create(self);Olecon.oleobject:=Olecon.CreateObject('excel.sheet',false)；或选择导入一个excel文件来创建OLE对象：Olecon.oleobject:=Olecon.CreateObjectFromFile(xlsname,false)；最好隐藏exc]]></description>
    <pubDate>2009-10-30</pubDate>
    <category>Delphi</category>
    <author>admin</author>
    <comments>中国教程网|www.jcwcn.com</comments>
</item>
<item>
    <title><![CDATA[Delphi:Daily build实践]]></title>
    <link>http://www.itxuexi.com/tech/56729.html</link>
    <description><![CDATA[::DailyBuildScript::viery2004/07/20::Yourproject'spathinVSSsetSSProject=amp;quot;$/Project1/Sourceamp;quot;::YourVSSusernameandpasswordsetUsername=VierysetPassword=password::PathtoVSScommandlinetoolandtheVSSDByouwanttouse.setVSSPath=amp;quot;C:\Dev]]></description>
    <pubDate>2009-10-30</pubDate>
    <category>Delphi</category>
    <author>admin</author>
    <comments>中国教程网|www.jcwcn.com</comments>
</item>
<item>
    <title><![CDATA[用Delphi制作DLL的方法]]></title>
    <link>http://www.itxuexi.com/tech/56728.html</link>
    <description><![CDATA[procedureDllEnterPoint(dwReason:DWORD);far;stdcall;dwReason参数有四种类型：DLL_PROCESS_ATTACH:进程进入时DLL_PROCESS_DETACH进程退出时DLL_THREAD_ATTACH线程进入时DLL_THREAD_DETACH线程退出时在初始化部分写:DLLProc:=@DLLEn]]></description>
    <pubDate>2009-10-30</pubDate>
    <category>Delphi</category>
    <author>admin</author>
    <comments>中国教程网|www.jcwcn.com</comments>
</item>
<item>
    <title><![CDATA[在 NT内核的操作系统上实现系统关闭]]></title>
    <link>http://www.itxuexi.com/tech/56727.html</link>
    <description><![CDATA[usesWindows;functionGetSysTypes:Boolean;//amp;amp;amp;获取操作系统类型amp;amp;amp;functionSetPrivilege(sPrivilegeName:AnsiString;bEnable:Boolean):Boolean;//amp;amp;amp;设置权限amp;amp;amp;procedureExitWin32Sys(iFlags:Integer);//amp;am]]></description>
    <pubDate>2009-10-30</pubDate>
    <category>Delphi</category>
    <author>admin</author>
    <comments>中国教程网|www.jcwcn.com</comments>
</item>
<item>
    <title><![CDATA[Delphi学习:OOP 中的双刃剑]]></title>
    <link>http://www.itxuexi.com/tech/56726.html</link>
    <description><![CDATA[amp;amp;nbsp;TTestRec=recordamp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;A,B,C:Integer;amp;amp;nbsp;end;amp;amp;nbsp;TTestCls=classamp;amp;nbsp;privateamp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;FInner:TTestRec;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp]]></description>
    <pubDate>2009-10-30</pubDate>
    <category>Delphi</category>
    <author>admin</author>
    <comments>中国教程网|www.jcwcn.com</comments>
</item>
<item>
    <title><![CDATA[Delphi学习:查句柄知多少]]></title>
    <link>http://www.itxuexi.com/tech/56725.html</link>
    <description><![CDATA[procedureTform1.TimerTimer(Sender:TObject);varPos:TPoint;Handle:HWND;ScreenDC:HDC;Buf:array[0..1024]ofChar;ScreenColor:COLORREF;beginGetCursorPos(Pos);//得到当前光标位置Handle:=WindowFromPoint(Pos);//返回当前位置的句柄HandleText.Capti]]></description>
    <pubDate>2009-10-30</pubDate>
    <category>Delphi</category>
    <author>admin</author>
    <comments>中国教程网|www.jcwcn.com</comments>
</item>
<item>
    <title><![CDATA[用Delphi检测IE使用的代理服务器]]></title>
    <link>http://www.itxuexi.com/tech/56724.html</link>
    <description><![CDATA[//-----------------------------------------------//记得引用WinInet单元//-----------------------------------------------usesWinInet//----------------------------------------------//定义要使用的函数//---------------------------------------]]></description>
    <pubDate>2009-10-30</pubDate>
    <category>Delphi</category>
    <author>admin</author>
    <comments>中国教程网|www.jcwcn.com</comments>
</item>
<item>
    <title><![CDATA[浅谈Delphi如何控制Excel操作]]></title>
    <link>http://www.itxuexi.com/tech/56723.html</link>
    <description><![CDATA[要在Delphi中控制Excel，就必须用到OLE自动化。现在一般采用OLE2来创建OLE对象，当激活一个OLE对象时，服务器程序仅在容器程序内部激活，这就是所谓的“就地激活”(in-placeactivation)。创建Excel文]]></description>
    <pubDate>2009-10-30</pubDate>
    <category>Delphi</category>
    <author>admin</author>
    <comments>中国教程网|www.jcwcn.com</comments>
</item>
<item>
    <title><![CDATA[想成高手吗?快来学Delphi快捷键]]></title>
    <link>http://www.itxuexi.com/tech/56722.html</link>
    <description><![CDATA[amp;amp;nbsp;下面的快捷键大部分在Delphi的菜单中找不到，其中有一些还是非常有用的。Ctrl+PageUp将光标移至本屏的第一行，屏幕不滚动。Ctrl+PageDown将光标移至本屏的最后一行，屏幕不滚动。Ctr]]></description>
    <pubDate>2009-10-30</pubDate>
    <category>Delphi</category>
    <author>admin</author>
    <comments>中国教程网|www.jcwcn.com</comments>
</item>

</channel>
</rss>

