代码搜索:databases

找到约 1,381 项符合「databases」的源代码

代码结果 1,381
www.eeworm.com/read/101228/15840681

prg tcxt.prg

*退出系统模块 *变量说明 do jrz with p_gzrrxm,'退出系统。' set sysmenu to default close databases all save to xtzcgb *logo.release on error on shut set colo to rgb(,,,255,255,255) clea cancel
www.eeworm.com/read/404620/10248065

asp config.asp

www.eeworm.com/read/421085/10756281

php pma.php

www.eeworm.com/read/439531/7706924

sql createtestdb.sql

USE master; GO IF EXISTS (SELECT * FROM sys.databases WHERE name = N'TargetDB') DROP DATABASE TargetDB; GO CREATE DATABASE TargetDB; GO IF EXISTS (SELECT * FROM sys.databas
www.eeworm.com/read/297417/8022600

h~ dbs.h~

#ifndef _DBS_H_ #define _DBS_H_ #include #include "Tool.h" #include "db.h" using namespace std; class dbs { public: std::vector databases; dbs() { databases = std::ve
www.eeworm.com/read/297417/8022719

h dbs.h

#ifndef _DBS_H_ #define _DBS_H_ #include #include "Tool.h" #include "db.h" using namespace std; class dbs { public: std::vector databases; dbs() { databases = std::ve
www.eeworm.com/read/239781/13257104

html oracle-howto-6.html

Or
www.eeworm.com/read/323119/13351373

result rpl_multi_engine.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 if not exists mysqltest1; use mysq
www.eeworm.com/read/315311/13546284

html xrmsetdatabase.html

Xlib Programming Manual: XrmSetDatabase XrmSetDatabase Syntax void XrmSetD