搜索资源列表
Ziplib PHP处理ZIP文件的类
- Ziplib 是一个用来建立、操作、控制 ZIP 文件的类。它看起来很小(11K),但是你可别小看了它,这个类的所有操作不需要 PHP 中ZLib 模板的支持。是的,你没有听错,这个类完全从底层控制了 ZIP 文件的读写!!! 这意味着你可以在任意一个主机上来操作你的 ZIP 文件。内附详细操作说明。Enjoy It!!
文件读取2004
- VC文件的读写操作-VC write documents
文件读写存储2004
- VC文件的读写操作(很多)-VC write documents (many)
异步读写文件测试
- 测试异步读写速度的对比程序,供菜鸟研究。(包含测试报告)-test asynchronous read and write speeds contrast procedures for birdie study. (Including test reports)
readFile.java
- 读写文件,用java实现,带有详细的注释。
javaUtils
- 自己总结及编写调试好的程序,可直接应用 CutStringUtil截取字符串,能正确处理汉字定长处理 XMLProcessUtil 能处理XML读写文件的中文问题处理 服务器及客户端socket实用程序,含服务器端及客户端对应代码
code
- 一个简单的可以读写文件操作,可以将操作的内容写进文本文件储存在存储器上。由两个文件组成:ReadFileServlet.java,WriteFileServlet.java
program
- 购物车是电子商务系统中常用的程序之一,可以放入商品也可以拿出商品。用Serlet读写文件数据。
php写的webqq
- 很多人都希望能够有一种在网页上使用的QQ。我也希望如此。 但是在网上找了很多资料,都不令人满意。于是决定自己来开发一 套这样的程序。 WebQQ 的第一个版本开发了两个星期,实现了基本的聊天等功能 。以后的版本都是在此基础上慢慢完善的。WebQQ 发布以后,有很多 网友说资源占用的特别厉害。于是我决定重新开发WebQQ 以解决这个 问题。新版的WebQQ的通讯原理几乎没变,只是利用了微软的 Microsof
200861814191687403
- 这个源代码是我在没有参考任何现成的代码的情况下一个字母一个字母敲进去的.目前实现了创建文件,读写文件的操作,暂时不支持子目录、长文件名、文件删除、重命名等操作。 -This source code is what I refer to in the absence of any off-the-shelf code, one letter into a letter out. Realize the creation of the current document, read and write
readwritefile
- JAVA程序简单演示怎么起读写文件,以及字符与数字的转换-JAVA program from a simple demonstration of how to read and write files, as well as the characters and digital conversion
Test
- 一个很好用的Java读写文件操作,可以读一个有很多行的文件,从中随机生成行数,把生成行数的写入新的文件-A good use Java to read and write file operations, you can read a line there is a lot of documents, from a randomly generated number of rows to write the number of rows to generate a new document
JAVAIO
- java I/0流的代码程序,主要讲述了如何在java里读写文件
Javaio
- Java+读写文件文本文件的示例+.java,io编程实例。-Java+io+.rar
Javaio
- Java读写文件文本文件的示例,这里包含了三个例子,即 * 1. 将文件读入到内存(这里是StringBuffer)的例子 * 2. 将内容中的文本写到文件 * 3. 将一个文件的内容读出来写入另一个文件中 * 同时也展示了如果从输入流中读出来内容写入输出流中(仅限文本流) -Java to read and write text files of the sample document, contains three examples here, that is
wenjianxitong
- 用java实现的linux的二级文件系统,可以实现如下功能:login,dir,create,delete,open,close,read,write2.列目录时要列出文件名,物理地址,保护码和文件名3.源文件可以进行读写保护-Linux using java to achieve the secondary file system, you can achieve the following features: login, dir, create, delete, open, close,
ReadFile
- 用Java 读写文件大全 包括不同类型的数据读写功能-Java file read and write you can
FileHandle
- 多功能文件操作 新建文件或文件夹(可以是多级目录) 读写文件 粘贴、复制、删除文件或目录(可以是多级目录)-New multi-file operations file or folder (can be multi-level directory) to read and write files paste, copy, delete files or directories (can be multi-level directory)
test
- 文本文件读写 将students.txt中数据全部读入内存数组; 可选步骤:对格式不统一的数据进行格式化处理; 将学生按照姓名排序,并将结果保存到文件ordered.txt中; 将班级的学生全部选出,保存到文件classname.txt中。-Text file read and write data in all the students.txt read into memory array Optional: on a unified data format is not f
jena解析.owl文件
- 实现owl文件的解析,内含有本体文件,实现对本体文件的读写操作(The implementation of owl file parsing contains ontology files to realize the read and write operation of ontology files.)