08 2008 档案

摘要:public abstract class DataBase : ActiveRecordBase where T : class ...{ private int id; /**//// /// 主键 /// [PrimaryKey(PrimaryKeyType.Identity,... 阅读全文
posted @ 2008-08-28 00:02 只想做好 阅读(380) 评论(0) 推荐(0)
摘要:protected void ImageButton1_Click(object sender, ImageClickEventArgs e) { FileStream fs = new FileStream(Server.MapPath("~\\wenjian\\") + "test.doc", FileMode.Open, FileAccess.Read); ... 阅读全文
posted @ 2008-08-26 23:15 只想做好 阅读(480) 评论(0) 推荐(0)
摘要:不同的ContentType 会影响客户端所看到的效果.默认的ContentType为 text/html 也就是网页格式. 代码如: 显示的为网页,而 则会显示html原代码. ... 阅读全文
posted @ 2008-08-26 23:01 只想做好 阅读(1688) 评论(0) 推荐(0)