Welcome![Sign In][Sign Up]
Location:
Search - Java new IO

Search list

[JSP/Javaj-nio

Description: java新io的教程~~比较有用,呵呵~~~最好学学 -new io ~ ~ Guide to the more useful, huh ~ ~ ~ learn best
Platform: | Size: 630050 | Author: 张龙 | Hits:

[Other resourcejava5.0中文API文档j2se_zh(new)

Description: 这个java5.0的API文档j2se_zh(new)是一位高手为了方便大家学习在SUN于2005/10/31发布不久后而制作的chm格式,目前世界上最新的API文档,最新出炉的中文API,很不错的哦,大家赶快来下载。 谢谢这位朋友。 Sun 公司提供的Java API Docs是学习和使用Java语言中最经常使用的参考资料之一。但是长期以来此文档只有英文版,对于中国地区的Java开发者来说相当的不便。目前Sun 公司正在组织多方力量将此文档翻译成中文,并于近日在Sun 中国技术社区正式发布java.lang和java.util类库API 文档的中文版。-java5.0 the API documentation j2se_zh (new) is a master in order to facilitate learning in the Sun 2005/11/02 released shortly after the production of chm format, the world's latest API documentation, the latest Chinese latest API, very good, oh, we hasten to download. Thank you, my friend. Sun's Java API Docs is the learning and use of the Java language most often used in reference one. However long this document only in English, Chinese region of Java developers is a great inconvenience. Now Sun is organizing efforts of the various parties this documentation translated into Chinese, and China's Sun recently released technical community and java.util java.io class library API documentation of the Chinese version.
Platform: | Size: 2020760 | Author: JK | Hits:

[WEB CodeIntroduction-to-Java-IO

Description: Java IO Tutorial:介绍Java的设计,使用方法,以及最新的Java New Io 介绍。-Java IO Tutorial : Java design, use, and the latest Java on New Io.
Platform: | Size: 603299 | Author: wubin | Hits:

[JSP/Javaj-nio

Description: java新io的教程~~比较有用,呵呵~~~最好学学 -new io ~ ~ Guide to the more useful, huh ~ ~ ~ learn best
Platform: | Size: 629760 | Author: 张龙 | Hits:

[JSPjava5.0中文API文档j2se_zh(new)

Description: 这个java5.0的API文档j2se_zh(new)是一位高手为了方便大家学习在SUN于2005/10/31发布不久后而制作的chm格式,目前世界上最新的API文档,最新出炉的中文API,很不错的哦,大家赶快来下载。 谢谢这位朋友。 Sun 公司提供的Java API Docs是学习和使用Java语言中最经常使用的参考资料之一。但是长期以来此文档只有英文版,对于中国地区的Java开发者来说相当的不便。目前Sun 公司正在组织多方力量将此文档翻译成中文,并于近日在Sun 中国技术社区正式发布java.lang和java.util类库API 文档的中文版。-java5.0 the API documentation j2se_zh (new) is a master in order to facilitate learning in the Sun 2005/11/02 released shortly after the production of chm format, the world's latest API documentation, the latest Chinese latest API, very good, oh, we hasten to download. Thank you, my friend. Sun's Java API Docs is the learning and use of the Java language most often used in reference one. However long this document only in English, Chinese region of Java developers is a great inconvenience. Now Sun is organizing efforts of the various parties this documentation translated into Chinese, and China's Sun recently released technical community and java.util java.io class library API documentation of the Chinese version.
Platform: | Size: 2020352 | Author: | Hits:

[DocumentsIntroduction-to-Java-IO

Description: Java IO Tutorial:介绍Java的设计,使用方法,以及最新的Java New Io 介绍。-Java IO Tutorial : Java design, use, and the latest Java on New Io.
Platform: | Size: 603136 | Author: wubin | Hits:

[JSP/Java2006081319475018632

Description: 带进度条的文件上传(java+ajax源码) 在写代码的时候,还要用到关于servlet的包servlet-api.jar。   写完后调试的过程中,老报错:java.lang.NoClassDefFoundError: org/apache/commons/io/output/DeferredFileOutputStream,后来一查才知道少了commons-io-1.2.jar,加上后,就ok了。   关于获取及显示进度部分,用了我原来自己写的一个ajax的应用架构,从中抽取了部分代码出来,注意,js文件只适用于UTF-8编码的页面,因为现在我只写UTF-8编码的页面了,国际化方便。  progressUpload.jar中,包含了commons-fileupload-1.1.1.jar,servlet-api.jar,commons-io-1.2.jar,在progressUpload.jar中,还包含一个属性文件,里面是一些默认配置,可根据自己的需要修改。   由于有源码,怎么用可以自己看源码,此外,那个例子中也写了,在此不再赘述。例子中只取到了FileItem,再将item保存一下就ok了,示例代码: File upFile = new File(remoteFilePath) try \{ item.write(upFile) fileInfo.put("infotip", "上传成功.") } catch (java.lang.Exception e) \{ fileInfo.put("infotip", "上传失败.") }-with the progress of the file upload (java ajax OSS) in writing code, also used on packages servlet servlet-api.jar. After the finish debugging process, the old errors : java.lang.NoClassDefFoundError : org/apache/commons/io/output/DeferredFil eOutputStream. Later, an investigation will know less commons-io- 1.2.jar, plus, on the ok. On access and display some progress with my own original written by a ajax application architectures, from taking part code, and the attention js document only applies to UTF-8 encoded pages. now I just write UTF-8 encoded pages, international convenience. ProgressUpload.jar, contains commons- fileupload- 1.1.1.jar. servlet-api.jar, commons-io- 1.2.jar. In progressUpload.jar, also includes an attribute documents, There is some of the default conf
Platform: | Size: 577536 | Author: 商务通 | Hits:

[JSP/Javaj-nio-http-server-source

Description: 基于java nio实现的http服务器,多线程,性能通过测试,正在研究nio或者服务器的朋友可以看下-Java nio realize based on the http server, multithreading, performance through testing, is studying the nio server or friends can facie
Platform: | Size: 26624 | Author: dev | Hits:

[Internet-Network20081015111532911ionio

Description: 使用JAVA I/O和 NI/O编写的两种网络ECHO服务器,用以学习两种IO的不同编程方法,体验基于阻塞与非阻塞IO开发高性能网络应用程序的具体实例.Java平台传统的I/0系统基于byte(字节)和Stream(数据流)。这种模式下的I/O 操作以字节为单位,以流的方式处理数据。而NIO( New I/O )以块的方式处理数据,它的系统操作面向Buffer(缓冲),Channel(通道)和Selector(选择器),不再是字节,这种模式利用了操作系统管理内存和文件的方式,并将一些耗时操作直接转移给操作系统,使JavaI/O的速度得以提高、性能得到了明显的改善 -The use of JAVA I/O and NI/O, prepared by two types of network servers ECHO to learn two different programming methods IO experience obstructive and non-blocking IO based on the development of high-performance network applications specific examples. Java platform for the traditional I/0 system is based on the byte (byte) and Stream (data streams). This mode of I/O operation in bytes in order to deal with data flow way. The NIO (New I/O) blocks the way to deal with data, its system for Buffer (buffer), Channel (channel) and the Selector (selector), is no longer a byte, this mode of use of operating system management of memory and the manner in which documents, and some time-consuming operation of a direct transfer to the operating system, so that JavaI/O speed will be increased and performance improved significantly
Platform: | Size: 2048 | Author: 郭为 | Hits:

[JSPjavakjsrc

Description: 打包一些Java学习课件及附带的源代码,很新是今年的,课件实际上是一个学习JAVA的基础教程,源代码涉及IO操作、数据库相关操作、文件读写、ATM机模拟等,都是适合入门学习的资源。 -To learn some Java software package and its accompanying source code, it is new this year, the courseware is in fact the basis of a learning JAVA tutorials, source code relating to the operation IO, database-related operations, document reading and writing, ATM simulation, are is suitable for entry-learning resources.
Platform: | Size: 4257792 | Author: 孙芳 | Hits:

[JSP/Javajava-IO

Description: 详细介绍了java中IO里的几个重要的类,且对其中的代码案例解释尤其详细 适合刚接触IO的学生。-Described in detail in the IO-ri java several important classes, and in particular to explain the code of them in detail suitable for students new to IO.
Platform: | Size: 10240 | Author: 耿道路 | Hits:

[JSP/JavaJava-JDK-5.0studynote

Description: 《Java JDK6学习笔记》是作者良葛格本人近几年来学习Java的心得笔记,结构按照作者的学习脉络依次展开,从什么是Java、如何配置Java开发环境、基本的Java语法到程序流程控制、管理类文件、异常处理、枚举类型、泛型、J2SE中标准的API等均进行了详细介绍。本书还安排了一个“文字编辑器”的专题制作。此外,Java SE6的新功能,对Java lang等套件的功能加强,以及JDBC4.0、Apache Derby纯Java数据库等新增功能,本书也都予以介绍。 《Java JDK6学习笔记》中介绍了Java JDK6中新增的功能。Java JDK6加强了java.lang、java.util、java.io、java.awt等套件的功能,并增加了JDBC 4.0新功能。另外,在JDK 6中还包括了Apache Derby纯Java数据为。 本书附CD光盘一张,光盘内容包括: 书中所有范例的源代码。 JDK下载、安装、Path设置等多媒体视频。 本书门槛很低,只要您了解Windows基本操作,无须有其他程序语言的基础,甚至没有接触过Java,都可以通过本书扎扎实实地学习Java。而对于一些曾经学习过Java,但概念和基础仍不扎实的读者,本书也准备了一些面向对象的观点与进阶的议题可供参-"Java JDK6 study notes," is a good Gege on learning Java, I have learned in recent years, notes, the structure followed by the author to start the learning context, from what is Java, how to configure the Java development environment, basic Java syntax to the program flow control, Management files, exception handling, enumerations, generics, J2SE standard API Dengjun in a detailed description. This book also arranged for a "text editor" feature production. In addition, Java SE6 new features, such as on Java lang package of features to enhance and JDBC4.0, Apache Derby pure Java database and other new features, the book also be introduced. "Java JDK6 study notes," introduces the new features in Java JDK6. Java JDK6 strengthened java.lang, java.util, java.io, java.awt package of features, etc., and added new JDBC 4.0 features. In addition, JDK 6 also includes the Apache Derby pure Java data. CD-ROM attached to a book, CD, CD-ROM includes: All example source code book. JDK download, i
Platform: | Size: 8954880 | Author: laoyang | Hits:

[JSP/JavaJava-NIO

Description: Java1.4后 全新IO流详解 中文版-After the new IO stream Java1.4 Detailed Chinese
Platform: | Size: 2103296 | Author: 曹氏 | Hits:

[JSP/JavaPrentice.Hall.Effective.Java

Description: 本书旨在帮助您充分利用了Java™ 最有效地利用 编程语言,其基本库,java.lang中,java.util中, 并在较小程度上的java.util.concurrent和java.io.该书论述 不时,但不包括图形用户界面的其他库 规划,企业宣传短片,或移动设备。 这本书由七八项,其中每个传达一个规则。 这些规则一般认为是捕捉有益的做法是最好的和最 有经验的程序员。这些项目是松散分为十章,每 关于软件设计的一个广泛的方面。这本书是不是拟 从头到尾阅读:每个项目都是独立的,或多或少。这些项目是 大量交互参照,因此您可以轻松地通过这本书绘制自己的道路。 许多新的功能被添加到该平台在Java5(版本1.5)。大部分 在这本书中的项目以某种方式使用这些功能。下表显示 你去哪里这些功能的主要内容:-THIS book is designed to help you make the most effective use of the Java™ programming language and its fundamental libraries, java.lang, java.util, and, to a lesser extent, java.util.concurrent and java.io. The book discusses other libraries from time to time, but it does not cover graphical user interface programming, enterprise APIs, or mobile devices. This book consists of seventy-eight items, each of which conveys one rule. The rules capture practices generally held to be beneficial by the best and most experienced programmers. The items are loosely grouped into ten chapters, each concerning one broad aspect of software design. The book is not intended to be read from cover to cover: each item stands on its own, more or less. The items are heavily cross-referenced so you can easily plot your own course through the book. Many new features were added to the platform in Java 5 (release 1.5). Most of the items in this book use these features in some way. The followin
Platform: | Size: 2606080 | Author: morgan | Hits:

[JSP/JavaJava-IO

Description: 本文章基本覆盖了java IO的全部内容,java新IO没有涉及,以突出那个的重要性-The article basically covers the entire contents of java IO, java new IO is not involved, in order to highlight the importance of that
Platform: | Size: 184320 | Author: yanjie | Hits:

[JSP/JavanioSamples

Description: java new io的测试代码,便于初学者学习java io-the code for java new io
Platform: | Size: 92160 | Author: janson | Hits:

[JSPJava-NIO

Description: nio 是 java New IO 的简称,在 jdk1.4 里提供的新 api 。为所有的原始类型提供 (Buffer) 缓存支持。 -nio is the java New IO referred to in jdk1.4 api. (Buffer) cache support for all primitive types.
Platform: | Size: 2114560 | Author: neal | Hits:

[JSPJavap2BNIO

Description: nio 是 java New IO 的简称,在 jdk1.4 里提供的新 api -Java NIO
Platform: | Size: 2136064 | Author: 王子 | Hits:

[JSP/Javajava_nio

Description: nio 是 java New IO 的简称,在 jdk1.4 里提供的新 api 。 Sun 官方标榜的特性如下: – 为所有的原始类型提供 (Buffer) 缓存支持。 – 字符集编码解码解决方案。 – Channel :一个新的原始 I/O 抽象。 – 支持锁和内存映射文件的文件访问接口。 – 提供多路 (non-bloking) 非阻塞式的高伸缩性网络 I/O 。-nio java New IO in jdk1.4 api. The Sun officially advertised features are as follows:- for all the primitive types (Buffer) caching support.- Character set encoding and decoding solutions.- Channel: a new original the I/O abstraction.- Support the lock and memory-mapped files, file access interface.- Provides multiple (non-bloking) highly scalable non-blocking network I/O
Platform: | Size: 11264 | Author: yue | Hits:

[JSP/Javajava-plist-shsh

Description: j2SE,J2ME,J2EE,Android,java范围技术交流,iso shsh文件备份和直接通过浏览器下载iphone游戏和或者软件包 ios在解锁或者备份shsh文件时,从手机里获取的plist文件是打不开的,我们可以通过java转成xml或者可以打的plist。shsh文件备份, import java.io.* import com.dd.plist.PropertyListParser public class Plist { public static void main(String[] args) throws Exception { File file = new File( "d:\\Info.plist") //从手机里获取的shsh文件 File file1 = new File( "d:\\Info.xml") //转换存放的路径,linux上的路径如/data/shsh/ PropertyListParser.convertToXml(file, file1) } } -j2SE,J2ME,J2EE,Android,java范围技术交流,iso shsh文件备份和直接通过浏览器下载iphone游戏和或者软件包 ios在解锁或者备份shsh文件时,从手机里获取的plist文件是打不开的,我们可以通过java转成xml或者可以打的plist。shsh文件备份, import java.io.* import com.dd.plist.PropertyListParser public class Plist { public static void main(String[] args) throws Exception { File file = new File( "d:\\Info.plist") //从手机里获取的shsh文件 File file1 = new File( "d:\\Info.xml") //转换存放的路径,linux上的路径如/data/shsh/ PropertyListParser.convertToXml(file, file1) } }
Platform: | Size: 44032 | Author: 司马楚云 | Hits:
« 12 »

CodeBus www.codebus.net