摘要: 暂时还没有完善,仅做记录 1 # coding:gb2312 2 3 s = """ 4 <?for a in range(5)> 5 <?for b in range(2)> 6 abcd 7 <for?> 8 ---------------------------- 9 <for?> 10 11 """ 12 13 14 class TemplateException(Exception): 15 def __init__(self, message, contents, line, 阅读全文
posted @ 2013-05-08 23:31 JimmyLai 阅读(382) 评论(0) 推荐(0) 编辑
摘要: View Code 1 public class TinyDb 2 { 3 public TinyDb(DbConnection connection) 4 { 5 this.connection = connection; 6 } 7 8 [Obsolete] 9 private readonly DbConnection connection = null; 10 protected DbConnection Connection 1... 阅读全文
posted @ 2013-05-08 23:01 JimmyLai 阅读(421) 评论(1) 推荐(0) 编辑

Stick on your dream.