代码搜索:Check
找到约 10,000 项符合「Check」的源代码
代码结果 10,000
www.eeworm.com/read/336524/3350525
jsp check.jsp
//判断用户的输入是否合法
function check(){
if (myform.username.value==""){
alert("请输入用户名!");myform.username.focus();return;
}
if (myform.truename.value==""){
alert("请输入真实姓名!");myform.truename.focus(
www.eeworm.com/read/334383/3368486
java check.java
package domian.user;
import java.util.Date;
public class Check {
private int checkid;
private Date checkdate;
private String field;
private String problem;
private int paying;
privat
www.eeworm.com/read/333376/3386985
h check.h
/*
* Copyright (C) 2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the
www.eeworm.com/read/333376/3386989
c check.c
/*
* Copyright (C) 2001-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that
www.eeworm.com/read/333311/3388900
js check.js
function check(listform,checkSign){
with(listform){
for(var i=0;i
www.eeworm.com/read/330522/3422680
js check.js
var fields = new Array();
var errorstr = new Array();
errorstr[11] = '格式不正确';
errorstr[12] = '月份超出范围';
errorstr[13] = '字符串过长';
errorstr[14] = '不是数字';
errorstr[15] = '数值过大';
errorstr[16] = '数值过小
www.eeworm.com/read/330323/3425147
jsp check.jsp
//判断用户的输入是否合法
function check(){
if (myform.UserName.value==""){
alert("请输入用户名!");myform.UserName.focus();return;
}
if (myform.TrueName.value==""){
alert("请输入真实姓名!");myform.TrueName.focus(
www.eeworm.com/read/328961/3435171
c check_if.c
#include
#include
#include
//#include
#define MAX 13
#define OK 1
#define TRUE 1
#define FALSE 0
#define ERROR 0
#define OVERFLOW -2
#define OPSETSIZE 7
www.eeworm.com/read/328961/3435173
c check_if_not.c
#include
#include
#include
//#include
#define MAX 13
#define OK 1
#define TRUE 1
#define FALSE 0
#define ERROR 0
#define OVERFLOW -2
#define OPSETSIZE 7