CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - Closing

搜索资源列表

  1. 用Java实现Web服务器

    1下载:
  2. 用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:10425
    • 提供者:雨岳
  1. remote_control

    0下载:
  2. 远程控制客户端,只需轻轻一点即可实现远端的代理服务器开闭,还可以最小化之托盘,并结合hideip软件实现隐身。-remote control client, the touch point can be realized distal to the opening and closing proxy server, can also minimize's tray and software combination hideip stealth.
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:43187
    • 提供者:redsun
  1. p2p.chat

    0下载:
  2. 实现消息发送,发送文件,不同在线状态,关闭程序最小化到系统工具栏-achieve messaging, document delivery, online different state, closing procedures to minimize system tools column
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:502822
    • 提供者:
  1. rawstuff.zip

    0下载:
  2. 使用packet32实现的raw socket的初始化、接收数据包、发送数据包、关闭等功能。,It has realised the Raw socket`s initialation, receiving, sending of data packets and closing functions in which packet32 is used.
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-11-08
    • 文件大小:132764
    • 提供者:
  1. TCP

    0下载:
  2. TCP发包、收包C++源代码实现,可以用来测试TCP协议数据包的发送和接收。-TCP contract, closing package C++ source code can be used to test the TCP protocol to send and receive packets.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-06-12
    • 文件大小:19964464
    • 提供者:陈荣伟
  1. NetworkEx_

    0下载:
  2. 基于WinPcap开发包编写的一个局域网内扫描指定IP的端口开闭情况-Prepared based on WinPcap developer package to scan a specified IP LAN port opening and closing cases
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-03-28
    • 文件大小:85761
    • 提供者:李杰
  1. time

    0下载:
  2. The following program uses the Daytime protocol to obtain the date and time from port 13 of user-specified host(s). It provides a text field for input of the host name by the user and a text area for output of the host’s response. There are also
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:1662
    • 提供者:linchunhong
  1. UDP_TEST

    0下载:
  2. 利用IdSocketHandle完成udp协议初步实现。自发自收。-Use of IdSocketHandle completed the initial realization of the udp protocol. Spontaneous self-closing.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:182625
    • 提供者:lixx
  1. hookwinsock

    0下载:
  2. vb hook 任意进程的发包收包函数。可以做个自己专用的截取封包工具。-vb hook any process of bidding closing package function. Intercepts the packet can be its own dedicated tools.
  3. 所属分类:WinSock-NDIS

    • 发布日期:
    • 文件大小:132873
    • 提供者:tom
  1. SinaStock

    0下载:
  2. 通过调用sina接口 获取当日股票交易数据josn串 包括开盘收盘等数据-By sina calls interface to obtain the date of stock the transaction data josn string including opening closing data
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-11-09
    • 文件大小:2272
    • 提供者:eric
  1. EnetMap

    0下载:
  2. 电网计算中的一部分,处理电网拓扑结构,实现了自动电网拓扑结构分析,开闸合闸后的自动拓扑结构修正,在就行拓扑结构调整时速度很快。-Part of the grid computing processing power grid topology, automatic grid topology, the floodgates after closing automatic topology correction, fast line topology adjustment.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:3161
    • 提供者:货单程序
  1. 345745634666

    0下载:
  2. 自动关闭广告窗口源码,易语言写的网络编程,很好的参考资源。-Automatic closing window advertising source code, easy language to write the network programming, a good reference resources.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:471955
    • 提供者:清蒸翅子
  1. Devil-language

    0下载:
  2. 魔王语言: 处理括号: 先设置一个栈,遇到左括号时,不断地压栈,直到遇到右括号。一旦遇到了右括号就不断地出栈,直到出一个左括号,然后把这些字符解释,解释后压到栈里去。然后再不断地压栈,直到遇到下一个右括号,如此往复。并利用递归算法处理多重括号的情况。 翻译: 一旦遇到需要翻译的字符,输出指定的字符串。此处仅仅设置了两种规则(自行定义),因此只需按照定义过的规则输出字符串即可。-Devil language: Handling parentheses: setting a stac
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-12
    • 文件大小:1840
    • 提供者:ck
  1. mqtt

    4下载:
  2. mqtt的C语言客户端,本压缩包文件可以做到订阅话题、并在接收到消息之后驱动相应LED灯开闭、呼吸等。已经在树莓派上面测试通过-mqtt C language clients can do this compressed file subscr iption topic, and after receiving the message-driven opening and closing the corresponding LED lights, breathing. Raspberry Pi
  3. 所属分类:远程控制编程

    • 发布日期:2017-04-17
    • 文件大小:30223
    • 提供者:秦飞
  1. Algo3-12

    0下载:
  2. 银行业务模拟,银行的关门时间与客户的到达时间问题,主要是栈和队列的y-Banking business simulation, banks closing time with the customer
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:1958
    • 提供者:xie0472763
  1. PUBgb10

    0下载:
  2. 1.管理功能清晰,间接,强劲。 2.细到可以修改每个用户的参数,粗到一次点击便可删除单个用户全部资料和留言。 3.决不会在数据库中留下冗余记录。 4.严格审查权限,管理功能封闭性好,安全可靠。 5.可清晰获知用户使用情况,便于即时删除冗余用户。 6.可选择开通或关闭留言本申请。-1. Management functions clear, indirect, strong. 2. The fine to each user can modify the parameter
  3. 所属分类:Web Server

    • 发布日期:2017-04-30
    • 文件大小:71664
    • 提供者:小益
  1. voting

    0下载:
  2. 1、支持在线的图片投票和评论;2、支持报道新闻动态更新 3、支持自定义分类4、支持投票相关的评选,投票的说明等 5、每天每个IP投票数量显示,每个Ip对指定的图片投票限制等等 6、后台完善由大赛报道、人物展示、投票评论、用户管理、系统管理主要组成 7、在线报名,后台自主审核用户 8、用户查询系统 9、合作商业单位 10、自动关闭投票功能 11、会员投票开关功能,会员投票数限制功能,自由组合是否由会员全新投票 12、全新编辑器,改掉以有弹出式,人性化界面
  3. 所属分类:Web Server

    • 发布日期:2017-05-07
    • 文件大小:1300360
    • 提供者:zhaoqingqing
  1. photo_discuz

    0下载:
  2. 本插件可以使用于6.0或者6.1版本 管理员可以控制用户组或者单个会员的上传的空间大小或者上传的图片数量。 支持批量上传,上传的图片独立目录,不影响原来的结构目录。 相册可选择开启或关闭自由注册,如关闭自由注册则只由管理员后台手工添加用户ID 可针对用户组或者用户设置允许上传的图片格式。-This plug-in can be used in the 6 or 6.1 version of the administrator can control the user group or indiv
  3. 所属分类:Web Server

    • 发布日期:2017-05-04
    • 文件大小:30821
    • 提供者:zzw
搜珍网 www.dssz.com