搜索资源列表
poi.zip
- 实现java 操作Excel文件 可实现创建、读取、设置样式Excel文件,Java operation to achieve the realization of Excel documents can be created, read, set the style Excel document
T5b3
- 定义一个可序列化的对象Student类,这个类实现了Serializable接口,类中的成员变量id,name,age,department都可以被序列化,方法不能序列化。通过对象输出流的writeObject()方法将Student对象保存到文件data.ser中,然后通过对象输入流的readObject()方法从文件data.ser中读出保存下来的Student对象,然后将Student对象的id和name输出到控制台。-Define a sequence of objects Studen
a
- Windows计算器,是Windows操作系统自带计算器,,可以帮助用户完成数据的运算,它可分为“标准型”和“科学型”,本章的仿Windows计算器是标准型的Java实现,标准型Windows计算器实现的主要功能有:四则运算;求倒数;求开方;存储计算结果;读取计算结果;累积计算结果。 使用到JFrame和JPanel两个Swing容器,使用到JTextField和JButton两个Swing容器,使用BorderLayout和GridLayout做两个布局器,以及使用到事件、事件监听器和事
rtfreader
- java实现读取RTF文本,对采用RTF加密的文本可做解码参考-java achieve read RTF text using RTF can decode the encrypted text reference
UrlFilterDemo
- 用filter实现的权限控制系统。这是一个可部署的实例。简单易懂,没有用的spring,但是也是权限控制的一种思路-Competence achieved by filter control system. This is an example of the deployment. Easy-to-read, not used in spring, but access control is also a train of thought
JniDemo
- JNI例程,实现Java读取本地DLL的基本功能,仿照该例程可写出复杂的Java与本地通讯的功能。-JNI routines to achieve Java to read the basic functions of the local DLL, follow the routines can be complicated to write Java functions with local communications.
Haiyunsys
- 《海运集装箱管理系统》某海运公司需要一个集装箱管理系统。要求具有以下功能:<1.多个文件读取和单个文件多票业务读取;<2.将业务信息解析成提单对象;<3.将提单对象放入提单对象列表;<4.将列表数据写入数据库(用文件代替);<5.可视化界面读取文件信息,配置文件的路径等,从界面获取;<6.如果某条预配信息已经存在,则不进行导入(船名航次,集装箱箱型,尺寸相同则认为是同一条预配信息);<7.添加集装箱统计功能;<8.最后分别在两台机器上实现Socke
dom4jexample
- 使用dom4j读取/生成xml文件,可对xml实现自动解析-Use the dom4j read/generate the xml file, can automatically parse xml
MutilThreadTickets
- java SE平台下的多线程电子售票系统。实现了多线程可同时多路售票,文件I/O读写控制售票数量记录各信息。-java SE platform, multi-threaded electronic ticketing system. Achieve multiple simultaneous multithreading ticketing, file I/O read and write control the number of records of all ticket informati
HW3
- 用javascr ipt实现的学生成绩管理系统 可实现学生信息的读取和成绩的计算,并进行保存-Using javascr ipt to achieve student performance management system can read the student information and performance calculations, and save
java03
- 实现文件的分割和合并。可以用于实现保密,让不想让别人看到的文件分割,当自己要用时在合并,便可使用文件。-this programe is used to cut file to pieces in case others would read it whithout your promise ,when you want to use you file you can merge it.
Allsorts
- 所有排序算法的比较,java实现,其中包括算法的时间比较,可输入任意规模数据集-read the Chinese descr iption
BIFilterDispatcher
- 封装struts2.0读取配置文件信息,以实现可根据目录配置信息-Read configuration file information package struts2.0 to achieve the configuration information according to the directory
Wave
- java语言实现,寻找一组数的波峰波谷。程序中使用给定的数组,可自修改为人工输入或文件读取的数据。-Look for peaks and valleys of a set by java . The procedures uses a given array,which can be modified to manual entry or file read by users.
File-system
- 1. 在内存中开辟一个虚拟磁盘空间作为文件存储器,在其上实现一个多用户多目录的文件系统。 2. 文件物理结构可采用显式链接或其他方法。 3. 磁盘空闲空间的管理可选择位示图或其他方法。如果采用位示图来管理文件存储空间,并采用显式链接分配方式,则可以将位示图合并到FAT中。 4. 文件目录结构采用多用户多级目录结构,每个目录项包含文件名、物理地址、长度等信息,还可以通过目录项实现对文件的读和写的保护。目录组织方式可以不使用索引结点的方式,但使用索引结点,则难度系数为1.2。 5.
Library
- 用于图书馆图书自动定位系统的配套程序,可用于实现基于RFID的图书馆图书简易定位系统及其数据库。 有两部分组成: LibraryTest 含有可实现图书添加,查询,删除等功能的java scr ipt程序; Serial 中含有与串口通讯设备的通讯程序。例如,我们购买的RFID设备为RS485串口,使用com3中的test1可实现自动读取与写入数据库。-Supporting program for automatic positioning of the Library system
test_asynctask
- Android断点续传及网格文件下载的Java实例源代码,支持在暂停下载后继续下载,现在很多下载软件普遍都使用的功能,在Android手机软件中应用断点续传技术也是很有必要的。通过这个Android源码可学习一下如何基于Java代码实现断点续传的应用,比如如何设置当前线程下载的起点、终点,设置断点续传的开始位置,设置User-Agent ,httpURLConnection.setRequestProperty("User-Agent","NetFox") 设置断点续传的开始位置,httpURL
AWTaawebDemo
- 今天尝试写一个小demo实现下之前看过的代码,目的了解不同文件的数据访问,掌握如何获取前台数据,如何将数据库的数据在前端页面展示。 awt可视化界面可已实现提交数据到数据库,也可查询数据在控制台打印。 web工程:主要是web前台输入并提交数据,然后在另一页面展示数据库内容-Today, try to write a little demo to achieve before the next read the code, the purpose of understandi
exam
- 在线考试系统,学生可以在线进行考试,提交试卷,可实现部分自动阅卷且老师可以在线阅卷,自动统计成绩。-The online examination system, students can online examination, submit the examination paper, which can realize automatic marking and the teacher can read online, and statistical result automatically.
仿excel表格,可实现运算
- ANDROID对Excel文件的解析,读取Excel文件(ANDROID parsing the Excel file, read Excel file)