搜索资源列表
log4cpp-0.3.4b.tar
- log4cpp-0.3.4b.tar.gz 一个非常不错的C++日志类,可以和java的log4j媲美,有多种日志显示方式(输出到系统日志、文件、VC++调试窗口等);-log4cpp - 0.3.4b.tar.gz a very good Class C log, and java can be comparable to the log4j, the log shows a number of ways (output to the system log, documents, VC d
09
- 11.1 Java源文件范例(Java Source File Example) 下面的例子,展示了如何合理布局一个包含单一公共类的Java源程序。接口的布局与其相似。更多信息参见"类和接口声明"以及"文挡注释"。 -11.1 Java Source File Example (Java Source File Example) The following example shows how a rational distribution contains a single public
file-manager
- java课的小实验,内容是Create/Delete a directory. Enter a specified directory. List the files and directories in the current directory (you do not have to expand any sub-directory). Rename/delete a specified file. Copy a specified file to another direc
JZIPDEMO
- 用Java压缩解压ZIP文件,将利用java.util.zip 包中提供的类来实现压缩和解压zip 格式文件的功能。当然,本例在功能上完全没有Winzip 等成熟的压缩软件那么强,也不能做的很强,本例仅仅是演示如何来使用java.util.zip 包中的类。-ZIP file compression and decompression using Java will use the class java.util.zip package provided to achieve compressi
ss_ftp
- 目前全球大约有30亿台设备上运行着Java,而文件传输协议一种最基本的应用层协议按照客户/服务器的模式进行工作,提供交互式的访问,是INTERNET使用最广泛的协议之一。尤其是在移动终端APP的开发上,更多的运用了Java语言,探索基于Java语言的文件传输的实现也就有了其必要性。 本文基于java语言阐述了有图形界面的文件传输系统的实现,利用SOCKET以及SERVERSOCKE等类方法,当中实现了上传、下载、获取目录等基本文件传输功能-Currently running Java App
TestFileIO
- Java类库中字节流由InputStream类和OutputStream类派生。由于InputStream,OutputStream是针对字节流的,所以读取文件前先要定义byte[],然后把文件流读取到byte[]里面.-Derived the InputStream class and OutputStream class byte stream in the Java class library. Thanks to InputStream, OutputStream is aimed a
