搜索资源列表
MailConfigManager
- 用java语言实现读取配置文件(properties文件)中的内容信息,适当修改可以读取xml文件
comments
- 这对采用读取XML文件,做成留言板的小例子。用到了DOM解析文件。
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
XMLMaterializer
- 本人写的另一个XML实例化小程序,同样也是以前的课程作业,用来将XML文件存储到数据库中(本例是SQL SERVER)的文件。 1. 数据库配置存储在Properties文件中,可以自由配置JDBC连接字符串而无需重新编译。 2. 其中用到了DOM4J来读取和存储XML文件,使用的是微软的JDBC类库。 3. 使用了DAO模式来存储数据库,如果针对不同的数据库可以使用不同的DAO,只需对DAO重新配置即可。-I wrote another small XML instantia
xml
- php 为XML文件自动添加,并读取其内容,的相关函数.-php for the XML file is automatically added, and read its contents, the correlation function.
A_Rss
- ASP.NET C#实现读取SQL SERVER中内容并且生成XML文件转换成RSS输出。-ASP.NET C# implementation of the contents of SQL SERVER read and generate XML documents into RSS output.
operateXml
- j2ee相关:java操作xml文件。包含xml文件的创建、读取、写入功能。-j2ee about xml
xmlfile
- jquery lib 个Jquery读取xml文件-jquery lib a Jquery to read xml file
mediaplayer-viral
- fla网络播放器,读取xml文件实现跳转-fla network player, read the xml file to achieve Jump
dataread
- 使用jdom读取XML文件中的内容 本程序使用jdom读取XML中的数据,并将相应的数据写入数据库中-Read XML file using jdom content
xmloperations
- 以具体代码的形式说明如何读取xml文件,以及如何对xml文件进行添加,删除,修改-With specific code instructions on how to read xml files , and how to add, delete, modify
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
- 这个一个测试利用xml第三方工具进行读取xml文件的测试用例。-This is a test case for xml.
xml
- Java 解析/读取XML 文件,内含一简单xml文件-Java parse/read the XML file that contains a simple xml file
flex-reading-and-writing-XML-files
- flex 读写XML文件,其中读取分别用了文件流和Request请求两种方法-flex reading and writing XML files, which were used to read the file stream and the Request are two ways to request
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, research on related annotations
xml
- java读取xml文件的法,里面有两种常用的方法。-java read xml file method, there are two commonly used methods.
read-xml-file
- 读取xml文件,用java语言编写,值得参考-read xml file
ChartWeb
- 实现Jsp界面绘制图表,图表数据即可从数据库导入,也可从XML文档导入。可绘制柱形图,折线图等