搜索结果

找到约 359 项符合 Get 的查询结果

按分类筛选

显示更多分类

Linux/Unix编程 在Linux系统上使用Socket接口实现FTP客户端和服务器的程序

在Linux系统上使用Socket接口实现FTP客户端和服务器的程序,使客户端可以连接至服务器,并且可以进行一些FTP的基本操作。客户端和服务器的命令通道和数据通道需要分离,支持以下一些FTP命令: get:取远方的一个文件 put:传给远方一个文件 pwd:显示远方当前目录 dir:列出远方当前目录 cd:改变远方当前目录 ?:显示提供 ...
https://www.eeworm.com/dl/619/326232.html
下载: 140
查看: 1093

其他书籍 If you have programming experience and a familiarity with C--the dominant language in embedded syste

If you have programming experience and a familiarity with C--the dominant language in embedded systems--Programming Embedded Systems, Second Edition is exactly what you need to get started with embedded software. This software is ubiquitous, hidden away inside our watches, DVD players, mobile phones ...
https://www.eeworm.com/dl/542/328174.html
下载: 51
查看: 1077

Ajax ajax打造的动态计数器

ajax打造的动态计数器,首次使用了交互的原理,原创作品,市面上相同的插件代码很少见哦~~~~ 1.以当前文件的文件名为统计基础。 2.ajax发送方式可以是get/post,调用非常简单: 写在window.onload里是为了页面加载完成后才开始统计。 3.返回结果为纯数字,即当前页面的访问次数 4,单个页面对某一用户一天只记数一次(通 ...
https://www.eeworm.com/dl/702/347275.html
下载: 189
查看: 1023

Linux/Unix编程 Linux下的tree命令

Linux下的tree命令,同window,功能更强大! 1、下载tree-1.5.1.1源程序 2、解压源码到工作目录tar zxvf tree-1.5.1.1.tgz 3、在tree-1.5.1.1目录交叉编译:make CC=arm-linux-gcc 4、安装:make prefix=/home/xxxx/rootfs install Ubuntu下 直接 apt-get install tree 即可安装最新的tr ...
https://www.eeworm.com/dl/619/347311.html
下载: 83
查看: 1048

matlab例程 MATLAB的SVM算法实现

MATLAB的SVM算法实现,Matlab Support Vector Machine Toolbox,This toolbox was designed as a teaching aid, which matlab is particularly good for since source code is relatively legible and simple to modify. However, it is still reasonably fast if used with the supplied optimiser. However, if you reall ...
https://www.eeworm.com/dl/665/347811.html
下载: 162
查看: 1412

其他数据库 This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and h

This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and has it s own database file format. I wrote it because I found the other DBMSs code too bulky and hard to debug. It s designed for small applications and I doubt it could handle anything on a large scal ...
https://www.eeworm.com/dl/645/349298.html
下载: 165
查看: 1128

电子书籍 Given Perl s natural fit for web applications development, it s no surprise that Perl is also a natu

Given Perl s natural fit for web applications development, it s no surprise that Perl is also a natural choice for web services development. It s the most popular web programming language, with strong implementations of both SOAP and XML-RPC, the leading ways to distribute applications using web ser ...
https://www.eeworm.com/dl/cadence/ebook/359162.html
下载: 59
查看: 1036

Internet/网络编程 编写漏洞扫描器探查远程服务器上可能存在的具有安全隐患的文件是否存在

编写漏洞扫描器探查远程服务器上可能存在的具有安全隐患的文件是否存在,它的socket建立过程和上面 的端口扫描器是相同的,所不同的是漏洞扫描器通常使用80端口,然后对这个端口发送一个GET文件的请求,服务器接收到请求会返回文件内容,如果文件不存 在则返回一个错误提示,通过接收返回内容可以判断文件是否存在。发送和 ...
https://www.eeworm.com/dl/620/360126.html
下载: 182
查看: 1065

其他 For solving the following problem: "There is No Free Lunch" Time Limit: 1 Second Memory Limit: 3

For solving the following problem: "There is No Free Lunch" Time Limit: 1 Second Memory Limit: 32768 KB One day, CYJJ found an interesting piece of commercial from newspaper: the Cyber-restaurant was offering a kind of "Lunch Special" which was said that one could "buy one get two for free". That ...
https://www.eeworm.com/dl/534/361748.html
下载: 59
查看: 1167

其他 If you are using Internet Explorer on Windows XP Service Pack 2, there is a security restriction dis

If you are using Internet Explorer on Windows XP Service Pack 2, there is a security restriction disallowing scripts to run in files opened on your local machine. When you first try to run the examples, you will most likely get a message saying, "To help protect your security, Internet Explorer has ...
https://www.eeworm.com/dl/534/368159.html
下载: 84
查看: 1044