sirkay777

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2009年12月7日

摘要: VC6使用中遇到的问题的总结。 阅读全文
posted @ 2009-12-07 22:04 Sir. Kay 阅读(375) 评论(0) 推荐(0) 编辑

2009年11月7日

摘要: 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 阅读(116) 评论(0) 推荐(0) 编辑

2009年3月11日

摘要: Summarizing the errors I encountered when using gdb, to be expanded... 阅读全文
posted @ 2009-03-11 09:49 Sir. Kay 阅读(121) 评论(0) 推荐(0) 编辑

摘要: summarizing the errors I encountered when using gcc complier, hope to be helpful later. 阅读全文
posted @ 2009-03-11 09:42 Sir. Kay 阅读(159) 评论(0) 推荐(0) 编辑

2009年3月9日

摘要: Ode to the GDB's print command, such a powerful tool. 阅读全文
posted @ 2009-03-09 21:59 Sir. Kay 阅读(164) 评论(0) 推荐(0) 编辑

2009年3月4日

摘要: 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 阅读(586) 评论(0) 推荐(0) 编辑

2008年12月12日

摘要: callback和closure是软件设计的两个基本概念,也是构建一些设计模式(Design Pattern)的基础。由Think in Java (4th) Inner Class一章的closure&callback展开讨论,试图弄清楚这两个概念。 阅读全文
posted @ 2008-12-12 16:24 Sir. Kay 阅读(237) 评论(0) 推荐(0) 编辑