搜索资源列表
CS结构客户端自动升级
- 最新客户端自动升级程序 增强一些功能: 不重复下载, 上传时自动填写版本号。 softup.pbl ——上传文件 softupgrade.pbl ——下载文件 表结构: create table softupgrade( filever varchar(20), filename varchar(20), filedata long raw, primary key(filever ,filename )) -breaks automatic update features several en
bcp_source
- 在sco unix下对oracle数据库表进行批量倒入倒出的源码. 命令使用格式:bcp TableName infrom|outto FileName User Password-in sco unix under the oracle database tables for the Mass into the fried source. Order use Format : bcp TableName infrom | outto'"> User Pass word
ncftp-3.2.3-src
- NCftpd Want filename completion? It s built-in, GNU Readline isn t necessary. Want full-screen support? Install Ncurses if your OS s curses stinks. NcFTP uses \"passive\" by default. Try \"set passive off\" if needed. Yes, it s Y2K complia
YXW_CURL
- 自己写的一个URL类,方便序列化,不占内存,可以分解URL中的各不分: // char * Scheme() //协议 // char * UserName() //用户名 // char * PassWord() //用户密码 // char * Host() //主机 // char * Port() //端口 // char * URI() //相对与主机的URI地址 // char * Path() //文件路径 //
assniffer01
- *** *** *** *** *** *** *** * assniffer v0.1 alpha, Copyright (C) 2004, Cockos Incorporated ******************************************************************************* Usage: assniffer output_directory [-d deviceindex] [flags (see bel
rpcgen2.tar
- rpc文件传输,客户端输入文件名,返回服务器端文件内容;c代码,linux下编译通过;包含傻瓜是操作文档;值得信赖! -Rpc file transimit!input filename at the client side,then you will get the content of the file at the server side c code,successfully complier under linux containing help text it is worth
traceroute
- 这是一个TraceRoute程序,它是一个Winsole程序,因此在编译成功后,应该打开“开始”菜单的“运行”对话框,然后单击“浏览”按钮,在该工程Debug和Release目录下得到可执行文件的路径和文件名,并在后面加入命令行参数:要TraceRoute的IP地址。--This is a TraceRoute program, it is a winsole program. After compiled successfully, you may open the "running" dia
ping
- 这是一个Ping程序,它是一个Winsole程序,因此在编译成功后,应该打开“开始”菜单的“运行”对话框然后单击“浏览”按钮,在该工程Debug和Release目录下得到可执行文件的路径和文件名,并在后面加入命令行参数:要Ping的IP地址。--This is a Ping program, it is a Winsole program, After compiled successfully, you may open the "running" dialog box of "start
socket_programing_file_transfer
- socket programing: type-->file transfer ->open a terminal and compile the server file..this terminal will act like server ->open another terminal and compile the client file..this terminal will act as a client.. ->the fil
socket_programing-msg_transfer
- socket programing: type-->message transfer ->open a terminal and compile the server file..this terminal will act like server ->open another terminal and compile the client file..this terminal will act as a client.. ->the
tcpIpDump
- // help me complete this code at this point //Use the software called wireshark and capture a few packets from the live network and save the filename as abc //Download the netdump.c source code and modify the program to display only TCP/IP pa
com.headware.net
- 有效简单的TCP和UDP连接服务器的JAR包,文件名后缀.zip直接改成.jar就行-ffective simple TCP and UDP to connect to the server JAR bag, the filename suffix. Zip directly into. JAR will do
apr-doc
- apr-doc.CHM 开发指南 这里是一个所有模块的列表: Apache的可携性运行时库 平台定义 内部内存分配 原子操作 动态对象处理 为manupulating环境的功能 错误代码 年利率错误空间 年利率误差值 状态值测试 文件信息 文件权限标志 统计功能 目录操作函数 文件路径操作功能 文件的I / O处理功能 文件打开标志/套路 文件寻求旗 文件属性标志 {_full}最大iovec的大小 文
HTTPBrowserDemo
- Java编写的HTML浏览器源代码,一个很简单甚至不算是浏览器的HTML浏览器,使用方法: 可直接输入文件名或网络地址,但必需事先连入网络。 -Write HTML browser Java source code, a very simple and even not a browser HTML browser, method of use: Can directly enter filename or network address, but needs to be co
ping
- ping功能This my first trial try to do something, Later,I will continue to do this ,filename -Ping realize ping function This is my first trial try to do something, Later,I will continue to do this ,filename
FileZilla_2_2_4b_src
- FileZilla Client is a fast and reliable cross-platform FTP, FTPS and SFTP client with lots of useful features and an intuitive graphical user interface. Features Among others, the features of FileZilla include the following: Easy to use
com.headware.net
- 有效简单的TCP和UDP连接服务器的JAR包,文件名后缀.zip直接改成.jar就行-ffective simple TCP and UDP to connect to the server JAR bag, the filename suffix. Zip directly into. JAR will do
Demo-FileTransfer
- vc++6.0环境下实现各种类型的文件传输,程序采用CS架构,分为客户端和服务端,客户端向服务端请求文件名后下载文件-vc+ to achieve various types of file transfer 6.0 environment, the program uses CS architecture, divided into client and server, the client requests to the server to download the file filenam
dnsrelay
- windows下的简单DNS服务器,通过查询本地域名文件实现域名解析,如查询不到则转发至外部服务器 参数 dnsrelay [-d|-dd] [dns-server-ipaddr] [filename] -d 显示基本调试信息 -dd 显示复杂调试信息 dns-server-ipaddr 指定外部DNS服务器 filename 指定域名文件 不指定则默认当前目录下dnsrelay.txt -Simple DNS server in windows, achieved by
getfilename
- 当我们拿着一个URL从百度音乐下载歌曲时候,URL中没有歌曲名,但是迅雷什么的下载工具却能知道这首歌曲的名字,我用CURL库下载怎么才能知道这个歌曲名称呢,断断续续研究了好几次都未果,这次终于找到方法了。 用CURLOPT_DEBUGFUNCTION > CURLINFO_HEADER_IN中检索到想到的数据了。-CURLOPT_DEBUGFUNCTION CURLINFO_HEADER_IN fetch Content-Dispostion: attachment filenam