代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/341217/12100745
java switch.java
package com.javapatterns.command.lightandfan;
public class Switch {
private Command UpCommand, DownCommand;
public Switch( Command Up, Command Down) {
UpCommand =
www.eeworm.com/read/340749/12136097
cpp scenario.cpp
/*
* Copyright 2002-2005, Mersad Team, Allameh Helli High School (NODET).
*
* This program is free software, you can redistribute it and/or modify
* it under the terms of the GNU General Public
www.eeworm.com/read/151211/12228440
txt 10.txt
ADO三大对象的属性、方法、事件及常数(一)
Connection对象
属性
属性名称 数据类型和用途
Attributes 可读写Long类型,通过两个常数之和指定是否使用保留事务(retainning transactions)。常数adXactCommitRetaining表示调用CommitTrans方法时启动一个新事务;常数adXactAbortRetani
www.eeworm.com/read/151211/12228524
txt 15.txt
主题: MDB文件的导出 ---- 使用 DAO
在很多 VB 的MDB文件书籍中,都会很完整的提到:如何由其他种类的文件中將资料导入MDB文件,但是却很少有书提到:如何將MDB文件中的资料,导出到各种不同的文件类型的文件中,连 VB 的 Help 中也是这样!
或许是大家都认为MDB文件主题的重点是在MDB文件本身吧!
但是,在实际的MDB文件程式運用中,却常常需要 ...
www.eeworm.com/read/253222/12238398
test pdemo-exec.test
#! /bin/sh
# pdemo-exec.test - check that programs in the ../pdemo subdirectory are viable
# Test script header.
need_prefix=no
if test -z "$srcdir"; then
srcdir=`echo "$0" | sed 's%/[^/]*$%%'`
t
www.eeworm.com/read/253222/12238513
test demo-exec.test
#! /bin/sh
# demo-exec.test - check that programs in the ../demo subdirectory are viable
# Test script header.
need_prefix=no
if test -z "$srcdir"; then
srcdir=`echo "$0" | sed 's%/[^/]*$%%'`
tes