代码搜索:Check
找到约 10,000 项符合「Check」的源代码
代码结果 10,000
www.eeworm.com/read/282100/4110104
js check.js
function checkuserinfo()
{
if(checkspace(document.userinfo.username.value)) {
document.userinfo.username.focus();
alert("对不起,请填写用户名!");
return false;
}
if(checkspace(document.use
www.eeworm.com/read/280693/4124264
js check.js
function checkLength(strTemp)
{
var i,sum;
sum = 0;
for(i=0;i=0) && (strTemp.charCodeAt(i)
www.eeworm.com/read/280222/4127459
cs check.cs
using System;
using System.Data;
using System.Data.SqlClient;
using System.Configuration;
///
/// 员工考核的方法
///
public class Check
{
//SQL语句设置为常量,方便日后的维护
privat
www.eeworm.com/read/280222/4127554
cs check.cs
using System;
using System.Data;
using System.Data.SqlClient;
using System.Configuration;
///
/// 员工考核的方法
///
public class Check
{
//SQL语句设置为常量,方便日后的维护
privat
www.eeworm.com/read/279968/4132053
h check.h
#include
#include
#define CHECK(a) { \
if (!(a)) \
{ \
printf ("Failed " #a " in at line %d\n", __FILE__, __LINE__); \
fflush(stdout); \
abort(); \
www.eeworm.com/read/279284/4138003
h check.h
/*
*----------------------------------------------------------------------
* micro T-Kernel
*
* Copyright (C) 2006-2007 by Ken Sakamura. All rights reserved.
* micro T-Kernel is distribu
www.eeworm.com/read/278686/4142361
js check.js
function checkLength(strTemp)
{
var i,sum;
sum = 0;
for(i=0;i=0) && (strTemp.charCodeAt(i)