代码搜索:STARTING
找到约 9,113 项符合「STARTING」的源代码
代码结果 9,113
www.eeworm.com/read/242099/13095222
log automake.log
ispDesignEXPERT Auto-Make Log File
----------------------------------
Starting: 'E:\ispTOOLS\ispsys\bin\checkini.exe -err=automake.err E:\ISPTOOLS\ISPSYS\CONFIG\mach.ini'
Done: completed succes
www.eeworm.com/read/241378/13148386
regression
#!/bin/csh -f
rm regress.log
echo "0-Waitstate Test......."
echo "" >> regress.log
echo "Starting 0 Waitstate......" >> regress.log
echo "--------------------------" >> regress.log
e
www.eeworm.com/read/138638/13227543
c clrarray.c
/*
** Set all of the elements of an array to zero.
*/
void
clear_array( int array[], int n_elements )
{
/*
** Clear the elements of the array starting with the last
** and working towards
www.eeworm.com/read/138258/13244413
c uline.c
#include
void underline(char *string);
void main()
{
char text[] = "1998's Starting Line-up";
puts(text);
underline(text);
}
void underline(char *string)
{
www.eeworm.com/read/321972/13391576
m input_dialog.m
prompt{1} = 'Starting x position:';
prompt{2} = 'Starting y position:';
prompt{3} = 'Width:';
prompt{4} = 'Height:';
title = 'Set Figure Position';
default_ans = {'50','50','180','100'};
answ
www.eeworm.com/read/313513/13586028
txt log.txt
2004-7-5--22:53:56----------系统启动;
2004-7-5--22:54:22----------系统启动;
2004-7-5--22:56:00----------Started;
2004-7-5--22:56:02----------Shutdown;
2004-7-5--22:58:17----------Started;
2004-7-5--22:
www.eeworm.com/read/300969/13876672
c inet.c
/* this file contains the interface of the network software with rest of
minix. Furthermore it contains the main loop of the network task.
The valid messages and their parameters are:
from FS:
www.eeworm.com/read/300905/13881893
cn2 switches.cn2
~aSWITCHES~0
指定MS-DOS中的特殊选项。此命令只能在CONFIG.SYS文件中使用。
语法
~aSWITCHES~0=/W /K /F
开关
/W
指定WIN20.386所在的目录(不在根目录)。若要使用Microsoft Windows3.0
的增强方式并
www.eeworm.com/read/300905/13882465
ex2 switches.ex2
SWITCHES─例子
尽管正在使用增强键盘,但希望DOS只使用常规键盘的功能,则在CONFIG.SYS
文件中增加如下命令:
? switches=/k
若要禁止用户使用F5或F8键略过启动命令,则在CONFIG.SYS文件中加入命令:
? switches=/n
若希望在显示
www.eeworm.com/read/140582/5787235
sh restart_test.sh
#!/bin/sh
: ==== start ====
D=/testing/scripts/ipsec.conf-restart-01
export IPSEC_CONFS="$D/etc-norestart"
ipsec setup --showonly start | sed -e 's=\(Starting FreeS/WAN IPsec \).*\.\.\.=\1DATE...='