代码搜索:kill
找到约 2,615 项符合「kill」的源代码
代码结果 2,615
www.eeworm.com/read/438832/7725799
sh ex44.sh
#!/bin/bash
# 结束ppp进程来强制登出log-off.
# 本脚本应该以root用户的身份来运行.
killppp="eval kill -9 `ps ax | awk '/ppp/ { print $1 }'`"
# -------- ppp的进程ID -------
$killppp # 这个变量
www.eeworm.com/read/295753/8142355
pro chapter08track3d.pro
; Chapter08Track3D.pro
PRO Chapter08Track3D_EVENT, sEvent
WIDGET_CONTROL, sEvent.id, GET_UVALUE=uval
IF TAG_NAMES(sEvent, /STRUCTURE_NAME) EQ $
'WIDGET_KILL_REQUEST' THEN BEGIN
www.eeworm.com/read/332975/12713962
m51 e51pro.m51
BL51 BANKED LINKER/LOCATER V6.05 06/13/2008 19:35:36 PAGE 1
BL51 BANKED LINKER/LOCATER V6.05, INVOKED BY:
D:\WINXP程序\KILL\C51\BIN\BL51.EX
www.eeworm.com/read/132649/5914362
sh test_threaded_client_server.sh
#! /bin/sh
# $Id: test_threaded_client_server.sh,v 1000.1 2004/02/12 21:57:04 gouriano Exp $
status=0
port="565`expr $$ % 100`"
test_threaded_server -port $port &
server_pid=$!
trap 'kill $server_pi
www.eeworm.com/read/260147/11743337
h local.h
/* local.h */
#include
extern FILE *scrfp;
extern char scrname[];
extern struct termios oldtty;
extern char t_flushc, t_intrc, t_quitc, sg_erase, sg_kill;
extern int errno;
int errexi
www.eeworm.com/read/344394/11883796
ini setup.ini
[设置]
AspUpFile=D:\Tools\[黑客专区]\kill.asp
[旁注设置]
Url=http://whois.webhosting.info/%s?pi=%d
NOIPList=IP Details - N/A.
Security=Enter the security
Host1=.">
Host2=.
www.eeworm.com/read/247212/4483947
hello
#!/bin/sh
MICORC=/dev/null
export MICORC
# run Naming Service
echo "Starting Naming Service ..."
rm -f nsd.ior
nsd --ior nsd.ior &
nsd_pid=$!
trap "kill $nsd_pid > /dev/null 2> /dev/null" 0
# wa
www.eeworm.com/read/247212/4483971
events
#!/bin/sh
MICORC=/dev/null
export MICORC
# run Naming Service
echo "Starting Naming Service ..."
rm -f nsd.ior
nsd --ior nsd.ior &
nsd_pid=$!
trap "kill $nsd_pid > /dev/null 2> /dev/null" 0
# wa
www.eeworm.com/read/247212/4483976
hello
#!/bin/sh
MICORC=/dev/null
export MICORC
# run Naming Service
echo "Starting Naming Service ..."
rm -f nsd.ior
nsd --ior nsd.ior &
nsd_pid=$!
trap "kill $nsd_pid > /dev/null 2> /dev/null" 0
# wa
www.eeworm.com/read/209559/4972479
h midi_synth.h
int midi_synth_ioctl (int dev,
unsigned int cmd, void __user * arg);
int midi_synth_kill_note (int dev, int channel, int note, int velocity);
int midi_synth_set_instr (int dev, int channel, int i