Ray's playground

 

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

导航