-
C# 操作iis建站、删除站点、设置默认文档、asp.net版本(支持iis6/iis7/iis8)
目前实现的功能有 创建、删除、查找站点,同时可以 设置默认文档以及asp.net版本,支持iis6/iis7/iis8.5
- 2015-05-07下载
- 积分:1
-
663705
Produce a real random number 产生真正的随机数(Produce a real random number produces real random numbers)
- 2018-12-26 07:58:01下载
- 积分:1
-
goodsuperstar_Angel
一个小天使提醒工具的源代码,功能非常强大。感兴趣的朋友可以下来研究下。(A small angel to remind tools source code is very powerful. Interested friends can down under study.)
- 2011-12-29 15:31:39下载
- 积分:1
-
获取某一个进程cpu 占用率 示例源码
支持多核 支持 实时读取
- 2014-01-21下载
- 积分:1
-
HIDUSB
Windows 系统下
1.USB设备的查找:
2.发送数据到USB设备:
3.接收数据从USB设备:(Windows system 1. USB device search: 2. Send data to USB device: 3. Receive data from USB devices:)
- 2008-05-27 13:26:13下载
- 积分:1
-
services
windows服务编写,实现windows服务功能,对学习服务编程有帮助(windows service written windows service learning programming)
- 2012-08-23 11:41:40下载
- 积分:1
-
11.11
扫描驱动相关的资料,包含配置文件和dll文件,是一部分11(Scan driver-related information, including configuration files and dll file is part of 11)
- 2009-05-20 18:50:26下载
- 积分:1
-
C#分割大文件为小文件,同时实现将 已分割的小文件合并
分割大文件为小文件,同时实现将 已分割的小文件合并
- 2013-01-22下载
- 积分:1
-
crnttion
这是一个很好的收发短信程序 需要都尽情享用()
- 2018-01-15 19:18:07下载
- 积分:1
-
c# 多线程操作例子源码
多线程操作 [实例截图] [核心代码]using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Threading;namespace ThreadMore{ public partial class Form3 : Form { public Form3() { InitializeComponent(); } // 发送数据包的类 public class SendPackage { Package pack; // 保存将被发送的数据包 int quantity = 1; // 数据包的个数 // 发送数据包 public SendPackage(Package p, int count) { pack = p; quantity = count; } public void ThreadRun() { // 发送指定数量的数据包 for (int looper = 1; looper
- 2015-03-20下载
- 积分:1