代码搜索:DataBase
找到约 10,000 项符合「DataBase」的源代码
代码结果 10,000
www.eeworm.com/read/151775/5679176
java lookupapi.java
/*
* Copyright (c) 2000 David Flanagan. All rights reserved.
* This code is from the book Java Examples in a Nutshell, 2nd Edition.
* It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/151775/5679178
props bankdb.props
driver: postgresql.Driver
database: jdbc:postgresql:bank
user: david
password:
www.eeworm.com/read/151482/5681153
sh server.sh
java -classpath ../../../../lib/hsqldb/hsqldb.jar org.hsqldb.Server -database petclinic
www.eeworm.com/read/151482/5681226
jsp config.jsp
You can use this demonstration in three different configurations:
Presentation
www.eeworm.com/read/151482/5681332
sh server.sh
java -classpath ../../../../lib/hsqldb/hsqldb.jar org.hsqldb.Server -database jpetstore
www.eeworm.com/read/151482/5681722
java sqlerrorcodesfactory.java
/*
* Copyright 2002-2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/151092/5686393
java surveyservlet.java
// Fig. 9.27: SurveyServlet.java
// A Web-based survey that uses JDBC from a servlet.
package com.deitel.advjhtp1.servlets;
import java.io.*;
import java.text.*;
import java.sql.*;
import java
www.eeworm.com/read/151092/5686465
java titlesbean.java
// TitlesBean.java
// Class TitlesBean makes a database connection and retrieves
// the books from the database.
package com.deitel.advjhtp1.store;
// Java core packages
import java.io.*;
imp
www.eeworm.com/read/151092/5686477
java displayqueryresults.java
// Fig. 8.31: DisplayQueryResults.java
// Display the contents of the Authors table in the
// Books database.
package com.deitel.advjhtp1.jdbc;
// Java core packages
import java.awt.*;
import
www.eeworm.com/read/151092/5686558
java guestdatabean.java
// GuestDataBean.java
// Class GuestDataBean makes a database connection and supports
// inserting and retrieving data from the database.
package com.deitel.advjhtp1.jsp.beans;
// Java core pac