搜索资源列表
biyeshiji6
- 提高新闻发布速度与全面性。系统以B/S方式发布新闻,提高新闻发布速度与全面性。新闻一经发布可立即被员工阅读。 实现在线收看培训视频,使全国人民很行员工快速受益。系统提供在线点播功能,管理员可以将培训教程的录像上传服务器,以供每位员工随时进行学习与复习。扩大培训范围,提高培训速度与质量。 -improve speed and comprehensiveness. System B / S dissemination of news and press releases to improve
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
j_16314_kuso3
- 将本程序包解压后上传到空间上,支持在任意目录下使用; 后台管理路径:Http://你的路径/Admin 初始管理帐号:Admin 密码:Admin 为了网站安全,建议及时更改后台默认管理路径及数据库路径; 使用Linux空间的用户请把GG和ADMIN目录设置权限为777; Config.Php ==》配置文件 Footer.Js ==》阅读页底部文件。 程序特点 ·占用空间小,建站成本低,无需等待; ·免更新免维护,管理方便,操作简单,全自动采集; ·实现前
BIFilterDispatcher
- 封装struts2.0读取配置文件信息,以实现可根据目录配置信息-Read configuration file information package struts2.0 to achieve the configuration information according to the directory
cinema
- 电影院售票系统 使用XML和TreeView显示影院放映列表 使用泛型集合维护有继承关系的电影票对象 座位数可以在系统中指定 点击座位可购买不同类型的电影票 使用简单工厂模式创建不同类型的电影票 使用多态实现不同类型电影票的价格计算 使用接口实现电影票的打印 使用序列化和反序列化实现销售情况的保存和读取 -Cinema ticketing system using XML and TreeView display theaters to maintai
Library
- 用于图书馆图书自动定位系统的配套程序,可用于实现基于RFID的图书馆图书简易定位系统及其数据库。 有两部分组成: LibraryTest 含有可实现图书添加,查询,删除等功能的java scr ipt程序; Serial 中含有与串口通讯设备的通讯程序。例如,我们购买的RFID设备为RS485串口,使用com3中的test1可实现自动读取与写入数据库。-Supporting program for automatic positioning of the Library system
XML-read
- jsp+java读取xml数据并动态展示。实现数据显示的动态滚动效果,具体样式如文件内的“显示效果.png”所示,数据会向上滚动,每行数据有不同颜色标注,内附有使用说明,数据动态无限循环展示。可通过修改xml文件中的内容,改变数据。 -jsp+java read xml data and dynamic show. Dynamic data display scrolling effect, specific styles such as the file " display. Pn
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)