代码搜索:Check

找到约 10,000 项符合「Check」的源代码

代码结果 10,000
www.eeworm.com/read/303435/3810975

c check.c

/* Copyright (c) Colorado School of Mines, 2006.*/ /* All rights reserved. */ /*********************** self documentation **********************/ /******************************
www.eeworm.com/read/303099/3816683

php check.php

# $Id: $ # # osCommerce, Open Source E-Commerce Solutions # http://www.oscommerce.com # # Copyright (c) 2007 osCommerce # # This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/303099/3816801

php check.php

# $Id: $ # # osCommerce, Open Source E-Commerce Solutions # http://www.oscommerce.com # # Copyright (c) 2007 osCommerce # # This program is free software; you can redistribute it and/or modify # it un
www.eeworm.com/read/303099/3816918

php check.php

# $Id: $ # # osCommerce, Open Source E-Commerce Solutions # http://www.oscommerce.com # # Copyright (c) 2007 osCommerce # # This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/303099/3817119

php check.php

www.eeworm.com/read/301825/3835490

js check.js

/*表单验证(基础)*/ /*注册验证*/ function checkdata() { if (document.apForm.nickname.value=='') { window.alert ("昵称为必须填写的!") return false } if (do
www.eeworm.com/read/301472/3839728

cgi check.cgi

#!/usr/bin/perl $dirname=&mypath; ################################################################## ## ## ## 本版使用于WINDOWS和Unix/Linux等操
www.eeworm.com/read/301166/3842290

cs check.cs

using System; using System.Collections.Generic; using System.Text; namespace BookStore.BusinessRule { class Check { public static bool isNumber(string s) {
www.eeworm.com/read/301149/3842405

jsp check.jsp

登录检查
www.eeworm.com/read/300942/3843452

asp check.asp

//判断用户的输入是否合法 function check(){ if (myform.UserName.value==""){ alert("请输入用户名!");myform.UserName.focus();return; } if (myform.TrueName.value==""){ alert("请输入真实姓名!");myform.TrueName.focus(