Ray's playground

 
上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 56 下一页

2010年4月3日

Sessions, Users, and Registration(The Definitive Guild to Django)

摘要: The session and authorization system is a lot to absorb. Most of the time, you won’t needall the features described in this chapter, but when you need to allow complex interactionsbetween users,... 阅读全文

posted @ 2010-04-03 23:32 Ray Z 阅读(205) 评论(0) 推荐(0) 编辑

2010年4月2日

Hosting(Essential Windows Communication Foundation)

摘要: Hosting Choices 阅读全文

posted @ 2010-04-02 09:50 Ray Z 阅读(210) 评论(0) 推荐(0) 编辑

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) 编辑

2010年3月31日

Generic Views(The Definitive Guild to Django)

摘要: Django ships with generic views to do the following:  • Perform common “simple” tasks: redirect to a different page or render a giventemplate.  • Display list and detail pages ... 阅读全文

posted @ 2010-03-31 22:01 Ray Z 阅读(206) 评论(0) 推荐(0) 编辑

Being a Web App: attributes and listeners(Head First Servlets and JSP)

摘要: MyServletContextListenerCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1packagecom.example;23importjavax.servlet.*;;45publicclassMyServletContextList... 阅读全文

posted @ 2010-03-31 21:43 Ray Z 阅读(149) 评论(0) 推荐(1) 编辑

Bindings(Essential Windows Communication Foundation)

摘要: Here are some guiding principles for working channels and bindingswithin WCF:  • The netTcpBinding binding is used for cross-machine communicationbetween .NET applications.  • The ne... 阅读全文

posted @ 2010-03-31 13:27 Ray Z 阅读(338) 评论(0) 推荐(0) 编辑

Advanced Models(The Definitive Guild to Django)

摘要: In short, a model’s manager is an object through which Django models perform databasequeries. Each Django model has at least one manager, and you can create custom managers tocustomize database ... 阅读全文

posted @ 2010-03-31 09:36 Ray Z 阅读(220) 评论(0) 推荐(0) 编辑

上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 56 下一页

导航