<?xml version="1.0" encoding="gb2312"?>
<?xml-stylesheet href="http://blog.itpub.net//styles/rss.css" type="text/css"?>

<rdf:RDF 
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
  xmlns="http://my.netscape.com/rdf/simple/0.9/"
>
    
     <channel>
  <title>amyz的博客</title>
  <link>http://amyz.itpub.net</link>
  <description></description>
 </channel>
    <item>
<title>防止关闭windows (转)</title>
<description>防止关闭windows (转)&amp;nbsp; 有时候程序在运行当中，不允许别的程序或人为的关闭计算机，除非应用程序知道windows将要退出，其实这样很简单，我们都知道系统将要关闭时，会向每一个程序发送WM_QUERYENDSESSION这条关机消息，只要我们的程序接受到此消息后，做恰当的处理即刻完成我们所需要的。
&amp;nbsp; 处理windows消息有好几种，在这里我们利用Application的OnMessage事件，建立响应该事件的过程即可！如下面的例子：unit unit1;interfaceuses&amp;nbsp; Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,&amp;nbsp; ...</description>
<link>http://amyz.itpub.net/post/34151/457932</link>
<pubDate>Sat,22 03 2008 17:00:27</pubDate>
</item>
<item>
<title>Visual C＋＋工程中间文件清理程序 (转)</title>
<description>Visual C＋＋工程中间文件清理程序 (转)用Visual C＋＋编写程序的时候，会生成一大堆的中间文件，这些文件的体积一般都十分庞大，常常都是源代码体积的数十倍以上，如果不注意清理，机子上很快就会有一大堆的中间文件。当我们想把自己的代码做一下备份时，不得不手动清除这些中间文件，非常麻烦，我以前就经常遇到这样的窘境，我是我编写了一个VC6的中间文件的清理程序，它可以把机器上所有的中间文件都集中存放到一个指定的目录下，你所要做的只不过是指定一个路径而已。而且，如果误删了有用的文件，你还可以方便地从该你指定的中间文件...</description>
<link>http://amyz.itpub.net/post/34151/457931</link>
<pubDate>Sat,22 03 2008 17:00:13</pubDate>
</item>
<item>
<title>如何在非MFC扩展Dll中导出class说明及简单例子 (转)</title>
<description>如何在非MFC扩展Dll中导出class说明及简单例子 (转)如何在Dll中导出class说明：
新建两个工程，其中一个是dll工程（我的示例程序中这个工程名为DllClass）,另一个是测试和使用dll的工程(名字为DllClassTest)
&amp;nbsp;注意点：&amp;nbsp; 1。Dll工程编译完成后，将.lib和.dll文件拷贝到测试和使用dll的工程的适当目录下（我的程序是release目录），然后将&amp;nbsp; Dll工程中的导出类的头文件（以下简称头文件）拷贝到测试和使用dll的工程的适当目录下（在我的程序中是拷贝到此工程文件所
在目录），然后把这个拷贝过来的头文件通过下面2和3进行修...</description>
<link>http://amyz.itpub.net/post/34151/457930</link>
<pubDate>Sat,22 03 2008 16:59:55</pubDate>
</item>
<item>
<title>TList，AnsiString和DynamicArray的妙用 (转)</title>
<description>TList，AnsiString和DynamicArray的妙用 (转)&amp;nbsp; System::AnsiString LabPath=ExtractFilePath(&quot;.&quot;);&amp;nbsp; TIniFile *LabIni=new TIniFile(LabPath+&quot;LabIni.ini&quot;);
void myList::ReadList(AnsiString TS){&amp;nbsp; System::AnsiString LabPath=ExtractFilePath(&quot;.&quot;);&amp;nbsp; TIniFile *LabIni=new TIniFile(LabPath+&quot;LabIni.ini&quot;);
&amp;nbsp; Form2-&gt;AddList();&amp;nbsp; for(int i=0;i&lt;Form2-&gt;LabelList-&gt;Count;i++)&amp;nbsp; {&amp;nbsp; TLabel *Lab;&amp;nbsp; Lab=(TLabel *)Form2-&gt;LabelList-&gt;Items[i];&amp;nbsp; Lab-&gt;Left=LabIni-&gt;ReadInteger(TS,&quot;...</description>
<link>http://amyz.itpub.net/post/34151/457929</link>
<pubDate>Sat,22 03 2008 16:59:40</pubDate>
</item>
<item>
<title>如何用原始套接字进行网络通讯 (转)</title>
<description>如何用原始套接字进行网络通讯 (转)&amp;nbsp; 下面是我写的一个用原始套接字进行网络通讯的代码(只有关键的部分),原始套接字很强大,它可以自定义协议和传输机制,它的最多的用处当然是黑客了,可以进行IP攻击,但我还没学到那么深:),下面是代码了:
typedef struct ip_hdr{&amp;nbsp;unsigned char ip_verlen;&amp;nbsp;unsigned char ip_tos;&amp;nbsp;unsigned short ip_totallength;&amp;nbsp;unsigned short ip_id;&amp;nbsp;unsigned short ip_offset;&amp;nbsp;unsigned char ip_ttl;&amp;nbsp;unsigned char ip_protocol;&amp;nbsp;unsigned short ip_checksum;&amp;nbsp;unsi...</description>
<link>http://amyz.itpub.net/post/34151/457928</link>
<pubDate>Sat,22 03 2008 16:59:11</pubDate>
</item>
<item>
<title>恶魔和梦魇的私语------- 关于软件开发的务虚主义对话(4) (转)</title>
<description>恶魔和梦魇的私语------- 关于软件开发的务虚主义对话(4) (转) //恶魔吹着笛子来:&amp;nbsp; 10份我去了一次Seattle的MS HQ，和myan做了一点.NET和GJ的讨论来打发旅途上的寂寞。当然mengyan还是很“关心”我的考虑到我紧张的出差他就没有会信直到我会到上海为止。（下面有一个阶段的信都是英文的原因是我没有中文系统）梦魇: /HI myan,Are u all right? Sorry,I am at Seattle now.These weeks,I am busy working in microsoft so canot keeo contact with u.Next week I will go to Santana.Have u recived my Mail?I'd likelook foward ur g...</description>
<link>http://amyz.itpub.net/post/34151/457925</link>
<pubDate>Sat,22 03 2008 16:57:37</pubDate>
</item>
<item>
<title>2002-01-08 Borland宣布Borland Enterprise Studio for Windows ，统一软件的设计，开发和部署 (转)</title>
<description>2002-01-08 Borland宣布Borland Enterprise Studio for Windows ，统一软件的设计，开发和部署 (转)2002-01-08
Borland宣布Borland&amp;reg; Enterprise Studio for windows&amp;reg;，统一软件的设计，开发和部署XML:NAMESPACE PREFIX = O /&gt;
全部套件包括Borland&amp;reg; Delphi&amp;#8482; 6 和 Rational Rose&amp;reg;，这种整合将加快产品的上市时间，降低成本，并保持设计的完整性

SCOTTS VALLEY, Calif. –2002年1月8日-Borland软件公司（Nasdaq NM： BORL）今天宣布了Borland&amp;reg; Enterprise Studio for Windows&amp;reg;，这是一个整合了几种功能强...</description>
<link>http://amyz.itpub.net/post/34151/457924</link>
<pubDate>Sat,22 03 2008 16:56:59</pubDate>
</item>
<item>
<title>在OpenGL中使用各异向性纹理过滤 (转)</title>
<description>在OpenGL中使用各异向性纹理过滤 (转)&amp;nbsp; 
在OpenGL中使用各异向性纹理过滤
&amp;nbsp;XML:namespace prefix = o ns = &quot;urn:schemas-microsoft-com:Office:office&quot; /&gt;
1.&amp;nbsp; 基本的纹理过滤
纹理是数据的简单矩阵排列——例如，颜色数据、亮度数据或者颜色和alpha（透明度）数据。纹理数组中的每一个独立的数值通常称为一个纹理单元。纹理映射是一种将纹理图像应用于物体表面的技术（就是把图像贴到构成物体表面的多边形上去），就像该图像是一种贴画纸或玻璃纸附着于物体的表面上。
那么什么是纹理过滤呢？当三维空间里面的多边形...</description>
<link>http://amyz.itpub.net/post/34151/457923</link>
<pubDate>Sat,22 03 2008 16:56:37</pubDate>
</item>
<item>
<title>哪一种语言最流行?VB,C++,JAVA? (转)</title>
<description>哪一种语言最流行?VB,C++,JAVA? (转)Who's Number One?Java, VB, or C++? Three market research firms give widely divergent and contradictory answers.by Jim Fawcette
Posted January 9, 2002
For years, the pecking order has been clear: Visual Basic was the most widely used language, Java the fastest growing, and C/C++ the most powerful, but relegated to a shrinking niche of highly skilled programmers. 
While many people anticipated that the transition to .NET, improved Java IDEs, the move to XML web...</description>
<link>http://amyz.itpub.net/post/34151/457922</link>
<pubDate>Sat,22 03 2008 16:53:33</pubDate>
</item>
<item>
<title>基于TurboWay电话卡的语音服务系统编程 (转)</title>
<description>基于TurboWay电话卡的语音服务系统编程 (转)&amp;nbsp; 
基于TurboWay电话卡的语音服务系统编程XML:namespace prefix = o ns = &quot;urn:schemas-microsoft-com:Office:office&quot; /&gt;
作者：徐景周
&amp;nbsp;
sourcecode/system/ARdemo.zip&quot;&gt;下载实例代码(.NET/cnshare/soft/2/2185.shtm&quot;&gt;http://www.csdn.net/cnshare/soft/2/2185.shtm)
&amp;nbsp;
&amp;nbsp; 将计算机和电话有机的结合起来形成无人电话自动服务系统，在当今已经社会越来越普遍化。这边用户只需拔打电话，根据那边计算机的自动提示，按相应的操作键既可完成他所需要的目地。你也想实现这...</description>
<link>http://amyz.itpub.net/post/34151/457921</link>
<pubDate>Sat,22 03 2008 16:52:59</pubDate>
</item>
 </rdf:RDF>


