搜索资源列表
ReadingWritingBrowserPreferences
- 这个javascr ipt程序代码用于读写浏览的初始化-the javascr ipt code for read and write access to the Initialization
RandomExample
- 使用RandomAccessFile类处理文件. RandomAccessFile类创建的流的指向既可以作为目的,称为随机读写流.-RandomAccessFile file type to use to deal with. RandomAccessFile created flow type can point to as the purpose, known as random access stream.
DB
- 数据库读写操作,包括取得连接,取得statement,和取得preparestatement-Database read and write operations, including access to connections made statement, and made preparestatement
CAG
- 变电状态监测数据通信项目书 CAG与CAC数据通信交互 为统一变电设备状态监测主站系统接入各类变电设备状态监测数据,实现变电设备状态监测数据的传输与通信。利用Web Service技术完成CAG(服务器端)与CAC(客户端)之间的数据通信与数据交换。通信过程大致包含以下几个方面:心跳交互、数据交互、读配置交互、写配置交互、控制交互和远程更新交互等过程。 -The the substation state monitoring data communication project bo
test5
- 1、数字存取:通过随机数函数产生50个正整数,逐个将这些数写入文件file.dat中;然后读出这些数,在内存中对它们进行排序,再将排序后的数据逐个写入file.out文件中。 要求:分别使用字节流和字符流操作方式完成。 2、文件内容加行号:给定一个文件,通过文件读写,给文件内容加行号。 要求:使用缓冲流操作。 3、学生对象操作:设计学生类,把学生对象存储进文件,并能再从文件中读取。-Digital access: 50 positive integer random nu
file
- 访问(读/写)一个文件中任意位置的字节信息,包括查找任意目录下的文件-Access (read/write) a file anywhere bytes of information, including the search for any files in that directory
jspPdb
- jsp网页连接数据库(access),并进行读写操作。这是一个典型实例,针对的是学生基本信息内容读写。-jsp page connect to the database (access), and read and write operations. This is a typical example, is for students to read and write basic information content
aa
- java实现使用随机访问文件读写数据,允许对文件内容同时完成读和写操作,并能跳到文件的任意地方-The use of random access file read and write data
jfile
- Java获取文件属性,使用java.io 包中的File 类获取文件名、大孝是否可写、是否可读、最后的修改日期和是否隐藏等属性,在如图所示的窗口文本框中输入任意一个路径,比如 “d:\java”(一个目录),单击窗口下部的“View”按钮,则在窗口的中部显示一个关于该文件或目录的属性信息表。-Java access to file attributes, use the File class java.io package to get the file name, whether large
student
- 根据下面要求,编写一个Java应用程序: ①定义类StuCard,用到类成员变量(人数)和实例成员变量:学号、姓名、性别、专业、年级、籍贯等 ②初始化的时候用到构造方法,提供两个以上构造方法 ③多个类(业务类StuCard和测试主类),用到包的概念,且分别放到不同的包中 ④用到类成员访问权限,要求类成员变量为Public,实例成员变量为Private ⑤制作公有的set和get方法与外界通过消息调用的方式通信 ⑥在主类中实现对业务类StuCard的读、写、修改
FILEPROP
- Java获取文件属性,使用java.io 包中的File 类获取文件名、大孝是否可写、是否可读、最后的修改日期和是否隐藏等属性-Java access to file attributes, use the File class java.io package to get the file name, whether large filial writable, readable, last modification date, and is hidden and other property
hade.tar
- 使用动态代理模式封装的对Hbase进行读写访问的客户端工具包。相比通过原生API访问Hbase的方式要简单。-Uses the dynamic proxy model seal to carry on the read-write access for Hbase the client side tool kit.