Ray's playground

 

2010年3月25日

Why use Servlets & JSPs: an introduction(Head First Servlets and JSP)

摘要: 􀂃 A GET request appends form data to the end of the URL.  􀂃 A POST request includes form data in the body of the request.  􀂃 A MIME type tells the browser what kind of data the browser is about to ... 阅读全文

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

Views and URLconfs(The Definitive Guild to Django)

摘要: views.pyCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1fromdjango.httpimportHttpResponse,Http4042importdatetime34defhello(request):5returnHttpRespon... 阅读全文

posted @ 2010-03-25 20:31 Ray Z 阅读(243) 评论(0) 推荐(0) 编辑

Getting Started(The Definitive Guild to Django)

摘要: Django only supports python 2.4 to python 2.6.  If you run "python setup.py install" with python 3.0+ installed, you will get error like "u'SVN' syntax error".  After running "django-admin.py startpro... 阅读全文

posted @ 2010-03-25 17:48 Ray Z 阅读(245) 评论(0) 推荐(0) 编辑

Introduction to Django(The Definitive Guild to Django)

摘要: Django is a web framework.Why I want to learn Django?  Because I want to practice my python skills. 阅读全文

posted @ 2010-03-25 12:57 Ray Z 阅读(259) 评论(0) 推荐(0) 编辑

导航