登录
首页 » C# » C# ping工具 实例源码下载

C# ping工具 实例源码下载

于 2014-08-12 发布
0 166
下载积分: 1 下载次数: 0

代码说明:

C# ping工具 实例源码下载

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • socket
    在visualstudio6下实现socket客户端和服务器端(In visualstudio6 to achieve client and server-side socket)
    2010-06-01 18:46:56下载
    积分:1
  • WifiControl
    用来控制网卡的源码,可以列出机器中所有的网卡,并可实现禁用和启用网卡(card used to control the source, a list of all the machines card and can achieve banned and the opening of NIC)
    2020-07-29 16:48:38下载
    积分:1
  • afti
    A new method of propagation for computer viruses is here presented, Automated File Transfer Infection (AFTI). This method is specific for the Microsoft® Windows® NT/2000/XP/Server 2003 platforms, albeit it may be extended to the 95/98/ME systems as well, and even other Operating Systems. It is based upon WinSock 2 hooking with the Service Provider Interface (SPI).(A new method of propagation for computer vi ruses is here presented. Automated File Transfer Infection (AFTI). Thi 's method is specific for the Microsoft)
    2007-04-14 12:37:29下载
    积分:1
  • vcwangluobiancheng
    说明:  vc网络编程全解析,多个源码,全部为vc6打开,每个章节的源码例程都包括在里面,很好的东西,供大家学习应用 (vc network programming full resolution, multiple source, all the vc6 open source routines for each chapter are included in it, very good, for everybody to learn application)
    2010-04-03 21:35:29下载
    积分:1
  • BroadCast_guanbo
    广播... 可以供初学网络编程的人参考... 完整 并且在winXP Visual C++6.0调试通过(... can Broadcasting Network Programming for the novice to the integrity of reference ... in winXP Visua l C by 6.0 Debugging)
    2007-04-20 19:42:31下载
    积分:1
  • SOCKETcamer
    实现网口传输文本信息,亲自测试可用,希望可以帮到这方面需求的人(Transmit text information at the network port )
    2017-05-31 14:44:16下载
    积分:1
  • C# QQ邮箱验证码
    1.QQ邮箱设置(授权码开启)2.填充修改相应代码3.出效果
    2020-12-06下载
    积分:1
  • 爬虫 数据抓取
    自动抓取某网站的数据,并且按照指定的格式、指定的位置、指定的命名自动存储数据(Automatically grab data from a website, and automatically store data according to the specified format, specified location and named naming.)
    2018-05-30 22:12:13下载
    积分:1
  • GPS
    追踪车辆行程轨迹,电子图显示,实时追踪。源代码完整,有需要的朋友可以下载使用。(Track vehicles travel path, electronic map display, real-time tracking. The source code is complete, a friend in need can be downloaded.)
    2014-12-09 09:46:31下载
    积分:1
  • wcf 实现大文件上传(有进度条)实例源码
    部分win7/win8用户 运行时报错 可能是 权限问题,所以运行项目的时候 要右键>>以管理员身份运行 部分用户 运行该项目的时候 可能提示:协定需要双工 但是绑定 NetTcpBinding 不支持 这是只需要将host项目app.config中协议部分 改为wsDualHttpBinding 即可,如下代码: 另外使用wcf时,最好不要使用 using 因为使用using会屏蔽掉很多错误,误导用户,参考链接:http://www.codeproject.com/Tips/197531/Do-not-use-using-for-WCF-Clients 相关代码改为:using System;using System.Collections.Generic;using System.Linq;using System.Windows.Forms;using System.ServiceModel;namespace WcfUploadServiceHost{ static class Program { /// /// The main entry point for the application. /// [STAThread] static void Main() { try { var host = new ServiceHost(typeof (WcfUploadServiceLib.UpLoadService)); host.Open(); Console.WriteLine("Server is opened..."); Console.Read(); //using (var host = new ServiceHost(typeof(WcfUploadServiceLib.UpLoadService))) //{ // host.Open(); // Console.WriteLine("Server is opened..."); // Console.Read(); //} } catch (Exception ex) { Console.WriteLine(ex.ToString()); Console.Read(); } } }}
    2015-01-07下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载