- 博客(3)
- 资源 (2)
- 收藏
- 关注
原创 CLR 是怎样去处理Boxing and Unboxing Value Types?
Its possible to convert a value type to a reference type by using a mechanism called boxing.Internally, heres what happens when an instance of a value type is boxed:1. Memory is allocated from the m
2007-07-17 23:14:00
522
原创 .net 的一些经验总结
1.与的区别:答:是在程序执行时调用,是在DataBind()方法之后被调用 2.控件接收哪些类型数据? 答:接收Bind的控件,一般有DropDownList,DataList,DataGrid,ListBox这些集合性质的控件,而被捆绑 的主要是ArrayList(数组),Hashtable(哈稀表),DataView(数据视图),DataReader这四个,以后我们就可以 对号入座,不会出现
2006-02-07 20:11:00
801
原创 C# 结合 oracle处理clob字段文件时出错
C# 结合 oracle处理clob字段文件时出错,clob可以存放几个G得东西,为什么我在项目种才放了几十k得时候就出错了,望大侠指点
2005-02-20 23:58:00
981
PetStore 中EJB 的设计模式
2009-09-01
OOD启思录-面向对象圣典(英文版)
2009-09-01
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人