代码搜索:Script
找到约 10,000 项符合「Script」的源代码
代码结果 10,000
www.eeworm.com/read/230957/14264427
c script.c
/* script.c
*
* Functions to call the DHCP client notification scripts
*
* Russ Dill July 2001
*
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details
www.eeworm.com/read/128423/14299403
cpp script.cpp
//********************************************
// 脚本 相关函数
// 创建于2000年5月8日
//********************************************
#include
#include
#include
#include
www.eeworm.com/read/128423/14299519
h script.h
//********************************************
// 脚本 相关函数
// 创建于2000年5月8日
//********************************************
#ifndef _SCRIPT_H_
#define _SCRIPT_H_
//脚本类
class CScript
{
publi
www.eeworm.com/read/229720/14324249
class script.class
www.eeworm.com/read/127459/14353688
ini script.ini
if Not exists (select * from sysobjects where id = object_id(N'[dbo].[挂单菜谱]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
begin
CREATE TABLE [dbo].[挂单菜谱] (
[id] [uniqueidentifier] NOT NULL ,
[挂单
www.eeworm.com/read/126923/14394412
script jive.script
CREATE TABLE JIVEFORUM(FORUMID BIGINT NOT NULL PRIMARY KEY,NAME VARCHAR(255) NOT NULL,DESCRIPTION VARCHAR(4000),MODDEFAULTTHREADVAL INTEGER NOT NULL,MODMINTHREADVAL INTEGER NOT NULL,MODDEFAULTMSGVAL I
www.eeworm.com/read/227998/14403743
script simple.script
#!/bin/sh
# udhcpc script edited by Tim Riker
[ -z "$1" ] && echo "Error: should be called from udhcpc" && exit 1
RESOLV_CONF="/etc/resolv.conf"
[ -n "$broadcast" ] && BROAD
www.eeworm.com/read/227998/14403747
script sample.script
#!/bin/sh
# Currently, we only dispatch according to command. However, a more
# elaborate system might dispatch by command and interface or do some
# common initialization first, especially if mor
www.eeworm.com/read/227998/14403776
h script.h
#ifndef _SCRIPT_H
#define _SCRIPT_H
void run_script(struct dhcpMessage *packet, const char *name);
#endif
www.eeworm.com/read/227998/14403802
c script.c
/* script.c
*
* Functions to call the DHCP client notification scripts
*
* Russ Dill July 2001
*
* This program is free software; you can redistribute it and/or modify