自定义博客皮肤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)
  • 资源 (4)
  • 收藏
  • 关注

原创 IIS7.0 for developer

IIS7.0 for developer在Windows Vista中IIS默认安装是不对ASP.NET等开发人员提供支持的,也就是说developers的安装需要额外的动作。否则您的使用过程可能会遭到诸如404.3等一类的错误(我就刚刚遇到过……)Windows Vista华丽的界面可能一下子让您无法搞清楚状况,不过不要着急,请按下面的步骤,您将得到更多更好的支持。1、开始-

2007-08-27 03:03:00 255

原创 【代码保留】Quarter类

一组关于季度的类可以实现时间比对(是否超时等的基本判断)(仅作保留,非公开)using System;using System.Collections.Generic;using System.Text;namespace ConsoleApplicationQuarter{    class Program    {        static void Main(string[] 

2007-08-01 10:03:00 304

使用增强的计时器测量代码段(Code Section)

使用增强的计时器测量代码段(Code Section) 作者:英特尔公司 Paul Work 和 Khang Nguyen  介绍  现有计时器  增强的计时器  使用增强的计时器  增强计时器的结构  结论  更多资源  作者简介

2009-02-19

Learning GNU C

文档格式:pdf Learning GNU C Ciaran O’Riordan Why learn C? C is a standard. It is the programmers programming language. It is the standard programming language of GNU and BSD based systems. The majority of these systems and the applications that run on them, is written in C. C was developed over thirty years ago for writing operating systems and applications. It’s small, extensible design has allowed it to evolve with the computer industry. Because of it’s age and popularity, C is a very well supported language. Many tools exist to make C programming easier and these tools are often very mature and of a high standard. All the software we will use in this book is written in C. Why use GNU? GNU is a complete, Unix-like operating system that has been in development for just over twenty years. GNU software is known for it’s stability and standard compliance. Most GNU systems use Linux as a kernel. These systems are often known as GNU/Linux systems.

2008-09-11

ISO-C99标准文档

这是ISO-C99的标准文档。是C语言99版本之后的最佳参考,也是最新版本。

2008-09-11

空空如也

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

TA关注的人

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