摘要:
1. Template u'' cannot beextended, because it doesn'texist{% extends "base.html" %}This assumes your base.html template is at the root of your TEMPLATE_DIRS settings in settings.py.TO BE CONTINUED.. 阅读全文
posted @ 2009-11-07 16:35
Sir. Kay
阅读(119)评论(0)推荐(0)
摘要:
Circularly linked lists are circular in concepts but the physical memory locations of their elements are linear. That's the magic of the pointer. This article Explains the K&R's Storage Allocator in detail by applying these two views. 阅读全文
posted @ 2009-03-04 21:29
Sir. Kay
阅读(600)评论(0)推荐(0)