Ray's playground

 

2010年3月30日

Advanced Templates(The Definitive Guild to Django)

摘要: Practice1: Write a custom tagPractice2: Write a custom filter 阅读全文

posted @ 2010-03-30 21:21 Ray Z 阅读(182) 评论(0) 推荐(0) 编辑

Channels(Essential Windows Communication Foundation)

摘要: WCF supports three distinct message-exchange patterns: one-way,duplex, and request-reply. To facilitate each of these patterns, WCF providesten different interfaces called channel shapes. The five sha... 阅读全文

posted @ 2010-03-30 15:10 Ray Z 阅读(235) 评论(0) 推荐(0) 编辑

Contracts(Essential Windows Communication Foundation)

摘要: WCF heavily leverages SOAP for contract definitions. Specifically, ituses WDSL for describing service endpoints and XSD for describing data.The service operations defined in WSDL are used to route inc... 阅读全文

posted @ 2010-03-30 13:18 Ray Z 阅读(231) 评论(0) 推荐(0) 编辑

Advanced Views and URLconfs(The Definitive Guild to Django)

摘要: In Python regular expressions, the syntax for named regular expression groups is(?P<name>pattern), where name is the name of the group and pattern is some pattern to match.  If you put a single ... 阅读全文

posted @ 2010-03-30 10:29 Ray Z 阅读(176) 评论(0) 推荐(0) 编辑

导航