代码搜索:exec
找到约 10,000 项符合「exec」的源代码
代码结果 10,000
www.eeworm.com/read/421857/10687237
txt what files are legal for distribution on a bbs.txt
What Files are Legal for Distribution on a BBS?
-----------------------------------------------
Copyright (C) 1989 Exec-PC All Rights Reserved
From Exec-PC Multi-user BBS, 414-964-5160
Bob Mah
www.eeworm.com/read/349709/10803268
sql wrapseed.sql
/*
* WrapSeed.sql
* Chapter 3, Oracle10g PL/SQL Programming
* by Ron Hardman, Mike McLaughlin, Scott Urman
*
* This script demonstrates the Wrap utility
*/
exec clean_schema.trigs
exec
www.eeworm.com/read/418731/10932602
txt what files are legal for distribution on a bbs.txt
What Files are Legal for Distribution on a BBS?
-----------------------------------------------
Copyright (C) 1989 Exec-PC All Rights Reserved
From Exec-PC Multi-user BBS, 414-964-5160
Bob Mah
www.eeworm.com/read/445796/7590059
pas sqlitetable3.pas
Unit SQLiteTable3;
{
Simple classes for using SQLite's exec and get_table.
TSQLiteDatabase wraps the calls to open and close an SQLite database.
It also wraps SQLite_exec for queries tha
www.eeworm.com/read/331567/12820288
in makefile.in
#
# makefile.in - Input makefile for the configure script.
#
SHELL = /bin/sh
#### Start of system configuration section. ####
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
libdir
www.eeworm.com/read/152661/5672323
tcl flash_cksum.tcl
#!/bin/sh
# these lines restart using the tcl shell \
exec sh -c "if ( echo | tclsh ) 2>/dev/null ; then \
exec tclsh \"${0}\" ${1+${*}} ; \
elif ( echo | cygtclsh80 ) 2>/dev/null ; then \