HTML5先行者高级交流群

欢迎加入学习讨论
专注前端,专注网页设计制作及网站开发项目 - (低价承接网站开发项目) QQ:370158739加入收藏RSS
-
2013-12-20 13:52:02
如何在vs.net中利用UML来建模(转自MSDN)_.NET教程_编程技术
- Visually Model Software ApplicationsNote: Some features may not be offered in the publicly available Visual Studio.NET Beta 2. Customers building complex distribute
-
2013-12-20 13:52:00
获取网页内容_.NET教程_编程技术
- using System; using System.Net; using System.Text; using System.IO; class Test { [STAThread] public static void Main(string[] args) { Uri uri = new Uri("http://www.
-
2013-12-20 13:52:00
一个C++及Delphi做的压缩程序_.NET教程_编程技术
- { This is interface of C++ code. C++ source code not included to this archive. Look README.TXT file for more information. }#ifndef __CODING_H__#define __CODING_H_
-
2013-12-20 13:51:57
一个用C#实现的简单http server(转)_.NET教程_编程技术
- http.cs ---------------------------- using System;using System.Collections;using System.IO;using System.Net;using System.Net.Sockets;using System.Threading;class
-
2013-12-20 13:51:57
编程之道(完全小赵译版)中辑_.NET教程_编程技术
- 4.1A program should be light and agile, its subroutines connected like a strings of pearls. The spirit and intent of the program should be retained throughout. Ther
-
2013-12-20 13:51:55
显示进程、关闭进程_.NET教程_编程技术
- 首先通过CreateToolhelp32Snapshot函数创建一个进程的快照,然后通过调用Process32First使用快照返回的句柄对进程进行遍历,相关的信息存放在PROCESSENTRY32结构类型的实例中,然后显
-
2013-12-20 13:51:49
资源文件说明:resourcefiles_.NET教程_编程技术
- <%@ Register TagPrefix="Acme" Namespace="Acme" Assembly="QSTools" %><%@ Register TagPrefix="Acme" TagName="SourceRef" Src="/quickstart/aspplus/util/SrcRef.
-
2013-12-20 13:51:49
是不是这个?_.NET教程_编程技术
- /// <summary> /// 贴子列表 /// </summary> /// <author>jackson</author> /// <date>2001-07-01 15:14</date> /// <param name=
-
2013-12-20 13:51:47
用API修改注册表的完整模块_.NET教程_编程技术
- 有些老掉牙了,这是很久以前写的了,觉得功能已经比较完善了。 下载地址: http://www.wowor.net/bbs/up/files/2004403_mregistry.zip 这是我用这个模块写过的一个软件: 注册表大师
-
2013-12-20 13:51:44
转:如何用Visual C#做组件_.NET教程_编程技术
- 如何用Visual C#做组件用Visual C#来做组件,其实是一件很容易的事情。至少比用VISUAL C++要容易的多。在本文中,笔者将为您详细介绍如何来做一个组件。我们可以通过二个步骤来完成