CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - java database xml
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - java database xml - List
[
J2ME
]
XMLBeans_sample
DL : 0
目前在JAVA下编程时对XML的操作很重要,本程序是处理XML数据和数据库数据的很好工具-in JAVA Programming XML when the operation is very important, the procedure is to deal with XML data and database data are very good tools
Update
: 2025-02-17
Size
: 7kb
Publisher
:
李先生
[
xml-soap-webservice
]
castor-0.9.5.3-xml
DL : 0
从数据库导出数据,然后生成格式化的excel,将rar直接改为jar则可以直接应用-data derived from the database, and then generate formatted excel, rar directly into jar can be applied directly
Update
: 2025-02-17
Size
: 1.12mb
Publisher
:
赵敏
[
JSP/Java
]
dblab2
DL : 0
数据库设计的一个lab,程序将外部格式的数据导入Oracle,根据java语言开发环境,通过数据库接口读取文件型数据库(XML或MDB)的数据。通过数据库接口在Oracle9i中手工建立对应的数据表结构,将文件中读取的数据,通过程序,插入到数据库中建立的相应数据表里。 -Database design a lab, the procedure would be outside the format of data into Oracle, in accordance with java language development environment, through the database interface to read a document database (XML or MDB) data. Through the database interface in Oracle9i in hand to establish the corresponding data sheet structure, the document read the data, through the procedures, inserted into the database to establish the corresponding data table.
Update
: 2025-02-17
Size
: 23kb
Publisher
:
LIXIAOWEI
[
JSP/Java
]
21
DL : 0
1、在Eclipse中导入工程,可以通过Eclipse中的菜单File→Import→Existing Projects intoWorkspace中选择Project; 2、在MySQL中创建数据库,使用MySQL Control Center执行database目录下的dbscript.sql数据库脚本文件创建数据库SQL语句创建数据库和表及数据; 3、设置数据库连接配置,修改doc目录下的exam.xml文件,将其中的数据库用户名和密码设置为实际的用户名和密码; 4、将doc目录下的exam.xml文件拷贝到Tomcat的安装目录下的conf\Catalina\localhost文件夹下,并修改exam.xml文件中的docBase,将该值指向该工程目录,如"F:\jsp\21\WebRoot"; 5、确保Tomcat安装目录的common\lib下mysql-connector-java-3.0.16-ga-bin.jar类包文件,如果没有拷贝WebRoot\WEB-INF\lib目录下的mysql-connector-java-3.0.16-ga-bin.jar类包文件到Tomcat安装目录的common\lib下; 6、启动Tomcat,在浏览器输入http://localhost:8080/exam,使用账号s0001,密码s0001登陆,后台管理使用账号admin,密码dmin登陆。
Update
: 2025-02-17
Size
: 2.63mb
Publisher
:
张磊
[
Finance-Stock software system
]
DataAnalyze
DL : 0
银行8583报文分析源码,供考参.程序输出XML再交给采集程序入数据库-8583 Bank of source packet analysis for test parameters. Process output XML and then to the acquisition program into the database
Update
: 2025-02-17
Size
: 1.57mb
Publisher
:
欧洋
[
SQL Server
]
JSP_SQL2005
DL : 0
随着SQL Server 2005数据库使用的普及,在Java 应用程序中使用基于Java Database Connectivity (JDBC)的驱动程序来访问SQL Server 2005数据库已经成为十分必要的工作。特别是随着XML成为工业标准,越来越多的Java应用程序趋向于使用XML配置文件。论文结合实例讲述了在JSP/Servlet中使用JDBC驱动及XML配置文件访问SQL Server 2005数据库的典型应用方式。-err
Update
: 2025-02-17
Size
: 159kb
Publisher
:
hphpever
[
JSP/Java
]
java+JDK+examples
DL : 0
本代码以J2SE 5.0为开发环境,选取Java应用的典型实例,循序渐进地介绍了Java语言的各种开发方法和技巧。共有19个章节,169个实例,内容涉及Java的语言基础、面向对象程序设计、数字处理、数组与集合、字符串、异常处理、文件操作、多线程、Swing编程、图形和多媒体编程、反射机制、网络程序设计、数据库编程、Applet、Java与XML、Java Mail、JSP与Servlet,并专门用一章介绍J2SE 5.0的新特性。-The code for the J2SE 5.0 development environment, select Java applications typical examples, step-by-step introduction of the Java language to develop a variety of techniques and skills. A total of 19 chapters, 169 examples, covering the language based on Java, object-oriented programming, data processing, array with a collection of strings, exception handling, file manipulation, multithreading, Swing programming, graphics and multimedia Cheng, reflex mechanisms, network programming, Database Programming, Applet, Java and XML, Java Mail, JSP and Servlet, and devotes one chapter J2SE 5.0 introduce new features.
Update
: 2025-02-17
Size
: 6.77mb
Publisher
:
郑勇
[
Other Databases
]
XMLDB
DL : 0
xml数据库,实现查插删改,JAVA SWING作界面-xml database, interpolation search for Modifications to realize, JAVA SWING for interface
Update
: 2025-02-17
Size
: 84kb
Publisher
:
邱宇峰
[
xml-soap-webservice
]
Xml
DL : 0
连接数据库,查询数据库中的表,将表内容导出成Xml格式文件-Connect to the database, query the database table, export table contents into Xml format
Update
: 2025-02-17
Size
: 1kb
Publisher
:
kk
[
JSP/Java
]
XMLMaterializer
DL : 0
本人写的另一个XML实例化小程序,同样也是以前的课程作业,用来将XML文件存储到数据库中(本例是SQL SERVER)的文件。 1. 数据库配置存储在Properties文件中,可以自由配置JDBC连接字符串而无需重新编译。 2. 其中用到了DOM4J来读取和存储XML文件,使用的是微软的JDBC类库。 3. 使用了DAO模式来存储数据库,如果针对不同的数据库可以使用不同的DAO,只需对DAO重新配置即可。-I wrote another small XML instantiation process, the same curriculum is also a previous operation, used to store XML documents into a database (in this case is SQL SERVER) document. 1. Database configuration file is stored in the Properties, you can freely configure the JDBC connection string without having to recompile. 2. DOM4J one of the uses to read and store XML documents, using Microsoft' s JDBC class library. 3. The use of the DAO pattern to store the database, if for different databases can use different DAO, only for DAO can be re-configured.
Update
: 2025-02-17
Size
: 525kb
Publisher
:
刘洋
[
JSP/Java
]
java
DL : 0
本人的毕业设计,JAVA实现数据库转化,我用Java作为编程语言(Java的版本是6.0),JDOM作为XML解析器。数据库是SQL Server 2000,开发工具是NetBeans IDE 5.5 大家在运行程序的时候最好还是使用NetBeans IDE 5.5和Java 6.0,因为我设计的是图形界面,在设计的时候我用到了NetBeans的Swing设计工具Martisse,如果把我的程序放在JBuilder、Eclipse或JCreator中无法运行的(NetBeans是免费下载的) src就是我程序的源代码,XRSystem.SQL就是建立数据库的脚本文件,解压缩后在查询分析器中打开直接运行就可以建立好数据库,文件夹XML是几个XML文档示例-My graduation project, JAVA implementation into a database, I used Java as a programming language (Java version 6.0), JDOM as an XML parser. Database is SQL Server 2000, development tools, NetBeans IDE 5.5 U.S. are running the program at a time when it would be better to use NetBeans IDE 5.5 and Java 6.0, because my graphics are designed to interface design at a time when I used the NetBeans Design Tools Martisse of Swing If I put the procedure on JBuilder, Eclipse or JCreator can not run in the (NetBeans is a free download) src is the source code of my program, XRSystem.SQL is set up the database script file, unzip it in the Query Analyzer open a direct operation can be well set up databases, XML folder are some examples of XML documents
Update
: 2025-02-17
Size
: 83kb
Publisher
:
xinyu
[
xml-soap-webservice
]
xml
DL : 0
本程序主要是从数据库中取出数据,讲数据放入XML中,再有XML的数据导入其他数据库!-This procedure is removed from the database data, data on Add XML speak, and then there is the XML data into other databases!
Update
: 2025-02-17
Size
: 41kb
Publisher
:
王凯
[
JSP
]
Core.Java.Vol.II.Advanced.Features.8Ed
DL : 0
Java 编程经典书籍,java核心技术最新第8版第2卷 Core Java Volume 2 Advanced Features 8th Edition-Volume II includes new sections on the StAX API, JDBC 4, compiler API, scripting framework, splash screen and tray APIs, and many other Java SE 6 enhancements. In this book, the authors focus on the more advanced features of the Java language, including complete coverage of * Streams and Files * Networking * Database programming * XML * JNDI and LDAP * Internationalization * Advanced GUI components * Java 2D and advanced AWT * JavaBeans * Security * RMI and Web services * Collections * Annotations * Native methods
Update
: 2025-02-17
Size
: 19.93mb
Publisher
:
Tong Liu
[
J2ME
]
27189_J2ME
DL : 0
《J2ME手机高级编程》从J2ME手机平台的当前主流应用和发展趋势出发,立足实际的开发案例,介绍了J2ME手机平台开发的实用技术和应用模式。本书的内容主要包括:手机文件系统、网络通信、无线通信(短信通信、彩信通信和蓝牙通信)、底层用户界面应用(游戏开发和电子地图浏览)、多媒体编程(音乐播放器、视频播放器和摄像头视频采集等)、持久化应用、移动商务应用(对象数据库Db4o和嵌入式关系型数据库Derby)和XML模型应用等。-" J2ME mobile high-level programming" from the J2ME platform for mobile phone use and development of current trends in the mainstream, the case based on the actual development on the J2ME platform for the development of mobile phone technology and the practical application mode. The contents of this book include: mobile phone file system, network communications, wireless communications (SMS communications, multimedia communications and Bluetooth communication), the bottom of the user interface application (game development and e-map browser), multimedia programming (music player, video player and video capture camera, etc.), durable applications, mobile business applications (Db4o object-oriented database and relational database embedded Derby) and the application of XML model.
Update
: 2025-02-17
Size
: 698kb
Publisher
:
东
[
ADO-ODBC
]
java-xml
DL : 0
从数据库表中生成xml文件和把xml文件数据导入数据库的例子代码。-Generate xml from the database table file and the xml file data into a database of examples of code.
Update
: 2025-02-17
Size
: 8kb
Publisher
:
LuCheng
[
JSP/Java
]
Java
DL : 0
java编程经典,2010新版教程。 第1章 Java环境及配置 第2章 Java基本语法 第3章 类和接口 第4章 Java Applet 第5章 Java图形处理 第6章 Java用户界面技术 第7章 异常、事件和多线程机制 第8章 输入输出技术 第9章 Java数据库技术 第10章 Java安全技术 第11章 Java网络技术(一) 第12章 Java网络技术(二) 第13章 Servlet技术 第14章 Java读写XML技术-java programming classic, 2010, new tutorials. Chapter 1 Java environment and configuration in Chapter 2 the basic syntax of Java classes and interfaces Chapter 3 Chapter 4 Chapter 5 Java Applet Java Java graphics Chapter 6 Chapter 7 User Interface Technology anomalies, events, and multi-threading mechanism of Chapter 8 input and output technologies Chapter 9 Chapter 10 Java Database Java security technology Chapter 11 Java Network Technology (1) Chapter 12 Java Network Technology (2) Chapter 13 Chapter 14 of Java Servlet technology to read and write XML technology
Update
: 2025-02-17
Size
: 5.22mb
Publisher
:
兰凯
[
JSP
]
Java-practical-tutorial
DL : 0
Java实用教程 【第1章 Java环境及配置 第2章 Java基本语法 第3章 类和接口 第4章 Java Applet 第5章 Java图形处理 第6章 Java用户界面技术 第7章 异常、事件和多线程机制 第8章 输入输出技术 第9章 Java数据库技术 第10章 Java安全技术 第11章 Java网络技术(一) 第12章 Java网络技术(二) 第13章 Servlet技术 第14章 Java读写XML技术 】-Java practical tutorial [Chapter 1 Java environment and configuration Chapter 2 Java basic syntax Chapter 3 classes and interfaces Chapter 4 Chapter 5 of the Java Applet Java graphical processing Chapter 6 of the Java user interface technology Chapter 7 abnormal events and multithreading mechanisms Chapter 8 input and output technologies Chapter 9 Java database technology 10 Chapter 11 Chapter Java security technology Java network technology (a) Chapter 12 Java network technology (b) of Chapter 13, Chapter 14 of the Servlet Technology Java to read and write XML technology 】
Update
: 2025-02-17
Size
: 5.33mb
Publisher
:
jane
[
JSP
]
java
DL : 0
Java实用教程。目录第1章Java环境及配置第2章Java基本语法第3章类和接口第4章JavaApplet第5章Java图形处理第6章Java用户界面技术第7章异常、事件和多线程机制第8章输入输出技术第9章Java数据库技术第10章Java安全技术第11章Java网络技术(一)第12章Java网络技术(二)第13章Servlet技术第14章Java读写XML技术Java实用教程第1章Java环境及配置1.1Java概述1.2Java语言的特点1.3Java应用分类1.4JDK包的下载与安装1.5Java环境配置1.6例子程序习题-Java practical tutorial. The first chapter Java environment configuration directory and the second chapter basic syntax Java the third chapter and fourth chapter JavaApplet interface Java fifth chapter sixth chapter seventh Java graphics user interface technology chapter, eighth abnormal event and multi thread mechanism of input and output of the ninth chapter chapter chapter tenth Java Java database security technology of Java network technology (the eleventh chapter) the twelfth chapter Java network technology (two) the thirteenth chapter Servlet chapter fourteenth Java read and write XML Java practical tutorial Java chapter first environment and configure the 1.1Java overview of the features of the 1.2Java language 1.3Java application classification of 1.4JDK package to download and install the 1.5Java environment configuration 1.6 examples of procedures.
Update
: 2025-02-17
Size
: 946kb
Publisher
:
lz
[
JSP/Java
]
JAVA和Mysql学生信息管理系统
DL : 1
1.新建数据库ssms,将ssms.sql导入该数据库 2.用解压文件打开ssms.war, 打开ssms.war\WEB-INF\classes\c3p0-config.xml文件,修改服务器所在数据库用户名和密码 3.将ssms.war文件放入tomcat/webapps目录下 4.启动tomcat服务器 5.打开浏览器,输入 localhost:8080/ssms 进入登录界面 6.输入用户名和密码访问系统 用户名:admin 密码:111111(The Components of a PHP Application In order to process and develop dynamic web pages, you'll need to use and understand several technologies. There are three main components to creating dynamic web pages: a web server, a server-side programming language, and a database. It's a good idea to have an understanding of the three basic components for web development using PHP. Start with some rudimentary understanding of the history and purpose of Apache (your web server), PHP (your server-side programming language), and MySQL (your database).)
Update
: 2025-02-17
Size
: 8.84mb
Publisher
:
我啦
[
Windows Develop
]
SaxTest
DL : 0
使用java读取xml文件内容并写入数据库(use java read xml and insert into database)
Update
: 2025-02-17
Size
: 15kb
Publisher
:
卜错
«
1
2
3
4
5
6
7
8
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.