CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - requests

搜索资源列表

  1. iisshield-10041

    0下载:
  2. isShield 是一个IIS ISAPI过滤器,防止破坏IIS的任何已知和未知的攻击。在IisShield预防的方法是增加值阻止,甚至还试图解释的请求试图打破在IIS。一份详细的日志引擎,IisShield帮助IIS管理员预先知道和防范已知或未知的攻击的IIS的HTTP流量在互联网上。 今天的互联网风险,必须在各级和应用层防火墙的保护是一项新兴技术,需要提供更高的保护级别,由于HTTP协议层的攻击类新的Web服务器。 配置相当详细提供准确的能力,决定了什么是接受的,
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:54101
    • 提供者:咖喱
  1. ARP_Send_Echo

    0下载:
  2. 1、实现对局域网内ARP请求的响应。  2、实现对局域网内ICMP的ECHO报文的响应 ICMP_Send_Echo,功能描述:用另外一台主机用ping 命令ping 本主机主机,本主机卸载TCP/IP协议,此时我们编写的程序ICMP_Send_Echo解读Wincap抓到的包,并封装好我们的数据包对另外一台主机回应,另外一台主显示结果能政党ping通,当我们结束ICMP_Send_Echo时,另外一台主机显示为不能ping通。- 1, to realize the LAN ARP r
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-03-29
    • 文件大小:21176
    • 提供者:zym
  1. socket2

    0下载:
  2. 基于linux操作系统下的socket编程,完成一个简单聊天工具。服务器端首先:向内核申请一个socket。第二绑定地址到socket上,地址包括主机、端口。第三在socket上,允许接入呼叫并设置队列长度为1.第四等待/接受呼叫。第五传输数据(及可以聊天)。 客户端:第一向内核请求建立socket 第二与服务器相连。第三传输数据 -Linux operating system based on the socket programming, to complete a simple
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:14249
    • 提供者:zhangwei
  1. linux_tcp

    4下载:
  2. Linux环境下Socket编程: 1.网络时间服务器timeserver,为网络上的用户提供时间服务,即为网络用户返回服务器的当前时间;记录发出请求的网络用户的IP地址(保存到文件中),格式如下: IP地址 请求时间 时间服务客户端timeclient,该客户端能够向服务器发送时间服务请求,并把获得的时间返回给用户。 采用TCP协议编写一个远程数据备份服务器,运行客户端将本地文件备份到远程的服务器中。 -Socket Programming Linux environm
  3. 所属分类:Linux Network

    • 发布日期:2017-03-28
    • 文件大小:4870
    • 提供者:艾萌
  1. lixiaokang_final

    0下载:
  2. 提供界面交互的图书管理系统!利用SOCKET实现远程登陆服务器请求-Provides an interface to interact with library management system! The use of remote login server requests SOCKET
  3. 所属分类:Education soft system

    • 发布日期:2017-03-27
    • 文件大小:588362
    • 提供者:李小康
  1. diantivhdl

    0下载:
  2. 电梯的vhdl设计,6层楼含开关门,警报,内部请求,外部请求-Vhdl elevator design, six floors with switch doors, alarm, internal requests and external requests
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:162515
    • 提供者:卢宇
  1. UdpRtc

    0下载:
  2. UdpRtc (Ethernet Library demo for ENC28J60 mcu) this code shows how to use the ENC28J60 mini library : * the board will reply to ARP & ICMP echo requests * the board will reply to UDP requests on any port : * returns the command name *
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:4086
    • 提供者:duonghai
  1. UdpResponse

    0下载:
  2. this code shows how to use the ENC28J60 mini library : * the board will reply to ARP & ICMP echo requests * the board will reply to UDP requests on any port : * returns the request in upper char with a header made of remote host IP & port nu
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:2093
    • 提供者:duonghai
  1. eir_a

    0下载:
  2. This example consists of two separate projects/applications eir_a for the role A device and eir_b for the role B device and uses the Connection library. * eir_a searches for devices and then displays the information on the devices found. * ei
  3. 所属分类:Windows Mobile

    • 发布日期:2017-03-23
    • 文件大小:2433
    • 提供者:nissim
  1. air_b

    0下载:
  2. This example consists of two separate projects/applications eir_a for the role A device and eir_b for the role B device and uses the Connection library. * eir_a searches for devices and then displays the information on the devices found. * ei
  3. 所属分类:Windows Mobile

    • 发布日期:2017-03-31
    • 文件大小:1429
    • 提供者:nissim
  1. CIOCPModel

    0下载:
  2. 利用完成端口模型开发计算机文化基础课考试系统。该软件由服务器和客户端两部分组成,服务器端采用多线程设计,主线程启动后,创建一个接受客户端请求线程和CPU数量2倍的服务线程,采用套接字的完成端口模型对服务器的I/O操作进行管理,利用套接字WSAEventSelect模型实现对接受客户端请求进行管理。客户端包括连接服务器并接受试卷,接着初始化试卷,答卷 ,交卷部分。-Completion port model development using a computer basic courses of
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:93572
    • 提供者:WANGTAO
  1. FileDownLoad

    0下载:
  2. 利用套接字Select模型开发的一个远程文件下载程序,该程序包括服务器端和客户端两部分。服务器主要包括多线程设计,数据包设计,界面设计发送目录结构设计等部分。客户端包括多线程设计,界面设计等部分客户端的大致流程是连接服务器 发送请求接受目录,发送请求,解析数据,显示数据 等部分。-Select model development using a socket, a remote file downloading program, which includes server-side and cl
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:39753
    • 提供者:WANGTAO
  1. webhttp2.20090927175451

    0下载:
  2. 模拟GET_POST方法发送HTTP请求_webhttp2-Simulation GET_POST method to send HTTP requests _webhttp2
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-04
    • 文件大小:332409
    • 提供者:浪子
  1. HuaiXinTRAS

    0下载:
  2. 授课计划申报管理系统(含文档),采用多层架构开发 DAL Data Access Layer 数据连接层 BLL Buessniss Logical Layer 业务逻辑层 UI User Interface 用户交互层(表示) 说明:上面菜单栏中选项与左侧导航栏中是“一对多”的关系,对应关系如: 课程信息管理: 课程一般信息,授课计划。 教室资源管理: 资源种类,资源位置,基本信息,资源查询,资源申请。 系部信息管理: 系部信息。 教师信息管
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-05-13
    • 文件大小:3309742
    • 提供者:FSDF
  1. Simulation_GET_POST_method

    0下载:
  2. 模拟GET_POST方法发送HTTP请求-Simulation GET_POST method to send HTTP requests
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:304673
    • 提供者:key4lock
  1. HoneyPotSocket

    0下载:
  2. serverside whcih accepts client requests
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:720
    • 提供者:venkata
  1. SimplePWMP

    0下载:
  2. 带故障保护输入引脚的PWM,空比49.27%,选择输出比较OC8。已经通过编译 基于dspic30f系列 请站长开通,因为我真的很急用一个资源 大恩不言谢-With fault protection input pin of the PWM, air ratio 49.27 , choose the output compare OC8. Has been compiled based on dspic30f series of requests by owners opened,
  3. 所属分类:DSP program

    • 发布日期:2017-04-04
    • 文件大小:852
    • 提供者:唐瑶
  1. w32sk

    0下载:
  2. 由Jared Bruni写的源代码,来自planetsourcecode,可以帮助初学者完善自己的编程技巧-// written by jared bruni // for planetsourcecode // this was a request. // keep your coding requests coming !
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:17903
    • 提供者:king
  1. lunwen

    0下载:
  2. 自己写的MATLAB的防射变换的程序。请多多指教-Write your own MATLAB Anti-shot transformation process. Requests the exhibitions
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:148470
    • 提供者:李云
  1. HTTP

    0下载:
  2. C#编写的HTTP库,能够处理post和get请求,达到模拟点击的目的。-HTTP library written in C# can handle post and get requests to achieve the purpose of simulated click.
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:105712
    • 提供者:chester
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 43 »
搜珍网 www.dssz.com