搜索资源列表
smsbean
- smsbean短信平台 系统内部全部采用事件激发方式,所有工作线程都是由事件驱动模式,这样保证系统最大工作和效率在数据处理层和网关数据的传输调度上是采用异步,并行的处理模式,在最大程度上减 少IO操作对工作线程的影响,同时对数据库的采用批处理的模式,最大限度减少对数据库的IO操作。-smsbean SMS platform within the system to stimulate the use of the incident, all threads are event-driven
200608171542009938
- 流 的目的在于屏蔽IO操作的复杂性,java用一些类来封装对IO设备的操作,但是最终设计的类却非常的多,完全背离了设计的初衷,其实,简单和复杂本身就是一对矛盾,大家多做实验就会逐渐的适应,而且会感觉到java的流庞大但不复杂。 我举一个通俗的例子:我们的包裹要送到异地,如果很大,就需要分割后打成大小相同包(集装箱)运输到异地,这很想流的作用。 这个就是一些流操作的例子-flow aimed at shielding IO complicated operations,
io-file
- 这个java类文件主要使用了java io访问及文件操作处理。电信设备产生的大量的日志文件的内容需要写入到数据库中,设备在每天将产生数以百计的日志文件,这些日志文件的内容存储遵循一定的格式,本文件实现将这些文件内容合并到一个文件中去,读者可以参考部分对java file 的使用-the java types of documents mainly uses the java io interviews and documents handle it. Telecommunications equ
DemoStream
- java IO 操作 读写所有操作的例子
commons-io-1.4-src
- java 的io 操作类 java 的io 操作类
JavaPXML-RSS
- 一、使用说明 程序入口命令 cd F:\java\2003012142 set classpath=classes javac -d classes src/RssParser.java java RssParser 操作 互动部分在左侧的树 左键选择---状态栏显示RSS的URL 右键弹出---该对象的方法 二、功能 简单快速查看网上的RSS资源,支持RSS2.0版本。 可以添加、删除RSS,可
fileoperate
- java/IO文件操作 java/IO文件操作-java/iojava/iojava/iojava/iojava/iojava/iojava/iojava/iojava/iojava/iojava/io
DataStream
- 用java实现数据的IO操作-Implementation using java data IO operations ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~
rss11
- Java+XML写的RSS阅读器,支持RSS2.0版本。它可以完成添加、删除RSS,可以更新频道,从学习角度来说,它涉及异常处理、Swing图形界面、多线程、本地IO操作、网络编程、XMLDOM等操作,不过好像程序没有全部开源。-Java+ XML Writing the RSS reader, support for RSS2.0 version. It can finish add, delete, RSS, can update the channel, from the study po
javaphone
- 系统内部全部采用事件激发方式,所有工作线程都是由事件驱动模式,这样保证系统最大工作和效率在数据处理层和网关数据的传输调度上是采用异步,并行的处理模式,在最大程度上减 少IO操作对工作线程的影响,同时对数据库的采用批处理的模式,最大限度减少对数据库的IO操作。-System all the way to stimulate the use of events, all worker threads are event-driven model, so to ensure maximum effic
rss11
- Java+XML写的RSS阅读器,支持RSS2.0版本。它可以完成添加、删除RSS,可以更新频道,从学习角度来说,它涉及异常处理、Swing图形界面、多线程、本地IO操作、网络编程、XMLDOM等操作。-Java+ XML written in RSS reader, support for RSS2.0 version. It can be completed to add, remove RSS, you can update channels, from learning point of
io
- java编程中的重点IO编程,源码编写了java中基本所有的IO操作共学习-java programming focus of IO programming, java source code written in all of the IO operations of the basic learning
IO.Java.binary.file.operation.code
- Java二进制IO类与文件复制操作实例代码IO Java binary class file copy operation and example code -IO Java binary class file copy operation and example code
io
- java 对文件字符流的操作,包含输入输出,代码调试运行通过,Reader 和 Writer,适合初学者迅速掌握-java file character stream operation, including input and output, code debugging and running through, Reader and Writer, suitable for beginners to grasp quickly
IO
- java文件的读写的定义,读写的几种方法,以及文件相关操作-java file read and write the definition of several methods of reading and writing, and file related operations
java
- 是一些能使读者对java一些概念理解更深刻的例子,有继承封装、多线程、界面编程、IO操作等-it is some examples helping readers having profound understanding of some concept of java including Inheritance,Polymorphism,Mutil Thread,AWT,IO operations,etc.
filedemo7-1
- java的读取文件io操作的程序例子,适合于初学java编程的开发者下载学习-java read the file io operations, program examples, suitable for beginner java programming, developers download learning
bufferreadbufferwrite7-3
- java的读取文件io操作bufferreadbufferwrite的程序例子,适合于初学java编程的开发者下载学习-java read the file io operations bufferreadbufferwrite examples of program for learning in the development of beginner java programming download
com.aicomsoft.common.utils
- 个人这些年总结,实现的各种常用的java工具类,包括异常自定义,日志,文件操作,网络,加密,正则表达式,字符处理,时间处理,IO操作,JDBC,ZIP解压缩-Summarize in these years of the personal, to achieve a variety of commonly used java tools, including abnormal custom, log, file operations, network, encryption, regular e
IO
- 课上实验 用于实现输入输出等基本功能,实现写文件读文件等I/O操作-Experiments used for basic functions such as input and output class, write file read file I/O operations