<?xml version="1.0" encoding="gb2312"?>
<?xml-stylesheet type="text/xsl" href="inc/rss.xsl" version="1.0"?><rss version="2.0">
<channel>
<title>程序开发 - 计算机频道--中维网站群</title>
<link><![CDATA[http://www.zwcoom.com]]></link>
<description><![CDATA[]]></description>
<language>zh-CN</language><generator>iwms.net</generator>
<image>
<title><![CDATA[计算机频道--中维网站群]]></title>
<url>pic/logo.gif</url>
<link>http://www.zwcoom.com</link>
</image>
<item>
	<title><![CDATA[不要忘记关闭HTML标记]]></title>
	<link><![CDATA[http://www.zwcoom.com/n286376c368.aspx]]></link>
	<author><![CDATA[]]></author>	<pubDate>Sat, 30 Jan 2010 15:14:36 GMT</pubDate>
	<category><![CDATA[网页设计]]></category>	<description><![CDATA[您是否记得关闭所有的XHTML元素，在HTML中一些元素没有必要被关闭。  <br/>您是否记得关闭所有的XHTML元素，在HTML中一些元素没有必要被关闭。当下一个元素开始的时候，上一个元素就自动被关闭。XHTML中是不允许这样的。所有元素都必须被关闭，即使其中没有内容（如&lt;img...]]></description>
</item>
<item>
	<title><![CDATA[几个网页设计技巧]]></title>
	<link><![CDATA[http://www.zwcoom.com/n286375c368.aspx]]></link>
	<author><![CDATA[]]></author>	<pubDate>Sat, 30 Jan 2010 15:13:08 GMT</pubDate>
	<category><![CDATA[网页设计]]></category>	<description><![CDATA[合理的设计好一个网页，可以使读者快速阅读网站的文章，并且会饶有兴趣的阅读其他的内容。    <br/>合理的设计好一个网页，可以使读者快速阅读网站的文章，并且会饶有兴趣的...]]></description>
</item>
<item>
	<title><![CDATA[html5标签]]></title>
	<link><![CDATA[http://www.zwcoom.com/n286374c368.aspx]]></link>
	<author><![CDATA[]]></author>	<pubDate>Sat, 30 Jan 2010 15:11:09 GMT</pubDate>
	<category><![CDATA[网页设计]]></category>	<description><![CDATA[HTML 5 中的一些新特性：嵌入音频、视频、图片的函数、客户端数据存储，以及交互式文档。    <br/>W3C 在 2008年 1 月 22 日发布了最新的...]]></description>
</item>
<item>
	<title><![CDATA[网页设计遵循三原则]]></title>
	<link><![CDATA[http://www.zwcoom.com/n286373c368.aspx]]></link>
	<author><![CDATA[]]></author>	<pubDate>Sat, 30 Jan 2010 15:09:56 GMT</pubDate>
	<category><![CDATA[网页设计]]></category>	<description><![CDATA[遵循标准，采用DIV设计网页。  <br/>&nbsp; &nbsp; &nbsp; 在XHTML网...]]></description>
</item>
<item>
	<title><![CDATA[教你7招提升网页设计品质]]></title>
	<link><![CDATA[http://www.zwcoom.com/n286372c368.aspx]]></link>
	<author><![CDATA[]]></author>	<pubDate>Sat, 30 Jan 2010 14:59:07 GMT</pubDate>
	<category><![CDATA[网页设计]]></category>	<description><![CDATA[在好的网页设计中我最留意的是那些对设计元素之间留白的聪明运用。留心不同内容区块之间的间距和排列方式，能让你的设计的整体感官大不一样，从而提升设计的品质。    <br/>“高品质”是所有人追求的目标，在网页设计的世界中也不例外。不过何为“品质”，如何判断一项设计的品质是好还是坏？笔者恰好有一套找出网页设...]]></description>
</item>
<item>
	<title><![CDATA[VB无所不能之指针介绍]]></title>
	<link><![CDATA[http://www.zwcoom.com/n278408c78.aspx]]></link>
	<author><![CDATA[]]></author>	<pubDate>Tue, 28 Jul 2009 15:50:55 GMT</pubDate>
	<category><![CDATA[VB]]></category>	<description><![CDATA[一、为什么VB要用指针：  <br/>C/C++中都可以操作指针，用指针可以很方便的访问到内存区域，C++中的指针其实就是数组的一个访问方式而已，由于其使用比较方便，可以非常方便的进行对内存区域的赋值与读取操作，因此，用惯了C++的程序员乐此不疲。  <br/>其实，我们在用VB开...]]></description>
</item>
<item>
	<title><![CDATA[让VB程序轻松支持换肤功能]]></title>
	<link><![CDATA[http://www.zwcoom.com/n278407c78.aspx]]></link>
	<author><![CDATA[]]></author>	<pubDate>Tue, 28 Jul 2009 15:50:55 GMT</pubDate>
	<category><![CDATA[VB]]></category>	<description><![CDATA[说到换肤，我们脑子当中可能就会浮现很多商业软件那些漂亮的皮肤，自从XP流行以来，程序的外观变得比以往更加引人注意，像 Office 系列的界面，一直是很多程序员模仿的范例，今天我就利用Xtreme Suite Pro ActiveX 轻松的给自...]]></description>
</item>
<item>
	<title><![CDATA[用VB实现将脚本的输出复制到剪贴板]]></title>
	<link><![CDATA[http://www.zwcoom.com/n278406c78.aspx]]></link>
	<author><![CDATA[]]></author>	<pubDate>Tue, 28 Jul 2009 15:50:54 GMT</pubDate>
	<category><![CDATA[VB]]></category>	<description><![CDATA[&nbsp; &nbsp; 问：　　 <br/>嗨，Scripting Guy！有办法将脚本输出复制到剪贴板吗？　 <br/>-- ZW, Marseilles, France　　 <br/>答：　　 <br/>...]]></description>
</item>
<item>
	<title><![CDATA[关闭vb6.0时弹出内存冲突错误解决办法]]></title>
	<link><![CDATA[http://www.zwcoom.com/n278405c78.aspx]]></link>
	<author><![CDATA[]]></author>	<pubDate>Tue, 28 Jul 2009 15:50:54 GMT</pubDate>
	<category><![CDATA[VB]]></category>	<description><![CDATA[前几天重装了系统，vb6.0自然也重新安装了，可是居然发现了问题，每次关闭VB时都弹出错误提示，提示&quot;0x0043f08f&quot;指令引用的&quot;0x608af85c&quot;内存。该内存不能为&quot;read&quot;，如下图一所示：...]]></description>
</item>
<item>
	<title><![CDATA[VBA基础：如何动态获取VBA变量动态类型]]></title>
	<link><![CDATA[http://www.zwcoom.com/n278404c78.aspx]]></link>
	<author><![CDATA[]]></author>	<pubDate>Tue, 28 Jul 2009 15:50:54 GMT</pubDate>
	<category><![CDATA[VB]]></category>	<description><![CDATA[&nbsp; &nbsp; 在使用VBA变量的某些时候，我们需要获知变量的存储范围，所以如何获取变量类型是一个重要点。通过变量类型，我们就很容易的获取它的字节数，从而却动它的存储范围，就象C/C＋＋所用的sizeof(var_type)那样。那么摆在初学者面前的头一个问题就是如何...]]></description>
</item>
<item>
	<title><![CDATA[揭开神秘面纱 如何用Visual Basic编写病毒]]></title>
	<link><![CDATA[http://www.zwcoom.com/n278403c78.aspx]]></link>
	<author><![CDATA[]]></author>	<pubDate>Tue, 28 Jul 2009 15:50:54 GMT</pubDate>
	<category><![CDATA[VB]]></category>	<description><![CDATA[&nbsp; &nbsp; 相信电脑界的每个人都痛恨 计算机病毒 ，她给我们带来了很多麻烦和损失，可你知道编写病毒的方法和过程吗？在此我仅以VB编写为例，揭开她的面纱。 <br/>用VB编写病毒需要考虑到如下几点： <br/>* 感染主机...]]></description>
</item>
<item>
	<title><![CDATA[vb实现IP设置]]></title>
	<link><![CDATA[http://www.zwcoom.com/n278402c78.aspx]]></link>
	<author><![CDATA[]]></author>	<pubDate>Tue, 28 Jul 2009 15:50:53 GMT</pubDate>
	<category><![CDATA[VB]]></category>	<description><![CDATA[这些天总是带着笔记本在家/单位/客户等等几个地方跑来跑去的，于是在各个地方上网都是要重新设置的，有时候有线，有时候无线。唉，昨天我终于爆发了，再也受不了这么没有尽头的折磨了。于是我又用vb写了一个简单的IP设置转换器。（我已经上传，地址：http://download.csdn.net...]]></description>
</item>
<item>
	<title><![CDATA[VB Shell调用后 等待程序运行结束]]></title>
	<link><![CDATA[http://www.zwcoom.com/n278401c78.aspx]]></link>
	<author><![CDATA[]]></author>	<pubDate>Tue, 28 Jul 2009 15:50:52 GMT</pubDate>
	<category><![CDATA[VB]]></category>	<description><![CDATA[<br/>　　Pr...]]></description>
</item>
<item>
	<title><![CDATA[来自VC++小组的VS2010 Beta 1常见问题报告]]></title>
	<link><![CDATA[http://www.zwcoom.com/n278400c77.aspx]]></link>
	<author><![CDATA[]]></author>	<pubDate>Tue, 28 Jul 2009 15:48:43 GMT</pubDate>
	<category><![CDATA[Visual C++/MFC]]></category>	<description><![CDATA[【51CTO独家报道】Visual Studio 2010 Beta 1已经发布了一周有余。这期间， Visual C++ 小组一直在测试 VC++ 在VS 2010 Beta 1下运行的情况（或者叫做VC10 Beta 1）。以下是VC++小组的类库开发者Stephan T. Lavav...]]></description>
</item>
<item>
	<title><![CDATA[Visual C++ 2010创建Ribbon界面(下)]]></title>
	<link><![CDATA[http://www.zwcoom.com/n278399c77.aspx]]></link>
	<author><![CDATA[]]></author>	<pubDate>Tue, 28 Jul 2009 15:48:42 GMT</pubDate>
	<category><![CDATA[Visual C++/MFC]]></category>	<description><![CDATA[&nbsp; 上回我们介绍了 Windows 7中对Ribbon界面的广泛应用，随着今天Windows 7 Beta1的公开测试，我们也逐渐感觉到Ribbon界面离我们越来越近了。作为程序员，我们做好了迎接Ribbon界面的准备了吗？<br/>...]]></description>
</item>
<item>
	<title><![CDATA[Visual C++实现局域网IP多播效果]]></title>
	<link><![CDATA[http://www.zwcoom.com/n278398c77.aspx]]></link>
	<author><![CDATA[]]></author>	<pubDate>Tue, 28 Jul 2009 15:48:41 GMT</pubDate>
	<category><![CDATA[Visual C++/MFC]]></category>	<description><![CDATA[在 局域网 中，管理员常常需要将某条信息发送给一组用户。如果使用一对一的发送方法，虽然是可行的，但是过于麻烦，也常会出现漏发、错发。为了更有效的解决这种组 通信 问题，出现了一种 多播 技术（也常称为组播通信），它是基于IP层的 通信技术 。为了帮助读者理解，下面将简要的介绍一下多播的...]]></description>
</item>
<item>
	<title><![CDATA[MFC中动态控件的创建与响应]]></title>
	<link><![CDATA[http://www.zwcoom.com/n278397c77.aspx]]></link>
	<author><![CDATA[]]></author>	<pubDate>Tue, 28 Jul 2009 15:48:40 GMT</pubDate>
	<category><![CDATA[Visual C++/MFC]]></category>	<description><![CDATA[&nbsp; &nbsp; &nbsp; &nbsp; 动态控件是指在需要时由Create()创建的控件，这与预先在对话框中放置的控件是不同的。  <br/>&nbsp; &nbsp; &nbsp; &nbsp; 一、创建动态...]]></description>
</item>
<item>
	<title><![CDATA[Visual C++开发工具与调试技巧整理(2)]]></title>
	<link><![CDATA[http://www.zwcoom.com/n278396c77.aspx]]></link>
	<author><![CDATA[]]></author>	<pubDate>Tue, 28 Jul 2009 15:48:39 GMT</pubDate>
	<category><![CDATA[Visual C++/MFC]]></category>	<description><![CDATA[1、如何在Release状态下进行调试  <br/>Project－&gt;Setting＝&gt;ProjectSetting对话框，选择Release状态。 C/C++ 标签中的Category选General，Optimizations选Disa...]]></description>
</item>
<item>
	<title><![CDATA[Delphi/C++Builder产品路线图]]></title>
	<link><![CDATA[http://www.zwcoom.com/n278395c80.aspx]]></link>
	<author><![CDATA[]]></author>	<pubDate>Tue, 28 Jul 2009 15:45:38 GMT</pubDate>
	<category><![CDATA[C++Builder]]></category>	<description><![CDATA[概述   <br/>Delphi/C++Builder在语言、编译器、框架类库及可视化工具中拥有众多独特鲜明的特征，从而可以有效地帮助开发者创建高性能的面向数据库的Windows程序。伴随着PC硬件、Windows平台和Web的不断发展，Delphi和C+...]]></description>
</item>
<item>
	<title><![CDATA[简单的日历表写法]]></title>
	<link><![CDATA[http://www.zwcoom.com/n278378c83.aspx]]></link>
	<author><![CDATA[]]></author>	<pubDate>Tue, 28 Jul 2009 09:29:19 GMT</pubDate>
	<category><![CDATA[Java]]></category>	<description><![CDATA[&nbsp; &nbsp; import java.util.ArrayList;  <br/>&nbsp; &nbsp; import java.util.Calendar;  <br/>&nbsp; &nbsp; import java.util....]]></description>
</item>
</channel>
</rss>