Ray's playground

 
上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 56 下一页

2010年3月27日

Web App Architecture: high-level overview(Head First Servlets and JSP)

摘要: When you deploy your servlet into your web Container, you’ll create a fairly simple XML document called the Deployment Descriptor (DD) to tell the Container how to run yourservlets and JSPs. Alt... 阅读全文

posted @ 2010-03-27 10:58 Ray Z 阅读(179) 评论(0) 推荐(0) 编辑

2010年3月26日

Templates(The Definitive Guild to Django)

摘要: Template:[代码]View:[代码]Settings:settings.pyCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1TEMPLATE_DIRS=(2'/django/mysite/templates',3#Putstringshere... 阅读全文

posted @ 2010-03-26 12:50 Ray Z 阅读(143) 评论(0) 推荐(0) 编辑

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

2010年3月24日

COM Type Information(Chapter 4 of COM and .NET Interoperability)

摘要: When a .NET type attempts to access alegacy COM type, an intermediate object (termed a Runtime Callable Wrapper, or simplyRCW) is responsible for translating between COM types and .NET types. For exam... 阅读全文

posted @ 2010-03-24 20:36 Ray Z 阅读(189) 评论(0) 推荐(0) 编辑

A Primer on COM Programming Frameworks(Chapter 3 of COM and .NET Interoperability)

摘要: Mainly talk about ATL. 阅读全文

posted @ 2010-03-24 20:35 Ray Z 阅读(119) 评论(0) 推荐(0) 编辑

2010年3月23日

The Anatomy of a COM Server(Chapter 2 of COM and .NET Interoperability) part2

摘要: The final topic of this chapter is to refresh the role of IDispatch. As you have just seen,C++ and Visual Basic 6.0 are able to exercise early binding when making use of COMtypes. Early binding descri... 阅读全文

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

2010年3月17日

Arrays(Thinking in Java)

摘要: CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1importjava.util.*;23classBerylliumSphere4{5privatestaticlongcounter;6privatefinallongid=counter++... 阅读全文

posted @ 2010-03-17 22:06 Ray Z 阅读(188) 评论(0) 推荐(0) 编辑

上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 56 下一页

导航