代码搜索:Check
找到约 10,000 项符合「Check」的源代码
代码结果 10,000
www.eeworm.com/read/35228/1054530
h check.h
#ifndef _check_H_
#define _check_H_
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/35675/1059586
perm_check
#!/bin/bash
# Using the old style test command
# filename: perm_check
file=./testing
if [ -d $file ]
then
echo "$file is a directory"
elif [ -f $file ]
then
if [ -r $file -a -w $file -a -x $file
www.eeworm.com/read/35675/1059598
printer_check
#!/bin/bash
# Scriptname: printer_check
# Script to clear a hung-up printer
if [ $LOGNAME != root ]
then
echo "Must have root privileges to run this program"
exit 1
fi
cat
www.eeworm.com/read/35675/1059869
printer_check
#!/bin/sh
# Scriptname: printer_check
# Script to clear a hung up printer for SVR4
if [ $LOGNAME != root ]
then
echo "Must have root privileges to run this program"
exit 1
fi
cat
www.eeworm.com/read/37215/1069885
vi check.vi
www.eeworm.com/read/37220/1069924
vi check.vi
www.eeworm.com/read/37323/1072567
js check.js
// JavaScript Document
//首页登录验证
function f_check(form){
if(form.txt_user.value==""){
alert("请输入用户名");form.txt_user.focus();return false;
}
if(form.txt_pwd.value==""){
alert("请输入密码
www.eeworm.com/read/37832/1087275
gif check.gif
www.eeworm.com/read/38424/1114094