KiddLee

态度决定一切!我博客,留住生活中的精彩
数据加载中……

每日所见记录

记录每天从网上学到的点点滴滴
数据库存储图像及使用Image控件显示
     摘要: 在数据库中存取并显示到页面Image控件的功能。原来认为并不复杂,但是实际中却遇到了一些问题。  阅读全文

posted @ 2008-07-08 14:00 KiddLee 阅读(703) | 评论 (2)  编辑

Generating user instances in Sql Server is disabled. Use sp_configure 'user instances enabled' to generate user instances
     摘要: Generating user instances in Sql Server is disabled. Use sp_configure 'user instances enabled' to generate user instances  阅读全文

posted @ 2008-03-12 10:39 KiddLee 阅读(232) | 评论 (0)  编辑

类型构造器

posted @ 2007-07-24 22:07 KiddLee 阅读(278) | 评论 (0)  编辑

装箱拆箱续
     摘要: 原来写了一篇有关装箱拆箱的文章,这几天看到这个例子,觉得更能说明一些问题,首先看下面的例子  阅读全文

posted @ 2007-07-11 14:00 KiddLee 阅读(368) | 评论 (1)  编辑

Session Cookie and Persistent Cookie

posted @ 2007-07-10 16:22 KiddLee 阅读(451) | 评论 (0)  编辑

第一次执行方法

posted @ 2007-06-15 12:59 KiddLee 阅读(272) | 评论 (3)  编辑

我犯错了
     摘要: 今天发现我在项目中犯了一个错  阅读全文

posted @ 2007-04-16 18:12 KiddLee 阅读(499) | 评论 (2)  编辑

装箱拆箱
     摘要: 我原来对于装拆箱的理解只是停留在将值类型转化为Object类型,然后再转换回来。实际上,在这个看似简单的问题上还有一层更深的含义。  阅读全文

posted @ 2007-03-22 10:38 KiddLee 阅读(740) | 评论 (3)  编辑

类型初始化
     摘要: 最近两天在看《.Net本质论》其中提到了一类型初始化中比较关键的两个方法:类型初始化器(cctor)和构造函数(ctor)。  阅读全文

posted @ 2007-02-26 11:01 KiddLee 阅读(374) | 评论 (3)  编辑

时间类型默认的时分秒

posted @ 2007-01-27 10:40 KiddLee 阅读(305) | 评论 (0)  编辑

使用xsd生成代码
     摘要: 前一段时间看《C#高级编程》发现用数据表对应的Xml文件可以生成cs代码  阅读全文

posted @ 2006-10-25 15:44 KiddLee 阅读(932) | 评论 (0)  编辑

小议String和StringBuilder
     摘要: 在看李建忠老师的Proxy代理模式课程的时候,听他讲了一些有关String类型和StringBuilder类型的内容。对这两个类型的实现有了一些新的认识。  阅读全文

posted @ 2006-10-18 10:18 KiddLee 阅读(1562) | 评论 (5)  编辑

小议foreach
     摘要: 今天给一个同事讲一个程序,应该是一个比较基础的程序,但是把我给难住了(哎,才发现自己的基础也滥的可以了),程序大概是这样的  阅读全文

posted @ 2006-07-27 17:53 KiddLee 阅读(2034) | 评论 (7)  编辑

显示的接口实现

posted @ 2006-06-26 14:37 KiddLee 阅读(140) | 评论 (0)  编辑

每日所见记录(三)

posted @ 2006-02-15 10:10 KiddLee 阅读(833) | 评论 (5)  编辑

Full 每日所见记录 Archive