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

搜索资源列表

  1. 用Java编写HTML文件分析程序

    1下载:
  2. 用Java编写HTML文件分析程序  一、概述          Web服务器的核心是对Html文件中的各标记(Tag)作出正确的分析,一种编程语言的解释程序也是对源文件中的保留字进行分析再做解释的。实际应用中,我们也经常会碰到需要对某一特定类型文件进行要害字分析的情况,比如,需要将某个HTML文件下载并同时下载与之相关的.gif、.class等文件,此时就要求对HTML文件中的标记进行分离,找出所需的文件名及目录。在Java出现以前,类似工作需要对文件中的每个字符进行分析,从中找出所需部
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-07-07
    • 文件大小:1066
    • 提供者:tiberxu
  1. 实例53-多线程文件下载服务器

    0下载:
  2. 多线程下载文件服务器,接收客户端登陆信息,和传递文件-multi-threaded download the file server, the receiving client landing information, and transmit documents
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:68618
    • 提供者:lxy
  1. DownLoad(java流实现下载功能)

    0下载:
  2. 用java实现文件下载,通过使用用该类可以下载不同类型的文件。-with java download files through the use of such use can be downloaded for different types of documents.
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:1064
    • 提供者:江波
  1. 文件下载

    0下载:
  2. VB做得单线程下载,能截获浏览器的下载动作,只能判断文件名。-VB done threaded download, intercepted browser can download action can only judge the file.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:21896
    • 提供者:王海
  1. MyFtp 文件传输源程序

    1下载:
  2. ftp文件传输源程序,能进行文件下载、上传,简单实用。
  3. 所属分类:网络编程

    • 发布日期:2010-10-27
    • 文件大小:50341
    • 提供者:安帝
  1. ftp下载

    0下载:
  2. 简单好用的文件下载程序-simple and easy download documents
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:2354
    • 提供者:张横
  1. 多文件下载工具

    0下载:
  2. 一个值得研究的下载程序, 来自于网络!-one worth studying download from the Internet!
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:22233
    • 提供者:张阳
  1. download

    0下载:
  2. 网络编程,实现在http的条件下面的网络的文件下载。这是我们老师上课讲的一个例子。觉得还不错,所以上传供大家分享-Internet program。this is just a kind of download program that used in http protocol and can download some url file
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-07
    • 文件大小:14294
    • 提供者:刘航
  1. Ch5

    0下载:
  2. 一个简单的文件下载程序,简单的实现了文件的下载功能,已经文件名的识别问题-a simple file download java/servlet program
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:220647
    • 提供者:xuexiaoxiao
  1. file_transfer

    0下载:
  2. 基于TCP的文件下载服务器 mfc编写 包括客户端和服务器端两部分-TCP-based file download server mfc preparation, including client and server-side two
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-21
    • 文件大小:6443634
    • 提供者:杨广林
  1. Struts2_10

    0下载:
  2. Struts 2单文件上传,多文件上传,单文件下载的例子,有助于新手学习-upload and download
  3. 所属分类:Java Develop

    • 发布日期:2017-05-21
    • 文件大小:6493779
    • 提供者:江北
  1. InternetDownload

    0下载:
  2. 用C++写的Internet文件下载程序-Written using C++ Internet file download
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:34300
    • 提供者:马超
  1. DownLoadInJsp

    0下载:
  2. JSP文件下载的几种方式,在文件的传输中是流的形式存在的,在硬盘上是文件的形式存在的。我们要做的只是通过HttpServletRequest和HttpServletResponse,或者是response和request来发送流和读取流。以及把文件转换成流或把流转换成文件的操作。-Different ways to download files in JSP
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-13
    • 文件大小:1873
    • 提供者:Vincent
  1. download

    0下载:
  2. 实现文件下载功能,用户可在站内下载,通过服务器提供的url进行下载-Implementation file download feature, the user can download in the station, provided by the server to download url
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-06
    • 文件大小:2895
    • 提供者:旷子
  1. download

    0下载:
  2. android文件下载,实现了下载二进制和文本文件-android file downloads, realized the binary and text files download
  3. 所属分类:android

    • 发布日期:2017-03-30
    • 文件大小:49401
    • 提供者:ysunicom
  1. FileUpload2

    1下载:
  2. 不错的java上传和下载的代码! 1.实现单文件上传 2.实现多文件上传 3.文件下载-Good upload and download java code! 1. To achieve a single file upload 2. Multi-file uploads 3. File Download
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:211702
    • 提供者:袁慧
  1. Aria

    0下载:
  2. android 文件下载工具,支持多线程断点续传、支持任务组下载,支持FTP文件上传,FTP文件夹上传(Android file download tools, support multi-threaded HTTP download, support task group, support FTP file upload, FTP upload folder)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:18546688
    • 提供者:aria.lao
  1. url

    0下载:
  2. 使用统一资源定位符类URL实现文件下载,同时ImageIO也可以实现(class URL download file)
  3. 所属分类:Java编程

    • 发布日期:2017-12-15
    • 文件大小:1024
    • 提供者:heyufei_007
  1. FLV文件下载器

    0下载:
  2. 用Delphi开放的视频网站FLV视频下载,这个软件可以下载tudou等网站上视频,支持代理,现在支持的网站有 土豆视频 优酷视频 酷6视频 6房间tudou,youku,ku6,6这几个(Using Delphi to develop a video site FLV video download, this software can download Tudou and other websites video, support agents; now support sites have
  3. 所属分类:网络截获/分析

    • 发布日期:2018-01-06
    • 文件大小:747520
    • 提供者:SUPER SOFT
  1. 有进度条的下载示例

    0下载:
  2. 有进度条的下载示例 ,可以多文件下载,可以让初学者写一些在线升级的模块(There is a download example of the progress bar, which can be downloaded in multiple files. It allows beginners to write some modules for online upgrading.)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:171008
    • 提供者:vbsoft2018
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com