<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>编程开发</title>
<link>/html/edu/index.html</link>
<description>编程开发</description>
<language>zh-cn</language>
<generator>&lt;a href='http://www.souzz.net' target='_blank'&gt;搜站长&lt;/a&gt;</generator>
<webmaster>lyjrich@sina.com</webmaster>
<item>
    <title>ajax入门简明教程---innerHTML属性</title>
    <link>/html/edu/Ajax/Ajax1/39620.html</link>
    <description>如何发送和接收XMLHTTPRequest请求的基本过程</description>
    <pubDate>2007-09-17</pubDate>
    <category>Ajax基础</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>ajax入门简明教程---树状菜单</title>
    <link>/html/edu/Ajax/Ajax1/39625.html</link>
    <description>树状菜单是做网站时常用的一项技术，它可以像资源管理器那样清晰的看出网站包含的内容，起着提纲挈领的作用</description>
    <pubDate>2007-09-17</pubDate>
    <category>Ajax基础</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>ajax入门简明教程---什么是ajax？</title>
    <link>/html/edu/Ajax/Ajax1/39617.html</link>
    <description>Ajax简介 Ajax全称为“Asynchronous JavaScript and XML”（异步JavaScript和XML），是指一种创建交互式网页应用的网页开发技术</description>
    <pubDate>2007-09-17</pubDate>
    <category>Ajax基础</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>ajax入门简明教程---XMLHTTPRequest对象</title>
    <link>/html/edu/Ajax/Ajax1/39618.html</link>
    <description>当前ajax技术作为web2.0的技术主体，已经是非常流行了。现在的很多网站都已做ajax为时尚，因为它的页面响应速度快，用户体验高啊，每次转换页面几乎就是不刷新</description>
    <pubDate>2007-09-17</pubDate>
    <category>Ajax基础</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>ajax入门简明教程---DOM解析</title>
    <link>/html/edu/Ajax/Ajax1/39619.html</link>
    <description>DOM是什么呢？其英文解释为 Document Object Model 文档对象模型。它是给HTML和XML文件使用的一组API。</description>
    <pubDate>2007-09-17</pubDate>
    <category>Ajax基础</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>ajax入门简明教程---响应处理</title>
    <link>/html/edu/Ajax/Ajax1/39621.html</link>
    <description>如果需要其它系统的API的话，或者与其它系统交互，需要用XML做一个数据的中介，也需要选择XML格式</description>
    <pubDate>2007-09-17</pubDate>
    <category>Ajax基础</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>ajax入门简明教程---处理POST请求</title>
    <link>/html/edu/Ajax/Ajax1/39622.html</link>
    <description>服务器接它的参数就可以了。不过GET请求有一些限制，最大只能传2K的内容，所以大的文本，还是要用POST来传的。</description>
    <pubDate>2007-09-17</pubDate>
    <category>Ajax基础</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>ajax入门简明教程---拖拽功能</title>
    <link>/html/edu/Ajax/Ajax1/39623.html</link>
    <description>在博客里可以用鼠标拖拽的方式定制我们的主页。那么这种奇妙的方式是怎么实现的呢</description>
    <pubDate>2007-09-17</pubDate>
    <category>Ajax基础</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>ajax入门简明教程---正则表达式验证</title>
    <link>/html/edu/Ajax/Ajax1/39624.html</link>
    <description>正则表达式是一种模式匹配的工具，它允许您以文字方式来表述模式，因而正则表达式成为了一个验证文本数据的强大工具</description>
    <pubDate>2007-09-17</pubDate>
    <category>Ajax基础</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>.Net 加密原理，虚拟机预处理层加密壳核心的实现</title>
    <link>/html/edu/net/net1/39330.html</link>
    <description>GetILHeader调用的 Hook</description>
    <pubDate>2007-09-03</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>cnblogs</comments>
</item>
<item>
    <title>ASP.NET的本质–IIS以及进程模式</title>
    <link>/html/edu/net/net1/39328.html</link>
    <description>ASP.net对于编写WEB应用程序以及组件来说是一个很好的框架，但是由于他的庞大性对于很多人来说要了解他的每一个细节好象是否不太可能</description>
    <pubDate>2007-09-03</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>cnblogs</comments>
</item>
<item>
    <title>ASP.net中使用C++和J#</title>
    <link>/html/edu/net/net1/39329.html</link>
    <description>众所周知，.NET框架默认支持五种语言：VB、C#、C++、J#、Jscript.Net换句话说，ASP.NET也同样支持五种语言。</description>
    <pubDate>2007-09-03</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>cnblogs</comments>
</item>
<item>
    <title>asp.net ajax 弹不出alert对话框的解决办法</title>
    <link>/html/edu/net/net1/39331.html</link>
    <description>ScriptManager.RegisterClientScriptBlock(UpdatePanel1, this.GetType(), &quot;click&quot;, &quot;alert('提示信息')&quot;, true);</description>
    <pubDate>2007-09-03</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>http://atlas.cnblogs.com/</comments>
</item>
<item>
    <title>将SSH与PHP相连接 确保传输数据的安全</title>
    <link>/html/edu/php/php5/39228.html</link>
    <description>SSH可以通过将联机的封包加密的技术进行资料的传递;使用SSH可以把传输的所有数据进行加密，即使有人截获到数据也无法得到有用的信息。同时数据经过压缩，大大地加快了传输的速度。总之，通过SSH的使用，可以确保资料传输比较安全并且传输效率较高。 不过，并非所有人知</description>
    <pubDate>2007-08-30</pubDate>
    <category>php应用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>在C#中定义和使用自己的特性</title>
    <link>/html/edu/net/net1/39225.html</link>
    <description>复杂的，面向组件的业务开发，期待现代的软件开发工程师们具备更多的弹性设计，而不是过去的方法设计。微软的 .NET 框架通过众所周知的声明式编程，广泛的使用特性来附加额外的功能。在软件系统里，特性可以增强系统的弹性，这是因为，特性使功能的松耦合得到了增强。</description>
    <pubDate>2007-08-28</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>cnblogs</comments>
</item>
<item>
    <title>.Net 代码混淆的一些注意事项</title>
    <link>/html/edu/net/net1/39224.html</link>
    <description>既然.Net总能够被人破解， 那么我们只好把重要的计算和功能放在server上通过webservice提供了，但是客户端的代码总还得混淆一下，否则别人反编译一下不是全部知道底细了，所以我只使用code protect tools的混淆功能而不是加密，毕竟再怎么加密也是可以破解掉的。 以XENO</description>
    <pubDate>2007-08-28</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>cnblogs</comments>
</item>
<item>
    <title>ASP.NET 调用COM Word 转Pdf 之我见</title>
    <link>/html/edu/net/net1/39223.html</link>
    <description>做项目中用到word转pdf 的功能 ，刚开始的要求是做一个应用程序来转 主要代码如下： using PDF = PDFMAKERAPILib; string wordPath = string .Empty; string pdfPath = string .Empty; PDF.PDFMakerAppapp = new PDFMAKERAPILib.PDFMakerApp(); int iReslut = app.Creat</description>
    <pubDate>2007-08-28</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>正确理解 C# 中的 ref 关键字</title>
    <link>/html/edu/net/net7/39222.html</link>
    <description>最近有人问到 ref 关键字的正确用法，下面我们来举例说明。其实要更好的理解 ref 关键字，结合 C++ 代码更加容易一些。另外在开始我们的例子之前，需要提前说明几点： C# 中的数据有两种类型：引用类型（reference types）和值类型（value types）。 简单类型（包括int</description>
    <pubDate>2007-08-28</pubDate>
    <category>C#语言</category>
    <author>秩名</author>
    <comments>cnblogs</comments>
</item>
<item>
    <title>PHP+MYSQL实例：网站在线人数的程序代码</title>
    <link>/html/edu/php/php5/39214.html</link>
    <description>网站在线人数的程序代码，后台有MYSQL数据库支持。可以直接统计出网站当前的在线人数</description>
    <pubDate>2007-08-27</pubDate>
    <category>php应用</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>ASP.NET3.5的ListView与CSS Friendly</title>
    <link>/html/edu/net/net1/39077.html</link>
    <description>之前在写CSS有关文章的时候，我就想写写如何使用ASP.NET控件能够更加CSS Friendly，更容易实现一些常见的页面布局pattern，然而之后就发现这并非那么容易的。说起来要让ASP.NET控简变得CSS Friendly很容易，直接使用ASP.NET 2.0 CSS Friendly Control Adapters就是了，</description>
    <pubDate>2007-08-25</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>让你的.NET应用成为一个灰色盒子</title>
    <link>/html/edu/net/net1/39079.html</link>
    <description>与已经摸爬滚打了10多年的Win32应用不同，当你的.NET应用出现性能问题的时候能很快得找到问题的症结吗?看着市场占有率不断增加的.NET应用市场，Symantec也要从信息安全方面腾出一只手给.NET了。 .NET在开发效率、开发平台支持方面的优势是非常明显的，但在性能监控方面</description>
    <pubDate>2007-08-25</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>也谈 .NET2.0中避免分布式事务</title>
    <link>/html/edu/net/net1/39078.html</link>
    <description>.NET Framework 2.0 版中新增的 TransactionScope 单独使用确实很方便。但是在实际项目中都有自己的访问层，如何才能和自己的数据访问层结合起来使用呢？ 在项目中我是这样处理数据的： /**//// summary /// 外包业务访问类 /// /summary public class OutSourcingDAO {</description>
    <pubDate>2007-08-25</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>.Net安装、调试的常见问题与错误</title>
    <link>/html/edu/net/net3/39075.html</link>
    <description>Q:新建项目时出错：Visual Studio .NET 已检测到指定Web服务器运行的不是ASP.NET 1.1版。您将无法运行ASP.NET Web应用程序或服务。 A: 对于这个错误有很多可能的原因，您可以参考下面几篇KB和文章的解决方案: “prb: &quot;The specified Web server is not running ASP.NET</description>
    <pubDate>2007-08-23</pubDate>
    <category>.NET概论及软件使用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>常见dotNet加密保护工具分析介绍</title>
    <link>/html/edu/net/net3/39066.html</link>
    <description>本文主要介绍一些dotNet加密保护工具的原理以及就其脱壳进行简单探讨。remotesoft protector、maxtocode、.Net Reactor、Cliprotector、themida .Net、xenocode native compiler、DNGuard。 remotesoft protector 应该是一款比较老的。net加密保护工具了，看其官方网站</description>
    <pubDate>2007-08-23</pubDate>
    <category>.NET概论及软件使用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>NET 框架中的 Factory 模式</title>
    <link>/html/edu/net/net3/39065.html</link>
    <description>Factory 模式是一种非常基本同时也是被广泛使用的设计模式, 我在这里就不多说了，这种模式在框架程序设 计中经常被采用，今天就说一下在.NET 框架下的一个使用例子。 首先请大家看一下如下代码段： int iCount = System.Text.Encoding.Default.GetByteCount(calStr.Trim</description>
    <pubDate>2007-08-23</pubDate>
    <category>.NET概论及软件使用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>在Vista中编程控制防火墙设定</title>
    <link>/html/edu/net/net3/39064.html</link>
    <description>在编程控制防火墙前先要有个前提，就是你必须是管理员权限， 这样本例的程序才能用&quot;Run as administrator&quot;的方式运行，并成功修改。 如果你本身就是用Administrator这个用户登录的话，直接运行就行了。 建议最好在这个用户下来调试程序。 本程序只是个初始的例子，里面</description>
    <pubDate>2007-08-23</pubDate>
    <category>.NET概论及软件使用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>.NET的异常处理的几个误区</title>
    <link>/html/edu/net/net3/39063.html</link>
    <description>Net出现多年之后还是对异常处理一知半解的，有很多误解，本文将讲解三个常见误解，一个是catch的使用方法是否正确，另外两个是try/catch的性能损失问题。 有些人认为下面代码就是一个catch的错误用法： catch(Exception e) { throw e; } 首先说明，这不是一个错误用法</description>
    <pubDate>2007-08-23</pubDate>
    <category>.NET概论及软件使用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>ASP.NET定义主题和外观</title>
    <link>/html/edu/net/net1/39062.html</link>
    <description>定义 主题由一组元素组成：外观、级联样式表 （CSS）、图像和其他资源。主题将至少包含外观。主题是在网站或 Web 服务器上的特殊目录中定义的。 外观 外观文件具有文件扩展名 .skin，它包含各个控件的属性设置。控件外观设置类似于控件标记本身，但只包含您要作为主题</description>
    <pubDate>2007-08-23</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>使用ASP记录在线用户的数量</title>
    <link>/html/edu/asp/asp2/39061.html</link>
    <description>网络的访问量是每一个做网站的网友们都非常关心的问题。如何得知有多少个人正在访问你的网站呢？如何将每天的访问量记录下来？ 下面就是一个解决方案。 当有用户开始访问网站时，服务器端的Global.asa将会被访问。将会给用户开启一个Session。可以给每一个用户设置自己</description>
    <pubDate>2007-08-23</pubDate>
    <category>asp应用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>学习用ASP编写加密和解密类</title>
    <link>/html/edu/asp/asp2/39060.html</link>
    <description>class Base64Class rem Const dim sBASE_64_CHARACTERS'转化码 dim lenString '计算字符串的长度 dim iCount '计数器 dim returnValue '返回值 dim tempChar'缓存字符 dim tempString'缓存字符串 dim paramString '参数字符串 dim temHex'缓存缓存十六进制 dim tempLow'</description>
    <pubDate>2007-08-23</pubDate>
    <category>asp应用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>.net方法参数注释编写实例</title>
    <link>/html/edu/net/net1/39067.html</link>
    <description>主要是 example,code 标记等的运用,怕忘了,所以记录一下. #region GetLatestJobInfo /// summary /// 获取最新的职位信息 /// /summary /// example /// code /// font face=&quot;宋体&quot; size=&quot;2&quot; /// [C#] /// public class MyClass /// { /// public void myMethod() ///</description>
    <pubDate>2007-08-23</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>用Coding证明Application Domain</title>
    <link>/html/edu/net/net1/39068.html</link>
    <description>Application Domain可以看作是一个Assembly的逻辑容器。在程序执行过程中，如果遇到需要的Type并没有定义在已经加载的Assemblies中， CLR会把相应的Assembly加载的该Application Domain中。每个Application Domain都有一个属于自己的加载器堆（Loader Heap），用于维护</description>
    <pubDate>2007-08-23</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>PHP名词库</title>
    <link>/html/edu/php/php1/39076.html</link>
    <description>更多ＰＨＰ专题访问 什么是PHP？ php是Hypertext Preprocessor的缩写，php是一种内嵌HTML的脚本语言。PHP的独特语法混合了c,java和perl及PHP式的新语法。这门语言的的目标是让网页开发人员快速的写出动态的网页。 什么是PHPer？ PHP programmer，指编写PHP的程序员 什</description>
    <pubDate>2007-08-23</pubDate>
    <category>php基础</category>
    <author>秩名</author>
    <comments>PHPChina</comments>
</item>
<item>
    <title>NET平台下的Eclipse生不逢时</title>
    <link>/html/edu/net/net1/39074.html</link>
    <description>提起开源IDE（Integrated Development Environment，集成开发环境），大家马上就会想到Eclipse；提起开源的基于插件的平台，大家马上想到的还是Eclipse。的确，Java IDE领域，Eclipse现在的势头可谓如日中天。殊不知，在.NET领域也有一个与Eclipse极其类似的开源IDE，它</description>
    <pubDate>2007-08-23</pubDate>
    <category>Asp.Net开发</category>
    <author>尹非凡</author>
    <comments>IT168</comments>
</item>
<item>
    <title>微软的.Net和Sun的J2EE如何对垒</title>
    <link>/html/edu/net/net1/39073.html</link>
    <description>导 读：面对微软推出的.Net FRAMEWORK，你可能会有以下疑问： ¨ 准确地讲.Net平台是什么？ ¨ 如何将.Net的体系结构和J2EE对比？ ¨ 从.Net的体系结构演绎出的一整套关于企业软件开发方案中我们能学到此什么？ 在本文中作者将为你解开这些疑问。 廖永康 原文出处：htt</description>
    <pubDate>2007-08-23</pubDate>
    <category>Asp.Net开发</category>
    <author>廖永康</author>
    <comments>sun</comments>
</item>
<item>
    <title>网友整理 .net 面试题（附答案）</title>
    <link>/html/edu/net/net1/39072.html</link>
    <description>编者注：加粗部分的是答案 1 (1) 面向对象的语言具有__ 继承性 _性、_ 封装性 _性、_ 多态性 性。 (2) 能用foreach遍历访问的对象需要实现 _ IEnumerable_ 接口或声明_ GetEnumerator_ 方法的类型。 (3).c#中的三元运算符是__ ?: __ 2.当整数a赋值给一个object对象时，</description>
    <pubDate>2007-08-23</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>shenen的专栏</comments>
</item>
<item>
    <title>.net工程师必懂的20道题</title>
    <link>/html/edu/net/net1/39071.html</link>
    <description>想成为.net工程师吗？看看下面20道题你能回答多少道？ 1.面向对象的思想主要包括什么？ 2.什么是ASP.net中的用户控件 3.什么叫应用程序域？什么是受管制的代码？什么是强类型系统？什么是装箱和拆箱？什么是重载？CTS、CLS和CLR分别作何解释？ 4.列举一下你所了解的XML</description>
    <pubDate>2007-08-23</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>将自定义.NET控件嵌入IE浏览器</title>
    <link>/html/edu/net/net1/39070.html</link>
    <description>利用visual Studio .NET开发自定义的WinForm控件，恐怕大家都已经很熟悉了。正常情况下，这种控件只能用在基于。NET的Windows application程序开发上，而无法直接嵌入到IE，这不免让人感觉遗憾。 毕竟。NET控件已经不同于在Win32下用Delphi或C++Builder开发的自定义控件</description>
    <pubDate>2007-08-23</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>字符串的驻留（String Interning）</title>
    <link>/html/edu/net/net1/39069.html</link>
    <description>关于字符串的驻留的机制，对于那些了解它的人肯定会认为很简单，但是我相信会有很大一部分人对它存在迷惑。在开始关于字符串的驻留之前，先给出一个有趣的Sample： static void Main(string[] args) { string str1 = &quot;ABCD1234&quot;; string str2 = &quot;ABCD1234&quot;; string str3</description>
    <pubDate>2007-08-23</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>ASP.NET AJAX 客户端生命周期事件</title>
    <link>/html/edu/Ajax/Ajax2/39023.html</link>
    <description>Introduction【介绍】 微软Ajax提出了与ASP.NET 2.0页面服务器端生命周期事件相似的客户端生命周期事件。这些客户端事件使得我们能为传统回送和异步回送（部分页面刷新）都能定制自己的用户界面。它们还可以在整个页面生命周期期间帮助你管理和使用自定义的脚本。 这些</description>
    <pubDate>2007-08-21</pubDate>
    <category>Ajax开发</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>新手入门：AJAX应用需要组件技术作支撑</title>
    <link>/html/edu/Ajax/Ajax2/39024.html</link>
    <description>现在AJAX技术炒得火热，各种各样的框架，各类概念性、入门性的文章，都对基本的AJAX有所阐述及实现，但是，真正深入和大规模应用AJAX的人就会知道，AJAX一旦大规模实际应用，就会造成很多很多的问题，其中非常致命的几点： 1、技术的多样性，分布耦合的复杂性，javascr</description>
    <pubDate>2007-08-21</pubDate>
    <category>Ajax开发</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>Eclipse平台上开始支持AJAX和动态语言</title>
    <link>/html/edu/Ajax/Ajax2/39025.html</link>
    <description>Eclipse基金会在3月8日宣布完成三项创新的软件项目并已开放下载，这三项项目计划包括Eclipse DLTK (Dynamic Language Toolkit)、Eclipse RAP (Rich AJAX Platform)，以及Eclipse ATF (AJAX Toolkit Framework)，可以让动态语言及AJAX的工程师们，能够在可视化的环境下</description>
    <pubDate>2007-08-21</pubDate>
    <category>Ajax开发</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>AJAX学习基础：简单介绍数据岛使用方法</title>
    <link>/html/edu/Ajax/Ajax2/39026.html</link>
    <description>数据岛指的是存在Html网页中的xml代码段，它在Html中形成了一个数据的集合，数据岛允许我们在Html网页中集成xml，对xml编写脚本. 数据岛有它特有的形式，由标记xml开始，在开始标记中要有一个ID属性，用于指定该指定数据岛的名称。 (当然要以/xml结束).元素xml包含的内</description>
    <pubDate>2007-08-21</pubDate>
    <category>Ajax开发</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>理解AJAX工作原理 构建网站的有效方法</title>
    <link>/html/edu/Ajax/Ajax2/39027.html</link>
    <description>Ajax 由 HTML、JavaScript 技术、DHTML 和 DOM 组成，这一杰出的方法可以将笨拙的 Web 界面转化成交互性的 Ajax 应用程序。本文的作者是一位 Ajax 专家，他演示了这些技术如何协同工作 —— 从总体概述到细节的讨论 —— 使高效的 Web 开发成为现实。他还揭开了 Ajax</description>
    <pubDate>2007-08-21</pubDate>
    <category>Ajax开发</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>AJAX使用技巧：如何处理书签和翻页按扭</title>
    <link>/html/edu/Ajax/Ajax2/39028.html</link>
    <description>本篇文章提供了一个开源JavaScript库，它提供了给AJAX应用程序中添加书签和会退按钮的功能。在学习完这个教程后，开发者将能够对开发AJAX应用碰到的问题获得一个解决方案，这个特性甚至 Google Maps 和 Gmail 现在都不提供：提供一个强大的，可用的书签和前进回退按钮</description>
    <pubDate>2007-08-21</pubDate>
    <category>Ajax开发</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>Mashups+AJAX打造全新Web开发</title>
    <link>/html/edu/Ajax/Ajax2/39029.html</link>
    <description>要深入了解什么是 mashup，就应该了解一下这个单词的起源：它源于流行音乐，mashup 是从两首不同的歌曲(通常属于不同的流派)中混合演唱和乐器的音轨而构成的一首新歌。在Mashup 流派中，我们探索了流行的 mashup， 一.简介 一种新型的基于 Web 的数据集成应用程序正在</description>
    <pubDate>2007-08-21</pubDate>
    <category>Ajax开发</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>利用APSX页面作为模版文件的实现</title>
    <link>/html/edu/net/net1/39022.html</link>
    <description>在 BS 系统开发的过程中（例如： CMS 、论坛），最常见的问题，将页面与内容分离，目的有两个 1、 方便开发。程序员实现代码的可发，而美工则实现界面的设计。 2、 实现系统的换肤功能。 常用的方法主要用三种： 1 、常用 XSTL 技术。 2 、通过更换不同的 CSS 文件实现</description>
    <pubDate>2007-08-21</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>Biztalk之业务规则Business Rules入门</title>
    <link>/html/edu/net/net1/39005.html</link>
    <description>摘要：业务规则引擎是Biztalk 2006的一个关键的组件，作为一个企业业务逻辑的容器，参与相应消息的处理！本文从一个简单的动手实验，实现Orchestration对业务规则的应用！ 应用场景：处理一个客户的订货记录，如果根据他的帐户进行不同的价格调整折扣率！如：他的消费帐</description>
    <pubDate>2007-08-19</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>cnblogs</comments>
</item>
<item>
    <title>Biztalk之业务规则Business Rules入门(2)</title>
    <link>/html/edu/net/net1/39006.html</link>
    <description>进行如下操作之前，确保你已经作完Biztalk之业务规则Business Rules入门(1)的各个步骤！ 2.创建业务流程 本业务流程方面说明业务过着的应用，业务流程很简单！ 2.1 打开已经保存的解决方案，右击Chapter12Demo工程，添加Orchestration RuleOrs.odx如下图： 2.2 为业务</description>
    <pubDate>2007-08-19</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>使用 C＃ 开发智能手机软件：推箱子(一)</title>
    <link>/html/edu/net/net1/39007.html</link>
    <description>最近，使用 C＃ 开发了一款智能手机软件：推箱子。 先介绍一下这款软件的特点： 1. 可以在智能手机上运行，也可以在计算机上运行。 2. 退出程序时可保护现场，下次再运行自动恢复到原来的状态。 3. 玩家通关后可以使用“录像”功能保存通关步骤，以便将来“回放”。 4.</description>
    <pubDate>2007-08-19</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>cnblogs.com</comments>
</item>

</channel>
</rss>
