代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/439664/7703769
txt code84a.txt
Public Sub Main()
Dim Counter As Integer
Counter = 1 ' Initialize the control variable
While Counter
www.eeworm.com/read/439664/7703808
txt code83a.txt
Public Sub Main()
Dim Counter As Integer
Counter = 1 ' Initialize the control variable
Do While Counter
www.eeworm.com/read/439416/7709935
pxs vcbroadcast-server.pxs
{
vcBroadcast-server demo script.
Use with VC 2.5 Pro Scriptor component.
Copyright (c) 2002-2005 Lake of Soft, Ltd
All rights reserved
http://lakeofsoft.com/vc/
}
{===============
www.eeworm.com/read/439307/7712776
asp conn.asp
//Class Conn()
function Conn() {
//private variables
var db = 'data/counter.mdb';
var connStr = 'Provider = Microsoft.Jet.OLEDB.4.0;Data Source = ' +
www.eeworm.com/read/438832/7725277
sh ex54.sh
#!/bin/bash
exec echo "Exiting \"$0\"." # 脚本应该在这里退出.
# ----------------------------------
# The following lines never execute.
echo "This echo will never echo."
exit 99 #
www.eeworm.com/read/437186/7753721
frm createdb.frm
VERSION 5.00
Begin VB.Form CreateDB
BorderStyle = 3 'Fixed Dialog
Caption = "创建试题数据库"
ClientHeight = 1605
ClientLeft = 45
ClientTop = 330
www.eeworm.com/read/436250/7774032
c item.c
#include
void main()
{
int counter = 1; // Initialize the control variable
while (counter
www.eeworm.com/read/108316/7811162
txt readme.txt
README
------------
This is a simple example to show how to use DAO4J
WINDOWS:
Please execute run.cmd
The generat