一、封装的类 using System; using System.Collections.Generic; using System.Linq; using System.Tex…
c#下实现ping操作代码 这里我写的是一个窗体程序。首先添加textbox,listbox,button控件,其中textbox录入域名或IP,listbox显示结果. pri…
C# 两个目录同步的代码 using System; using System.Collections.Generic; using System.IO; using System…
using System; using System.Collections.Generic; using System.ComponentModel; using System.…
[HttpPost] public string xdg() { &…
vs2010中运行,必须引用Mysql.data /连接数据库/ using System; using System.Collections.Generic; using Sys…
List<FileInfo> list = new List<FileInfo>(); public void FindFile(string path, …
C#生成简单验证码的代码 html页面 <!-- Document : ASP.NET用一般处理程序生成验证码 Created on : 2008-10-13 17:04 A…
using System; using System.Collections.Generic; using System.Text; namespace Delegate { //…
jQuery Uploadify结合C#实现带进度条的上传 <%@ Page Language="C#" AutoEventWireup="tr…
/// <summary> /// 汉字转拼音或转拼音首字母 /// </summary> public class ChineseToSpell { pr…
public static BinaryTreeNode BuildBinarySearchTree(int[] sortedArray) { if (sortedArray.Le…
C#实现定时全屏截图并且保存到预先设定好的文件夹中的代码示例