代码搜索:visual basic

找到约 10,000 项符合「visual basic」的源代码

代码结果 10,000
www.eeworm.com/read/325138/13224822

frm frm_basic_stock.frm

VERSION 5.00 Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX" Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX" Object = "{CDE57A40-8B86-11D0-B3C6-00A0C9
www.eeworm.com/read/325138/13224888

frm frm_basic_employ.frm

VERSION 5.00 Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX" Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX" Object = "{CDE57A40-8B86-11D0-B3C6-00A0C9
www.eeworm.com/read/138690/13224907

c basic_hello1.c

/********************************************************************* * SEGGER MICROCONTROLLER SYSTEME GmbH * * Solutions for real time microcontroller applica
www.eeworm.com/read/323119/13351589

result rpl_ndb_basic.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 TABLE `t1` ( `nid` int(11) NOT NULL default
www.eeworm.com/read/323119/13352047

result ndb_binlog_basic.result

drop table if exists t1, t2; drop database if exists mysqltest; create database mysqltest; use mysqltest; drop database mysqltest; use test; create table t1 (a int primary key) engine=ndb; insert into
www.eeworm.com/read/323119/13352508

result ndb_dd_basic.result

DROP TABLE IF EXISTS t1; CREATE LOGFILE GROUP lg1 ADD UNDOFILE 'undofile.dat' INITIAL_SIZE 16M UNDO_BUFFER_SIZE = 1M ENGINE=NDB; ALTER LOGFILE GROUP lg1 ADD UNDOFILE 'undofile02.dat' INITIAL_SIZE = 4M
www.eeworm.com/read/323119/13352671

inc rpl_row_basic.inc

--source include/have_row_based.inc --source include/have_binlog_format_row.inc --source include/master-slave.inc # # Basic tests of row-level logging # # # First we test tables with only an index.
www.eeworm.com/read/323119/13353357

test ndb_binlog_basic.test

-- source include/have_ndb.inc -- source include/have_binlog_format_row.inc --disable_warnings drop table if exists t1, t2; drop database if exists mysqltest; create database mysqltest; use mysqltest
www.eeworm.com/read/323119/13353696

test rpl_ndb_basic.test

--source include/have_ndb.inc --source include/have_binlog_format_row.inc --source include/master-slave.inc # # Bug #11087 # # connect to the master and create tabe t1 in gotoslave database --conne