搜索资源列表
高级通信程序
- 这是一个自我感觉很好的通信程序,它的特点: 1.数据包格式全部自己定义。 所有的定义和通信核心类全部在COMM文件夹中。 2.能处理大量客户端同时通信的情况,客户和服务端共用相同的通信对象,并且可以实现互传。 3.通信细节全部封装在几个通用的类中,隐藏了交互通信的所有处理细节,如断包处理,超时重发等功能。 4.数据通信和数据具体应用完全分离,扩展性良好,本例中只做一个上传文件的例子,你可以在不用改动通信核心的情况下,可以实现远程控制所需的任何功能,并且不需要考虑通信细
LoadCAD
- 利用VB+Access实现CAD文件的管理,包括上传、下载、浏览等-Access VB CAD file management, including upload, download and browsing
shangchuandaosql
- 实现文件上传到sql哦 看着是文件哦 这还是比较少见了拉 -achieve sql file uploads to be looked at the documents oh, oh this is relatively rare in the Rafah
WUSGULPBar
- 上传的控件,实现大文件上传并显示上传的进度-upload control, achieving large file uploads and shows upload progress
FtpCOM
- 一个FTP客户端COM组件的例子,实现了连接、断开、文件上传和下载功能-an FTP client COM example, a connection, disconnection, file upload and download function
delphi-ftp
- delphi编写的简单FTP程序,可实现文件上传下载的功能
filemange
- 通过用户注册成功后,能够实现文件上传,删除,修改等功能.
xxfbnew0413
- 实现http上传功能。FTP上传文件。信息时时上传功能。
socket
- 通过socket编程,编写两个独立运行的C++程序,一个为服务器,一个是客户端。 本次作业能实现客户端对服务器的下载文件和上载文件的操作。 客户端:D盘的FTP文件夹存放要上传的文件,F盘的FTP文件夹存放下载的文件。 服务器端:D盘的FTP文件夹存放供用户下载的文件,F盘的FTP文件夹存放用户上载的文件。- socket
An-Upload
- 本组件是继作者原“艾恩ASP无组件上传类”修改整合而成, 具有和无组件上传类相同的功能,并且具有无组件类不能相比的优越性能。 能实现的功能主要包括:自由提取表单数据、自由限制上传扩展名、自由限制上传大小、自由选择文件保存类型(原文件名和时间随机命名), 即可以单个文件上传又可以多个文件批量上传,同时可以提取文件的二进制数据,以方便保存到数据库-This component is the author of the original " non-iron ASP upload
fileUpAndDown
- 此资料介绍了如何实现java文件上传和下载。里面有demo和视频。大家可以-This information on how to upload files java. There are demo and video. We will look at the
FileUpLoad
- 一个多文件上传系统,可以实现多个文件上传- the fileupload system
FCKeditortest
- FCKeditor在线编辑器的jsp示例,实现了上传文件的功能。在MyEclipse 8.6下运行测试通过。-FCKeditor online editor jsp example, to upload files. Under the MyEclipse 8.6 by running the test.
ckeditor_3.6.888888
- 一款在线编辑器很不错的哦。大家可以看看。实现文件上传-Online Editor
autoUpdate
- 实现自动升级功能,实现方式为将编译后的文件上传到数据库中,客户端自动下载就可以获取最新版本程序-Automatically update function will be compiled to upload files to the database, the client automatically download can get the latest version of the program
Web-file-upload-function
- 实现了网页文件上传功能,学习产品。学习post上传时的副产物-Web file upload function, learning products. Learning post upload byproducts
aspfileadmin
- asp文件管理,包括文件上传,下载,删除等功能,能实现WEB文件管理-asp file manage
Design-think
- 此源码包含一个大类,里面写有诸多方法 能够实现文件上传,投票系统-This source contains a category, there are many ways to write to achieve file upload, voting system
TCP-programming-examples
- tcp编程示例实现文件上传下载以及对文件的修改和删除。tcp一个小小的改动就可以改变全局-A tiny change in the tcp stack, but a big difference overall.
跨域下载和上传
- 跨域下载和上传,和测试文件大小,通过servlet实现。