<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>网络编程</title>
<link>http://www.lyttzx.com/plus/list.php?tid=6</link>
<description>开发技术 / 网络编程</description>
<language>zh-cn</language>
<generator><![CDATA[Copyright &amp;copy; 2006 - 2008 http://www.lyttzx.com.泠云天天在线 All Rights Reserved&lt;br&gt;
	本站部分作品来源于网络，如若侵犯到您得权益，&lt;a href=&quot;mailto:lyttzx@lyttzx.com?subject=你侵犯我的权益&quot;&gt;&lt;b&gt;请与我们联系&lt;/b&gt;&lt;/a&gt;，泠云工作室将在第一时间作出回应&lt;br&gt;
	站长姓名：&lt;a href=&quot;mailto:lingyunyyh@sohu.com?subject=我有话说&quot;&gt;&lt;b&gt;泠云&lt;/b&gt;&lt;/a&gt;   
	站长邮箱：&lt;b&gt;lingyunyyh@sohu.com&lt;/b&gt;   
	站长QQ：&lt;a href=&quot;http://wpa.qq.com/msgrd?V=1&amp;amp;Uin=359167026&amp;amp;Site=www.lyttzx.com &amp;amp;Menu=no&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;359167026&lt;/b&gt;&lt;/a&gt;]]></generator>
<webmaster>lingyunyyh@163.com</webmaster>
<item>
    <title><![CDATA[.NET导出至Excel的类(转)]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6367</link>
    <description><![CDATA[由服务器端根据需要自动生成Excel，然后让客户端自动下载。 分为两种，一种是由DataGrid生成的Excel，另一种是由模板生成的Excel， 并将服务器端的临时Excel表在一分钟内自动删除。 导出]]></description>
    <pubDate>2011-05-12</pubDate>
    <category>ASP.NET教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[告别ASP.NET操作EXCEL的烦恼]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6366</link>
    <description><![CDATA[公元19XX年前，关于EXCEL的操作就如滔滔江水，连绵不绝，真正操作EXCEL我也是从去年下半年开始的，有些比较复杂的年度报表之类的，做起来也有点费力，不过还是都能画出来了，关于]]></description>
    <pubDate>2011-05-12</pubDate>
    <category>ASP.NET教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[PHP开发调试入门篇（断点调试）]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6358</link>
    <description><![CDATA[前阶段在项目中整合了一个phpBB3论坛，也算是个PHP入门者，搭建断点调试环境花了不少时间，在此把一些细节说明一下，以供参考，为开发节省时间！ 环境说明: IDE - ZendStudio for Eclips]]></description>
    <pubDate>2011-04-28</pubDate>
    <category>PHP教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[zend studio7 调试配置/网页调试]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6356</link>
    <description><![CDATA[网页调试：正常的PHP配置就不详细说明了，php.ini文件在系统盘C:windows下面，以此为开始： 1、Zend Debugger 5.2.14下载地址： http://downloads.zend.com/pdt/server-debugger/ZendDebugger-5.2.14-cygwin_nt-i386.]]></description>
    <pubDate>2011-04-26</pubDate>
    <category>PHP教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[VB.Net 开发的长内容自动分页功能]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6341</link>
    <description><![CDATA[长内容即可以手动分页也可以自动分页。采用自动分页功能，只需告诉计算机每页大约字数就可以了。下面附源码，方便自己，也方便大家研究]]></description>
    <pubDate>2011-02-24</pubDate>
    <category>ASP.NET教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[WebService不可以传输SqlDataReader]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6300</link>
    <description><![CDATA[在 ADO.NET 的三个基本数据对象 DataReader、DataTable 和 DataSet 中，只有 DataSet 可以与 Web 服务之间传递。这是因为，为了与 Web 服务进行通信，对象必须是可序列化的。（序列化是一个过程，]]></description>
    <pubDate>2010-12-21</pubDate>
    <category>ASP.NET教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iPhone:Javascript/PHP检测iPhone/iPod/iPad]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6211</link>
    <description><![CDATA[PHP的比较简单可爱: if ( strpos ( $_SERVER [ 'HTTP_USER_AGENT' ] , iPhone ) ) { echo '在用户代理信息里面如果有iPhone, 执行您的代码' ; //别忘了给iPod和iPad也加上去当条件阿~~ } javascript的也不错,不过我]]></description>
    <pubDate>2010-11-25</pubDate>
    <category>WAP开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iPhone:针对不同设备,使用不同CSS]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6210</link>
    <description><![CDATA[if ( ( navigator. userAgent . match ( /iPhone/i ) ) || ( navigator. userAgent . match ( /iPod/i ) ) ) { document. write ( 'link href=iphone.css rel=stylesheet type=text/css' ) ; } if ( ( navigator. userAgent . match ( /iPad/i ) ) ) { docume]]></description>
    <pubDate>2010-11-25</pubDate>
    <category>WAP开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[全新解决：PHP has encountered an Access Violation]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6149</link>
    <description><![CDATA[大概没有人在玩PHP的过程中会不曾遇到“PHP has encountered an Access Violation…”错误吧？尤其是像这种完全没有接触过Microsoft以外平台的人来说，第一次着实被吓得不轻，在花了三个小时也没解决后]]></description>
    <pubDate>2010-08-30</pubDate>
    <category>PHP教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[基于Asp.net C#实现HTML转图片（网页快照）]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6107</link>
    <description><![CDATA[一、实现方法 //WebSiteThumbnail.cs文件，在BS项目中需要添加对System.Windows.Forms的引用 using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using]]></description>
    <pubDate>2010-07-26</pubDate>
    <category>ASP.NET教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[C#将网页内容转换成图片保存到本地( webbrowser 可]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6106</link>
    <description><![CDATA[代码下载地址: http://download.csdn.net/source/1669301 SaveHtMLtoImageComm 共通模块类定义 GetImage.cs 类 定义 using System; using System.Collections.Generic; using System.Text; using System.Drawing; namespace SaveHtMLtoImageC]]></description>
    <pubDate>2010-07-26</pubDate>
    <category>ASP.NET教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[再议 FCKeditor.NET的配置、扩展与安全性经验交流]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6100</link>
    <description><![CDATA[FCKeditor是使用非常广泛的HTML编辑器，本文从 ASP.NET 的使用场景对 FCKeditor 与 FCKeditor.NET 的配置、功能扩展（如自定义文件上传子目录、自定义文件名、上传图片的后期处理等）、以及安全性进行]]></description>
    <pubDate>2010-07-16</pubDate>
    <category>ASP.NET教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[谈WAP四个赢利途径]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=5892</link>
    <description><![CDATA[面对中国移动政策，免费WAP如何改变自我现状？WAP天下CEO王鹏飞认为可以从以下四个方面考虑： 第一，从形式上改变自我 根据易查手机搜索引擎获取的网站数据来看，截止2005年底免费WAP站点已]]></description>
    <pubDate>2010-06-22</pubDate>
    <category>WAP开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[WAP SEO—针对WAP页面的SEO]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=5891</link>
    <description><![CDATA[ WAP SEO和普通的SEO,也就是WEB SEO的目的都是为了在搜索引擎获得很好的排名，而WAP的页面要怎么优化呢?也就是说WAP SEO到底是怎么样的呢?会做WEB页面的优化那么对WAP页面优化能有帮助吗?或者说]]></description>
    <pubDate>2010-06-22</pubDate>
    <category>WAP开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[PHP5.2的设置装备摆设文件php.ini中文版]]></title>
    <link>http://www.lyttzx.com/article/2010/0604/5716.html</link>
    <description><![CDATA[本文并非是对英文版 php.ini 的简略翻译，而是参考了浩繁资料今后，连系本身的明白，增添了很多内容，包罗在原有 php.ini 根本上增添了一些适用模块的设置装备摆设申明，同时对文件内容的放]]></description>
    <pubDate>2010-06-04</pubDate>
    <category>PHP教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[RSS格式及标准使用方法]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=5670</link>
    <description><![CDATA[RSS 是 Internet 上连锁内容和元数据的一种格式。通常用于共享标题和到新闻文章的链接。对于新闻文章，真正的文章不一定是共享的，但是关于文章的元数据通常是共享的；这种 元数据可以包含]]></description>
    <pubDate>2010-05-28</pubDate>
    <category>XML教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[Rss及Rss文件格式]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=5668</link>
    <description><![CDATA[拿一个新闻网站来说，如果这个网站使用了RSS技术，也即表示这个网站按照RSS标准将其新闻罗列出来，生成一个RSS文件通常称为（RSS Feed，其实也就是一个*.xml文件）。其他网站或个人就订阅该]]></description>
    <pubDate>2010-05-28</pubDate>
    <category>XML教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[FCKeditor文本编辑器的使用方法]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=5588</link>
    <description><![CDATA[ FCKeditor是一个功能强大支持所见即所得功能的文本编辑器，可以为用户提供微软office软件一样的在线文档编辑服务]]></description>
    <pubDate>2010-05-17</pubDate>
    <category>ASP.NET教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[php如何判断用户通过手机wap访问还是电脑直接访]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=5539</link>
    <description><![CDATA[手机访问时，会附带发送user-agent信息，这个信息里面会有手机号码信息，那么如果能取得手机号码，则可以肯定是通过手机wap访问的。但是目前中国移动已经屏蔽了user-agent信息，所以获取不到]]></description>
    <pubDate>2010-05-05</pubDate>
    <category>WAP开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[判断WAP1.1和WAP2.0并解析为wml或xhtml]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=5538</link>
    <description><![CDATA[首先通过取得accept java是 request.getHeader(accept) .net 是 Request.ServerVariables(HTTP_Accept) /** * 功能：输出xml为wml1.1(wap1.0) * @param doc * @param response * @throws IOException */ public static void OutPrintWAP11(Docu]]></description>
    <pubDate>2010-05-05</pubDate>
    <category>WAP开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[怎样防止从Cache中读取WML页面]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=5483</link>
    <description><![CDATA[当WML页面下载到WAP设备后，它将保存在WAP设备内存中一段时间，直到这个时间过期。在这之后，页面将从服务器下载，而不是从WAP设备的缓存读取。这个过程被称做Cache]]></description>
    <pubDate>2010-04-27</pubDate>
    <category>WAP开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[wap建站心得]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=5482</link>
    <description><![CDATA[telkey：为手机上的键名称，可以是0、2、3、4、5、6、7、8、9、*、#这12个键,只要用户按键不放，就可以到达linkurl地址]]></description>
    <pubDate>2010-04-27</pubDate>
    <category>WAP开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[WAP 2.0介绍和使用规范]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=5481</link>
    <description><![CDATA[但是不包含XHTML特性。例如CSS，frames和Scripting。是由W3C定义的。 XHTML MP: 在WAP2.0说明中指定的官方标记语言。WAP Forum 基于 XHTML Basic创造，并从XHTML的完整版本中增加了一些元素和属性。例如lt;]]></description>
    <pubDate>2010-04-27</pubDate>
    <category>WAP开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[datatable.select 在 Range 对象中,Min (14)必须小于或等]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=5409</link>
    <description><![CDATA[问题描述： for (int i = 0; i deptIDs.Length;i++ ) { #region 安全日活动 iColNum = 0; iRownum = 0; filter = rzlb='AQRHD' and ZZJGDM=+deptIDs[i]; DataRow[] drAQRHD = dtAllInfo.Select(filter, riqi desc); if (drAQRHD.Length 0) { 这些代]]></description>
    <pubDate>2010-04-13</pubDate>
    <category>ASP.NET教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[asp.net安全设置点点]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=5149</link>
    <description><![CDATA[1． 把系统补丁打到最新，包括操作系统补丁， .net framework server pack 2． 删除 iis 默认带的 helpfile , 示例程序 3． 更改 c:\inetpub\wwwroot 默认网站目录到其他地方 4． 更改主目录安全设定，]]></description>
    <pubDate>2010-03-01</pubDate>
    <category>ASP.NET教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[ASP.NET - 保证登录控件的安全]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=5148</link>
    <description><![CDATA[ASP.NET 登录控件使您能够提供一种解决方案，根据用户身份验证、成员资格和角色来控制对网页的访问。登录控件包括：CreateUserWizard 控件、Login 控件、LoginStatus 控件、LoginView 控件、P]]></description>
    <pubDate>2010-03-01</pubDate>
    <category>ASP.NET教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[ASP.NET 2.0 Internet安全之参考实现]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=5136</link>
    <description><![CDATA[微软刚推出了一个ASP.NET 2.0 Internet 安全之参考实现( ASP.NET 2.0 Internet Security Reference Implementation)。这是个配有全部编码和指导性文档的样本应用，其宗旨是示范在实际应用中如何应用“模式和实践]]></description>
    <pubDate>2010-02-27</pubDate>
    <category>ASP.NET教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[ASP.Net4.0中新增23项功能]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=5135</link>
    <description><![CDATA[代码段是预先开发的代码模板，可以节省我们对有关语法思考的时间。在VS 2005和VS 2008中，已经有建立了很多代码段。不过，这些只适用于隐藏代码（code behind）。在VS 2010中代码片段支持JScrip]]></description>
    <pubDate>2010-02-27</pubDate>
    <category>ASP.NET教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[Asp.net 数据库缓存依赖(SQLServer 2005）]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=5059</link>
    <description><![CDATA[1. 检测是否已经启用 Service Broker Select DATABASEpRoPERTYEX(' 数据库名称 ','IsBrokerEnabled') -- 1 表示已经启用 0 表示没有启用 2. 启用 Service Broker Alter database 数据库名称 set ENABLE_BROKER; 3. vs2005 中]]></description>
    <pubDate>2010-02-21</pubDate>
    <category>ASP.NET教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[关于VS2008调试时端口号不一致的问题 端口要大]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4843</link>
    <description><![CDATA[在VS2008里点“调试”后。ASP.NET Development Server的端口比调试时打开的浏览器上的端口要大2，造成每次需要调试都要手动改浏览器的端口号]]></description>
    <pubDate>2010-01-18</pubDate>
    <category>ASP.NET教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[zend studio 7.0、7.1 注册码、注册机、激活码]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4822</link>
    <description><![CDATA[前些天大家问及zend studio 7.0注册机( Zend Studio 7.0 在线注册机 已经出来了)的事情，当时还没有搞出来。等有时间再说。今天别的咱先不说，提供个zend studio 7.0的注册码给大家应急，等在]]></description>
    <pubDate>2010-01-16</pubDate>
    <category>PHP教程</category>
    <author>泠云</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[c# .net 将一个string的字符串转成一个对象变量]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4416</link>
    <description><![CDATA[反射 相似文件名值的遍历 C#类源码 C#代码 using System; using System.Reflection; namespace tttt { class ttt { public string String1= aaaa ; public string String2= bbbb ; public string String3= cccc ; public string String4= ddd]]></description>
    <pubDate>2009-12-01</pubDate>
    <category>ASP.NET教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[c# 提取汉字首字母的类]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4415</link>
    <description><![CDATA[c# 提取汉字首字母的类]]></description>
    <pubDate>2009-11-30</pubDate>
    <category>ASP.NET教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[C# Page_Error事件]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4403</link>
    <description><![CDATA[C# Page_Error事件提供一种捕获在页级别出现的错误的方法。您可以只是显示错误信息，也可以记录事件或执行某个其他操作。]]></description>
    <pubDate>2009-11-26</pubDate>
    <category>ASP.NET教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[.net显示安全的错误信息]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4402</link>
    <description><![CDATA[Visual Basic 和 Visual C# 概念 显示安全的错误信息 在您的应用程序显示错误信息时，它不应该泄露有助于恶意用户攻击您系统的信息。例如，如果您的应用程序试图登录数据库时没有成功]]></description>
    <pubDate>2009-11-26</pubDate>
    <category>ASP.NET教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[[Wap]OnViewStateExpire异常的处理办法]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4401</link>
    <description><![CDATA[我们的Wap页面由dotNET 编写而成，当页面停留时间过长后，由于IIS的session超时时间是20分钟，这时候再点击页面上的控件，它可能报告如下错误]]></description>
    <pubDate>2009-11-26</pubDate>
    <category>WAP开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[ASP.NET 移动网页 数据绑定和使用 ObjectList 控件查]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4400</link>
    <description><![CDATA[ObjectList ASP.NET 移动控件提供全面的数据视图。此控件显示数据源的两个视图：一个显示各项摘要的列表视图和一个显示项详细信息的视图。您可以显式定义要为每个项显示的列表字段，或者可]]></description>
    <pubDate>2009-11-25</pubDate>
    <category>WAP开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[ASP.NET 移动网页 ObjectList 控件介绍 wap]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4399</link>
    <description><![CDATA[ObjectList 控件可以显示数据集合（如数据库）的多个视图。对象列表中的每个项或对象都可以被认为是数据库中的一条记录。像数据库记录一样，ObjectList 控件中的对象也包含含有数据的字段。]]></description>
    <pubDate>2009-11-25</pubDate>
    <category>WAP开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[wap程序中form窗口切换]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4398</link>
    <description><![CDATA[在wap页面中，可以添加多个form，这样以便手机浏览时，可以进行from之间的切换]]></description>
    <pubDate>2009-11-25</pubDate>
    <category>WAP开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[3G版WAP制作示例]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4397</link>
    <description><![CDATA[无需WAP组件的站点方式。我不知道这个理论是否已经存在，如果有说的不对的地方，请大家批评指正，谢谢！ 这种做法的另一个好处，个人意见是：美工效果更强，显示效果较佳]]></description>
    <pubDate>2009-11-25</pubDate>
    <category>WAP开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[VS2008开发WAP]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4396</link>
    <description><![CDATA[vs2008中就没有“移动Web窗体”这一项，这是因为微软并未提供相应 的模板。这确实很令人疑惑，百度了下网上的说法：据Microsoft-Visual Web Developer的团队项目经理Omar Khan的说法，这是因为Visual ]]></description>
    <pubDate>2009-11-25</pubDate>
    <category>WAP开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[asp.net站点常见问题绵集]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4173</link>
    <description><![CDATA[这是由于站点在运行过程中要读写数据库和在相应目录下生成HTML文件，所以站点所在目录要对EveryOne用户打开 所有权限（仅对NTFS格式）]]></description>
    <pubDate>2009-11-08</pubDate>
    <category>ASP.NET教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[编写高性能 Web 应用程序的 10 个技巧]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4172</link>
    <description><![CDATA[使用 ASP.NET 编写 Web 应用程序的简单程度令人不敢相信。正因为如此简单，所以很多开发人员就不会花时间来设计其应用程序的结构，以获得更好的性能了。在本文中，我将讲述 10 个用于编写高]]></description>
    <pubDate>2009-11-06</pubDate>
    <category>ASP.NET教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[php面向对象全攻略 （六）__set() __get() __isset() _]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4156</link>
    <description><![CDATA[ 一般来说，总是把类的属性定义为private，这更符合现实的逻辑。但是，对属性的读取和赋值操作是非常频繁的，因此在PHP5 中，预定义了两个函数“__get()”和“__set()”来获取和赋值其属性,以]]></description>
    <pubDate>2009-10-16</pubDate>
    <category>PHP教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[php面向对象全攻略 （五） 封装性]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4155</link>
    <description><![CDATA[封装性是面向对象编程中的三大特性之一，封装性就是把对象的属性和服务结合成一个独立的相同单位，并尽可能隐蔽对象的内部细节。]]></description>
    <pubDate>2009-10-16</pubDate>
    <category>PHP教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[php面向对象全攻略 （四）构造方法与析构方法]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4154</link>
    <description><![CDATA[ 大多数类都有一种称为构造函数的特殊方法。当创建一个对象时，它将自动调用构造函数，也就是使用new 这个关键字来实例化对象的时候自动调用构造方法。]]></description>
    <pubDate>2009-10-16</pubDate>
    <category>PHP教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[php面向对象全攻略 （三）特殊的引用“$this”的]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4153</link>
    <description><![CDATA[现在我们知道了如何访问对象中的成员，是通过“对象-成员”的方式访问的，这是在对象的外部去访问对象中成员的形式，那么如果我想在对象的内部，让对象里的方法访问本对象的属性，]]></description>
    <pubDate>2009-10-16</pubDate>
    <category>PHP教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[php面向对象全攻略 （二） 实例化对象 使用对象]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4152</link>
    <description><![CDATA[我们上面说过面向对象程序的单位就是对象，但对象又是通过类的实例化出来的，既然我们类会声明了，下一步就是实例化对象了。 5.如何实例化对象 我们上面说过面向对象程序的单位]]></description>
    <pubDate>2009-10-16</pubDate>
    <category>PHP教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[php面向对象全攻略 （一） 面向对象基础知识]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4151</link>
    <description><![CDATA[ 面向对象编程（Object Oriented Programming，OOP，面向对象程序设计）是一种计算机编程架构，OOP 的一条基本原则是计算机程序是由单个能够起到子程序作用的单元或对象组合而成，OOP 达到了软件工]]></description>
    <pubDate>2009-10-16</pubDate>
    <category>PHP教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[declare]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4150</link>
    <description><![CDATA[declare 结构用来设定一段代码的执行指令。declare 的语法和其它流程控制结构相似]]></description>
    <pubDate>2009-10-15</pubDate>
    <category>PHP教程</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>

</channel>
</rss>

