代码搜索:mySQL
找到约 10,000 项符合「mySQL」的源代码
代码结果 10,000
www.eeworm.com/read/486476/1251198
js mysql.js
/*
Copyright (c) 2004-2006, The Dojo Foundation
All Rights Reserved.
Licensed under the Academic Free License version 2.1 or above OR the
modified BSD license. For more information on Dojo licens
www.eeworm.com/read/483458/1278030
java mysql.java
/*
* Created on 2005-4-14
*
* @author guopengfei_8218@163.com
* -------------
* 2006-5-13 修改
* 1. 加入了数据库连接池 ,节约系统资源。
*/
package com.jxyd.sql;
import java.io.InputStream;
import ja
www.eeworm.com/read/483229/1279095
sql mysql.sql
# MySQL-Front 3.2 (Build 6.2)
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CO
www.eeworm.com/read/483229/1279153
sql mysql.sql
# MySQL-Front 3.2 (Build 6.2)
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CO
www.eeworm.com/read/482892/1281981
sql mysql.sql
-- ********************************************************************
-- 梦想年华新闻系统 [DreamTimeNews]
-- MySQL数据库角本文件
-- 数据库: `dreamtimenews`
--
--
-- 数据库: `dreamtimenews`
--
DROP DATABASE
www.eeworm.com/read/478926/1348048
properties mysql.properties
# mysql Configuration Parameters
# DB System requirement:mysql 5.0 or upon
#=================================================
#driver
db.driver=com.mysql.jdbc.Driver
#connection descriptor
www.eeworm.com/read/478926/1348066
properties mysql.properties
# mysql Configuration Parameters
# DB System requirement:mysql 5.0 or upon
#=================================================
#shu juku qu dong
db.driver=com.mysql.jdbc.Driver
db.url=jdbc:my
www.eeworm.com/read/477486/1360919
java mysql.java
package database;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
im