代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/241364/13150561
pl callbooktitle.pl
#!/usr/bin/perl
use strict;
use DBI qw(:sql_types);
# either make the connection or DIE
my $dbh = DBI->connect(
'dbi:Oracle:o92',
'scott',
'tiger',
{
RaiseError =>
www.eeworm.com/read/241364/13151209
sql utlcmd.sql
/*
Build by Vadim Loevski of Quest Software.
*/
CREATE OR REPLACE AND RESOLVE JAVA SOURCE NAMED " UTLcmd" AS
import java.lang.Runtime;
public class UTLcmd
{
public static void execute (
www.eeworm.com/read/241361/13152354
c forkdemo2.c
/* forkdemo2.c - shows how child processes pick up at the return
* from fork() and can execute any code they like,
* even fork(). Predict number of lines of output.
*/
www.eeworm.com/read/241312/13157532
log oracleerr.log
Connected to ORACLE as user: msmm
EXECUTE: select * from sysarg
SNAME SVALUE
super manager zhtdragon
last shut down
www.eeworm.com/read/139374/13159634
pm snapshots.pm
#!/usr/bin/perl -w
#
# Copyright (C) 2005 Luke Reeves
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
#
www.eeworm.com/read/139269/13165562
txt readme.txt
默认路径:
D:\MCU51\
Version:MS1.01-2003.7.17
修改:增加ASCII.C的一个ASCI码(7F),用于虚拟按键用
Version:MS1.10-2003.9.14
更改系统结构,便于打包
Version:MS1.11-2003.9.15
统一标准风格。
Version:MS1.21-2003.9.
www.eeworm.com/read/240957/13185077
pas uinshyperlink.pas
unit uInsHyperlink;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls, TBXDkPanels, ActnList, TB2Dock,
TB2ToolWindow, TBX, TB2I