自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (6)
  • 收藏
  • 关注

原创 [Win32] [线程] [NCThread] [NCThreadPool] 线程类、线程管理类

 /**//// ===========================================================================/// 文件: NCThread.h/// 作者: hjbcn/// 时间: 2006-12-18/// -----------------------------------------------------------

2006-12-18 19:15:00 970

原创 [TCP/IP详解学习中] ping程序

TCP/IP详解学习中// WinPing.cpp : Defines the entry point for the console application.//// USAGE://   WinPing 192.168.58.251//   WinPing www.infogo.com.cn//#include "stdafx.h"#include "stdlib.h"#include

2006-11-12 21:07:00 1022

原创 [ C++ ] [ 算法 ] [ 字符串处理 ] 以单词为单位将字符串倒序

#include #include  using namespace std; ////////////////////////////////////////////////////////////////////////////////////// 函数名 const string StringReverseByWord( const string srcStrin

2006-06-24 16:20:00 1967

原创 自定义的随机数生成类,“01二值随机数”,“01浮点随机数”,“0n整随机数”

#include using namespace std; ////////////////////////////////////////////////////////////////////////////////#include #include class CRandom{protected:       static bool m_bIfInitia

2006-05-13 14:00:00 1408

原创 以字符串形式返回当前系统时间,默认格式为“年月日时分秒”

以字符串形式返回当前系统时间,默认格式为“年月日时分秒”#include #include using namespace std; class CCurrentTime{private:       time_t   m_tDate;       string   m_strCurrentTime;       int      m_strSize;

2006-05-11 14:46:00 2221 1

如何通过“网上邻居”访问WebDAV服务器

通过网上邻居访问WebDAV服务器 操作远程文件就像操作本地文件一样

2008-12-20

Exchange 邮局邮箱用户使用手册

如何配置outlook以使用exchange邮箱 如何配置foxmail以使用exchange邮箱

2008-10-12

openLdap_admin 介绍如何管理、配置、维护OpenLDAP

openLdap_admin 介绍如何管理、配置、维护OpenLDAP LDAP System Administration

2008-10-11

CSS速成手册-如何在dm中写CSS

本手册适用于有Html知识基础,且对Dreamweaver软件有所熟悉的读者用户

2008-10-08

zope book - zope2的使用手册

Welcome to The Zope Book . This book is designed to introduce you to Zope, the open source web application server. To make effective use of the book, you should know how to use a web browser and you should have a basic understanding of HTML (Hyper Text Markup Language) and URLs (Uniform Resource Locators). You don't need to be a highly-skilled programmer in order to use Zope, but some programming background (particularly object-oriented programming) will be extremely helpful.

2008-09-26

excel学习资料-Excel函数应用之函数简介

Excel函数应用之函数简介 Excel进阶技巧 Excel函数应用之数学和三角函数 SUM Excel函数应用之逻辑函数 Excel函数应用之统计函数

2008-09-26

空空如也

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

TA关注的人

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