代码搜索:DataBase
找到约 10,000 项符合「DataBase」的源代码
代码结果 10,000
www.eeworm.com/read/324094/13288264
txt readme.txt
Duck Barcode 1.2d
Copyright (c) 1998. All Rights Reserved.
Mr. Somkiat Pathumsiriwan
Bangkok, Thailand.
================================================================================
Contact:
www.eeworm.com/read/137364/13326586
h kmeans.h
/* Scalable K-means clustering software
Copyright (C) 2000 Fredrik Farnstrom and James Lewis
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Genera
www.eeworm.com/read/323119/13351795
result overflow.result
drop database AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
www.eeworm.com/read/323119/13351867
result rpl_row_4_bytes.result
stop slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
reset master;
reset slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
start slave;
drop database if exists mysqltest1;
create databas
www.eeworm.com/read/323119/13351877
result federated_transactions.result
stop slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
reset master;
reset slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
start slave;
stop slave;
DROP DATABASE IF EXISTS federated;
CRE
www.eeworm.com/read/323119/13352332
result rpl_stm_no_op.result
stop slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
reset master;
reset slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
start slave;
create database mysqltest;
drop database if exists
www.eeworm.com/read/323119/13352466
result rpl000009.result
stop slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
reset master;
reset slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
start slave;
drop database if exists mysqltest;
drop database i
www.eeworm.com/read/323119/13353075
test rpl_loaddata_m.test
# See if the master logs LOAD DATA INFILE correctly when binlog_*_db rules
# exist.
# This is for BUG#1100 (LOAD DATA INFILE was half-logged).
######################################################
#
www.eeworm.com/read/136758/13362416
cpp bookstoreappui.cpp
/*
* ============================================================================
* Name : BookstoreAppUi from BookstoreAppUi.cpp
* Part of : Bookstore
* Created : 8.12.2003 by Forum
www.eeworm.com/read/322802/13365195
cs borrow.cs
using System;
using System.Data;
using System.Collections;
using System.Data.SqlClient;
using MyLibrary.DataAccessLayer;
using MyLibrary.DataAccessHelper;
namespace MyLibrary.BusinessLogicL