<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_鸡尾虾的壳</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/25630/rss</id><updated>2009-12-07T07:29:57Z</updated><author><name>鸡尾虾的壳</name><uri>http://www.cnblogs.com/jackson-ou/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jackson-ou/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/25630/rss"/><entry><id>http://www.cnblogs.com/jackson-ou/archive/2009/12/07/1618648.html</id><title type="text">Biztalk------SendMessage,ReceiveMessage是保留关键字</title><summary type="text">Orchestration的PortType,Operation或者引用Class中的Method名不能使用ReceiveMessage, SendMessage这两个关键字。否则会导致编译错误。因为在内部引擎中，它们是两个static方法的名称。</summary><published>2009-12-07T07:29:00Z</published><updated>2009-12-07T07:29:00Z</updated><author><name>鸡尾虾的壳</name><uri>http://www.cnblogs.com/jackson-ou/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jackson-ou/archive/2009/12/07/1618648.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jackson-ou/archive/2009/12/07/1618648.html"/></entry><entry><id>http://www.cnblogs.com/jackson-ou/archive/2009/11/05/1596779.html</id><title type="text">Biztalk------自定义Adapter的开发和注册</title><summary type="text">BizTalk Server自带一个Adapter Framework用于自定义Adpater的设计与开发。在安装目录中，\SDK\Samples\AdaptersDevelopment\File Adapter是一个自定义文件适配器的范例。 适配器包括Design Time和Runtime两部分。前者用于在UI上显示端口的属性配置，后者包括适配器的内在运行机制。UI上属性的外观和行为是由Desi...</summary><published>2009-11-05T08:54:00Z</published><updated>2009-11-05T08:54:00Z</updated><author><name>鸡尾虾的壳</name><uri>http://www.cnblogs.com/jackson-ou/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jackson-ou/archive/2009/11/05/1596779.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jackson-ou/archive/2009/11/05/1596779.html"/></entry><entry><id>http://www.cnblogs.com/jackson-ou/archive/2009/09/28/1575691.html</id><title type="text">Biztalk------管道组件的MsgID属性值</title><summary type="text">消息具有不可变性。同一管道中不同管道组件中访问到的消息MessageID属性值是不同的，如果组件中有构造新消息的逻辑，如Disassembler/Assembler管道组件。</summary><published>2009-09-28T07:05:00Z</published><updated>2009-09-28T07:05:00Z</updated><author><name>鸡尾虾的壳</name><uri>http://www.cnblogs.com/jackson-ou/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jackson-ou/archive/2009/09/28/1575691.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jackson-ou/archive/2009/09/28/1575691.html"/></entry><entry><id>http://www.cnblogs.com/jackson-ou/archive/2009/08/18/1548882.html</id><title type="text">UTF-8的两种编码形式</title><summary type="text">UTF-8有两种编码形式：一种带BOM，一种不带。UTF-8 的 BOM 是 0xEFBBBF。System.Text.Encoding.UTF8是一个静态实例，它省略了 BOM。而 new UTF8Encoding(false) 创建的实例是含有 BOM 的。BOM，即 Byte Order Mark，也即字节流标记，它是用来让应用程序识别所用的编码的。 public UTF8Encoding(...</summary><published>2009-08-18T06:47:00Z</published><updated>2009-08-18T06:47:00Z</updated><author><name>鸡尾虾的壳</name><uri>http://www.cnblogs.com/jackson-ou/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jackson-ou/archive/2009/08/18/1548882.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jackson-ou/archive/2009/08/18/1548882.html"/></entry><entry><id>http://www.cnblogs.com/jackson-ou/archive/2009/08/12/1544580.html</id><title type="text">ASP.NET------Themes and Skins(From MSDN)</title><summary type="text">ASP.NET themes are a collection of properties that define the appearance of pages and controls in your Web site. A theme can include skin files, which define property settings for ASP.NET Web server c...</summary><published>2009-08-12T09:03:00Z</published><updated>2009-08-12T09:03:00Z</updated><author><name>鸡尾虾的壳</name><uri>http://www.cnblogs.com/jackson-ou/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jackson-ou/archive/2009/08/12/1544580.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jackson-ou/archive/2009/08/12/1544580.html"/></entry><entry><id>http://www.cnblogs.com/jackson-ou/archive/2009/08/12/1544551.html</id><title type="text">ASP.NET------MasterPage(转载)</title><summary type="text">Original: http://www.cnblogs.com/ugoer/archive/2005/10/11/252123.html 由于.net 2.0 很快就要发布了，大家都会面临一个IDE环境迁移(vs.net 2005)和.net 2.0新特性的应用问题，在接下来的一些文章，我会做一些asp.net 2.0的专题，写这些文章的初衷是想为很多分析Community Server的Cod...</summary><published>2009-08-12T08:30:00Z</published><updated>2009-08-12T08:30:00Z</updated><author><name>鸡尾虾的壳</name><uri>http://www.cnblogs.com/jackson-ou/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jackson-ou/archive/2009/08/12/1544551.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jackson-ou/archive/2009/08/12/1544551.html"/></entry><entry><id>http://www.cnblogs.com/jackson-ou/archive/2009/07/29/1534420.html</id><title type="text">ASP.NET------Server端添加客户端JavaScript代码</title><summary type="text">1.通过控件的Attributes属性注册客户端JavaScript 如在Page_Load中，Button1.Attributes.Add("onclick", "javascript:alert('多加注意！！！')");2.通过Page.ClientScript.RegisterStartupScript和Page.ClientScript.RegisterClientScriptBlock...</summary><published>2009-07-29T11:45:00Z</published><updated>2009-07-29T11:45:00Z</updated><author><name>鸡尾虾的壳</name><uri>http://www.cnblogs.com/jackson-ou/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jackson-ou/archive/2009/07/29/1534420.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jackson-ou/archive/2009/07/29/1534420.html"/></entry><entry><id>http://www.cnblogs.com/jackson-ou/archive/2009/07/29/1534396.html</id><title type="text">ASP.NET------Request.UrlReferrer属性</title><summary type="text">含义：保存客户端上期请求的URL。1.在服务器端通过Response.Redirect导航后，保存上一个页面的信息。2.在客户端JS中，通过document.location.href导航后，返回null。3.在服务器Page_Load事件中，通过Server.Transfer导航后，返回null。用途：和PreviousPage属性类似，可以在Page_Load中判断客户端是如何导航到当前页面的...</summary><published>2009-07-29T11:03:00Z</published><updated>2009-07-29T11:03:00Z</updated><author><name>鸡尾虾的壳</name><uri>http://www.cnblogs.com/jackson-ou/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jackson-ou/archive/2009/07/29/1534396.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jackson-ou/archive/2009/07/29/1534396.html"/></entry><entry><id>http://www.cnblogs.com/jackson-ou/archive/2009/07/28/1533303.html</id><title type="text">ASP.NET------Server.Transfer()，Response.Redirect()和PostBackUrl的跨页面Postback效果比较</title><summary type="text">1. Server.Tranfser方法，如Server.Transfer("~/Page2.aspx"); 注意：参数中不能带查询参数的。 效果：在Page2.aspx.cs中，IsCrossPagePostBack属性为false。 PreviousPage是可以用的。Windows的URL是没有变化的，相当于还是自身Page响应，只是用另外一个Page的页面来填充原有页面。2. Respon...</summary><published>2009-07-28T11:49:00Z</published><updated>2009-07-28T11:49:00Z</updated><author><name>鸡尾虾的壳</name><uri>http://www.cnblogs.com/jackson-ou/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jackson-ou/archive/2009/07/28/1533303.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jackson-ou/archive/2009/07/28/1533303.html"/></entry><entry><id>http://www.cnblogs.com/jackson-ou/archive/2009/07/28/1533214.html</id><title type="text">ASP.NET------ASP.NET 2.0中&amp;quot;web form designer generated code&amp;quot;不可见</title><summary type="text">使用ASP.NET 2.0+VS 2005, "web form designer generated code"在.cs文件中是不可见的。如果使用ASP.NET 1.1+VS 2003，这些自动生成的代码是可见的。</summary><published>2009-07-28T09:42:00Z</published><updated>2009-07-28T09:42:00Z</updated><author><name>鸡尾虾的壳</name><uri>http://www.cnblogs.com/jackson-ou/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jackson-ou/archive/2009/07/28/1533214.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jackson-ou/archive/2009/07/28/1533214.html"/></entry></feed>
