自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Focus on workflow

Time will change my life

  • 博客(6)
  • 资源 (1)
  • 收藏
  • 关注

原创 微软代码分析工具

这个月23号,微软的MSDN Code Gallery网站上发布了最新的代码分析工具4.2版(Microsoft Code Analysis for C# )。一段关于这个工具的介绍:“This tool is known internally within Microsoft as StyleCop, and has been used for many years now to help

2008-05-28 00:12:00 967

转载 Exception Handling - Do's and Dont's

 Exception Handling - Dos and DontsExceptions provide a consistent mechanism for identifying and responding to error conditions. Effective exception handling will make code more robust and e

2008-05-08 23:09:00 791

转载 What is the difference between an EXE and a DLL?

Concept:an exes fullname is  Extensible Execute Filean dlls fullname is Dynamic Link LiberaryDifference:1. .exe use by End User like-Client,.Dll can not use by End User.2. exe file is a excuta

2008-05-04 23:19:00 550

转载 Windows Memory Allocation Limitations

TOPIC:While unthinkable only a few years ago, tumbling memory prices and increasing hard drive capacities have presented PC users the ability to access gigabytes of memory at relativity low cost. As

2008-05-04 10:07:00 684

转载 What is the maximum amount of memory any single process on Windows can address? Is this different than the maximum virtual memor

There seems to be a lot of confusion in the industry about whats commonly called the Windows “4GB memory limit.” When talking about performance tuning and server sizing, people are quick to mention t

2008-05-04 10:01:00 4214

原创 什么是Windows Service, 它和标准的"exe"文件有什么不同?

Windows Service 是主要用于服务器环境而长期运行的应用程序, 这类程序不需要有用户界面或者任何模拟输出。 任何的用户消息通常都是记录在Windows 事件日志里。Windows Service可以在操作系统启动的时候开始,一直在后台运行,当有需要时也可以手动启动,我们可以通过管理工具里面的服务进行统一管理。当系统启动完毕后,Windows服务并不需要通过登陆页面后才能启动,而我们

2008-05-02 23:04:00 1912

JavaScript权威指南第五版

OReilly.JavaScript.The.Definitive.Guide.5th.Edition.

2007-04-06

空空如也

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

TA关注的人

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