代码搜索:Check
找到约 10,000 项符合「Check」的源代码
代码结果 10,000
www.eeworm.com/read/298320/3868595
jsp check.jsp
//判断用户的输入是否合法
function check(myform){
if(myform.author.value==""){
alert("留言人不允许为空!");myform.author.focus();return;
}
if (myform.email.value!=""){
var i=myform.email.value.indexOf("@");
www.eeworm.com/read/297137/3890452
hxx check.hxx
#ifndef __CHECK_HXX__
#define __CHECK_HXX__
/*
* Copyright (C) 1998, 1999, Jonathan S. Shapiro.
*
* This file is part of the EROS Operating System.
*
* This program is free software; you can redi
www.eeworm.com/read/296971/3896180
js check.js
var fei = "'#$^&*~.,.:';{}[]!@(),。~!·#¥%|、\+-=";
var number = "0123456789";
//===================基本方法===================================
//判断字符长度
function checklength(values, name, a1, a2)
www.eeworm.com/read/296587/3899723
js check.js
// Description: Valid check for JavaScript
// Usage:
// Function Listing:
// function chkdate(yearStr, monthStr, dayStr)
// function chkdatestr(c
www.eeworm.com/read/293874/3928011
java check.java
package downLoadImage;
import java.io.File;
import java.util.*;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class Check {
public static boolean isDigit(String s){
www.eeworm.com/read/292705/3949561
c check.c
/*
* Code extracted from drivers/block/genhd.c
* Copyright (C) 1991-1998 Linus Torvalds
* Re-organised Feb 1998 Russell King
*
* We now have independent partition support from the
* block