代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/290280/8491759
pas rasdial5.pas
unit RasDial5;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Formauto, StdCtrls;
type
TTimePasswordAutoForm = class(TAutoForm)
Passwor
www.eeworm.com/read/188834/8512031
frm frm_cleardb.frm
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frm_clearDB
Caption = "磁盘清理"
ClientHeight = 2655
ClientLeft = 60
www.eeworm.com/read/188796/8514536
cpp newtest.cpp
#include "_p.h"
#include
#include "../oralib/oralib.h"
int main (void)
{
oralib::connection cn;
try
{
cn.open ("ora1", "thesis", "thesis");
oralib::resultset &rs = *cn
www.eeworm.com/read/389292/8535626
java testable.java
//: annotations/Testable.java
package annotations;
import net.mindview.atunit.*;
public class Testable {
public void execute() {
System.out.println("Executing..");
}
@Test void test
www.eeworm.com/read/432726/8580437
cpp sqlserver_ce.cpp
int SQLServer_CE()
{
SAConnection con;
SAConnection conCE;
conCE.setOption(_TSA("OLEDBProvider")) = _TSA("CompactEdition");
conCE.setOption(_TSA("CreateDatabase")) = _TSA("TRUE");
try
{
con.
www.eeworm.com/read/289007/8586600
pas monthfeethread.pas
unit MonthFeeThread;
interface
uses
Classes;
type
TMonthFeeThread = class(TThread)
private
{ Private declarations }
// protected
public
procedure Execute; override;