搜索资源列表
jconfig-src-v2.9
- jConfig,JAVA读取XML的开源项目,非常方便的读取和修改XML文件!-jConfig, JAVA read XML open source projects, very easy to read and modify XML documents!
MailConfigManager
- 用java语言实现读取配置文件(properties文件)中的内容信息,适当修改可以读取xml文件
XMLDemo
- 用java代码读取 数据库生成XML文件 或者从xml文件中读取数据存入数据库-The database is generated with the java code to read XML file or to read data from the xml file into the database
ch03
- 用java对于xml文件的读取,修改,删除操作的实现。使用不同的类库实现的多个例子。-Using java for xml file to read, modify, delete operations realize. Use a different class library to achieve a number of examples.
XMLMaterializer
- 本人写的另一个XML实例化小程序,同样也是以前的课程作业,用来将XML文件存储到数据库中(本例是SQL SERVER)的文件。 1. 数据库配置存储在Properties文件中,可以自由配置JDBC连接字符串而无需重新编译。 2. 其中用到了DOM4J来读取和存储XML文件,使用的是微软的JDBC类库。 3. 使用了DAO模式来存储数据库,如果针对不同的数据库可以使用不同的DAO,只需对DAO重新配置即可。-I wrote another small XML instantia
operateXml
- j2ee相关:java操作xml文件。包含xml文件的创建、读取、写入功能。-j2ee about xml
Automail
- 自动发生报表邮件的程序,自动到FTP server 读取XML文件信息,按照格式,生成报表,然后自动发送邮件。-send report by mail automatically, the program will read the xml file information from the FTP server, generate the report according to the format, then sent the mail to the corresponding mail l
xml
- Java 解析/读取XML 文件,内含一简单xml文件-Java parse/read the XML file that contains a simple xml file
javareadxmfile
- java读取xml文件的四种方法 第一种 DOM 实现方法 第二种,DOM4J实现方法 第三种 JDOM实现方法 第四种SAX实现方法-four methods of java read xml file
R05_DomParseXML
- 本程序用java源码编写,能够用java语言调用读取xml文件,并且能抽取出有sbv依存关系的词语。-This procedure using java source code written in the language can be invoked using java read xml file, and can be extracted with sbv dependencies words.
ParseXML
- 本程序用java源码编写,能够用java语言调用读取xml文件,并且能抽取出有sbv依存关系的词语。-This procedure using java source code written in the language can be invoked using java read xml file, and can be extracted with sbv dependencies words.
java-read-xml
- 本代码能够实现的是:在与此java文件写上xml文件的路径,然后java就能读取xml文件了。-This code can be achieved: in the java file with this write xml file path, and then be able to read xml java files.
Assign_2
- 完全JAVA编写,读取XML文件字段,然后以字段频繁程度做云图表示。很有意思-PROGAMMED BY JAVA CODE, READ XML FILE THEN DISPLAY AS THE FREQUNCY OF THE WORDS
JavaReadXML
- java 四种读取xml文件方式.可以学习参考.适合初学者 -Java four reads the XML file. Can learn the reference. Suitable for beginners
xml
- 使用java技术实现了XML解析,可以读取XML文件并对其进行解析输出XML的数据。使用方便,有相关注释可以用来学习和作业以及相关技术的研究学习。-ON划词翻译ON实时翻译 The use of Java technology to achieve a XML resolution, you can read the XML file and parse the data output XML. Easy to use, research on related annotations
xml
- java读取xml文件的法,里面有两种常用的方法。-java read xml file method, there are two commonly used methods.
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
read-xml-file
- 读取xml文件,用java语言编写,值得参考-read xml file
Cinema
- java基础小项目·电影院(要求): 能够分析系统功能并合理提取对象和类 使用属性和方法构建类 使用继承、多态实现良好复用和扩展性 使用泛型集合 使用枚举 读取XML文件 使用序列化和反序列化保存和恢复信息 -Java small project · cinema (required): Ability to analyze system functions and extract objects and classes reasonably Use pr
RSSReader
- 一款可以将从网站上获得xml文件进行格式读取并显示给用户看的软件(A software that reads and displays the XML files from a web site and displays it to the user.)