代码搜索:executing
找到约 1,160 项符合「executing」的源代码
代码结果 1,160
www.eeworm.com/read/190666/5181655
java statement.java
/* Statement.java -- Interface for executing SQL statements.
Copyright (C) 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can re
www.eeworm.com/read/341021/3258659
mpich2prereq
#! /bin/sh
#
# The shm channel does not implement SPAWN
echo "Executing mpich2prereq in $devicedir/channels/shm"
MPID_NO_SPAWN=yes
MPID_MAX_THREAD_LEVEL=MPI_THREAD_SERIALIZED
www.eeworm.com/read/276787/4163314
control openssh-sftp-server.control
Package: openssh-sftp-server
Version: 4.6p1-r3
Description: Secure rlogin/rsh/rcp/telnet replacement (OpenSSH) Ssh (Secure Shell) is a program for logging into a remote machine and for executing comma
www.eeworm.com/read/434629/1870016
bat terra3d.bat
@echo off
echo Executing Java3D application...
java -Xmx128m -cp "%CLASSPATH%;ncsa\portfolio.jar" Terra3D %1
echo Finished.
www.eeworm.com/read/407729/2259608
rcs
#!/bin/sh
# Start all init scripts in /etc/init.d
# executing them in numerical order.
#
for i in /etc/init.d/S??* ;do
# Ignore dangling symlinks (if any).
[ ! -f "$i" ] && continue
www.eeworm.com/read/396399/2422433
rcs
#!/bin/sh
# Start all init scripts in /etc/init.d
# executing them in numerical order.
#
for i in /etc/init.d/S??* ;do
# Ignore dangling symlinks (if any).
[ ! -f "$i" ] && continue
www.eeworm.com/read/374687/2748649
rcs
#!/bin/sh
# Start all init scripts in /etc/init.d
# executing them in numerical order.
#
for i in /etc/init.d/S??* ;do
# Ignore dangling symlinks (if any).
[ ! -f "$i" ] && continue
www.eeworm.com/read/147311/12567858
html batchupdate.html
Executing a Batch of SQL Statements in a Database
(Java Developers Almanac Example)
www.eeworm.com/read/390106/8484078
htm exec.htm
Executing a Command (Java Developers Almanac Example)
www.eeworm.com/read/390106/8484259
htm getfetchsize.htm
Setting the Number of Rows to Prefetch When Executing a SQL Query (Java Developers Almanac Example)