Ray's playground

 

2010年4月1日

Generating Non-HTML Content(The Definitive Guild to Django)

摘要: Django has convenient built-in tools that you can use to produce some common non-HTML content:  • RSS/Atom syndication feeds  • Sitemaps (an XML format originally developed by Google that ... 阅读全文

posted @ 2010-04-01 22:32 Ray Z 阅读(147) 评论(0) 推荐(0) 编辑

Deploying Django(The Definitive Guild to Django)

摘要: This chapter covers the last essential step of building a Django application: deploying it toa production server.  If you’ve been following along with our ongoing examples, you probably used the... 阅读全文

posted @ 2010-04-01 21:44 Ray Z 阅读(207) 评论(0) 推荐(0) 编辑

Serialization and Encoding(Essential Windows Communication Foundation)

摘要: Deciding whether to use the DataContractSerializer, NetDataContractSerializer, XmlSerializeror theDataContractJsonSerializer is often aneasy decision. TheDataContractSerializer should be the defaul... 阅读全文

posted @ 2010-04-01 16:47 Ray Z 阅读(279) 评论(0) 推荐(0) 编辑

Behaviors(Essential Windows Communication Foundation)

摘要: WCF implements short-lived, ACID-style transactions in behaviors.Transactions can exist within a service or can flow across service boundaries.Transactions are implemented at the operation behavior le... 阅读全文

posted @ 2010-04-01 14:10 Ray Z 阅读(198) 评论(0) 推荐(0) 编辑

导航