自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 资源 (7)
  • 收藏
  • 关注

转载 Isolated Storage

---By Graham Parker , published on 06 Dec 2004 Overview<br />Knowing how and where to store things is bread and butter stuff for an Application Developer. Applications need to store state information, options, user settings, configuration informa

2010-08-16 14:41:00 510

原创 析构函数、Finalize和Dispose

<br />众所周知,.Net代码属于managed code,即objects的内存的释放工作,由CLR代劳,programmer s通常不需要关注objects的内存释放问题。然而,.Net也提供了一些机制使programmers可以进行资源的释放工作。<br /> <br />析构函数<br />C++ style,便于c++programmers学习,运行机制类似于Finalize,参考示例1。<br /> <br />Finalize<br />如果一个object的内存将被释放时,需要通知该o

2010-07-21 19:06:00 452

IPv6 Dual Stack Security Implications

IPv6 Dual Stack Security Implications:介绍IPv6的堆栈结构

2009-07-17

moss 2007 administration

用于moss 2007的管理,如企业protal,content management等等

2010-04-06

C++ under the Hood--Jan Gray.pdf (learning sbout c++ compiler)

author introduction: Jan Gray is a Software Design Engineer in Microsoft’s Visual C++ Business Unit. He helped design and implement the Microsoft Visual C++ compiler. book introduction: It is important to understand how your programming language is implemented. Such knowledge dispels the fear and wonder of “What on earth is the compiler doing here?”; imparts confidence to use the new features; and provides insight when debugging and learning other language features. It also gives a feel for the relative costs of different coding choices that is necessary to write the most efficient code day to day.

2009-04-29

一个用winsock2写的ping程序

用winsock2实现的ping程序,介绍了raw socket的用法,以及ICMP协议。

2009-07-17

T-SQL 参考(T-SQL参考手册)

为编写数据库访问程序的程序员提供的T-SQL语句参考,编写规范的SQL代码。

2009-04-30

moss 2007 development technique

想要学习moss的开发的.net程序员可以参考

2010-04-06

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除