搜索资源列表
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文件
webmining
- 本程序用JAVA编制,通过读取有关天气的XML文件的数据对象,然后绘制出相关的curv曲线图。-this procedure using JAVA, read on the weather data XML document object, and then mapping out the curv curves.
XmlStringParser
- XML 解释器(字符串变量): 通常的XML解释,可能用Xerces,但这些解释器只能针对流(Stream),可以读取网络、文件的字符流进行解释,但是不能对内存中的字符串进行解释XML节点。 本代码可以解决这个问题,而且可以支持UTF8、UTF16LE、UTF16BE等字符集。 -XML Interpreter (a string variable) : usually XML, it is possible u
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文件-Using java language to read configuration file (properties file) in the content of information, with appropriate modifications can read xml files
XMLMaterializer
- 本人写的另一个XML实例化小程序,同样也是以前的课程作业,用来将XML文件存储到数据库中(本例是SQL SERVER)的文件。 1. 数据库配置存储在Properties文件中,可以自由配置JDBC连接字符串而无需重新编译。 2. 其中用到了DOM4J来读取和存储XML文件,使用的是微软的JDBC类库。 3. 使用了DAO模式来存储数据库,如果针对不同的数据库可以使用不同的DAO,只需对DAO重新配置即可。-I wro
operateXml
- j2ee相关:java操作xml文件。包含xml文件的创建、读取、写入功能。-j2ee about xml
java-dom-and-sax-read-xml
- 用Java实现dom和sax读取xml文件-Dom and sax with the Java implementation to read xml file
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 ma
xml
- Java 解析/读取XML 文件,内含一简单xml文件-Java parse/read the XML file that contains a simple xml file
XMLUtil
- 一个使用JDOM读取XML文件的工具类。 这个类的内部封装了JDOM的具体实现,提供了常用的一些方法,避免直接使用JDOM的API。 同时,也提供了方法可以返回JDOM的一些基本类型。目前的版本中还没有实现关于Namespace 的操作。-A use JDOM to read XML file tools. This class encapsulates the JDOM inside the concrete realizati
XML
- 一个读取xml文件的程序 使用java语言-A read the XML file programs use Java language
javareadxmfile
- java读取xml文件的四种方法 第一种 DOM 实现方法 第二种,DOM4J实现方法 第三种 JDOM实现方法 第四种SAX实现方法-four methods of java read xml file
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.
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, re
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
read-xml-file
- 读取xml文件,用java语言编写,值得参考-read xml file
SaxTest
- 使用java读取xml文件内容并写入数据库(use java read xml and insert into database)