代码搜索:Check
找到约 10,000 项符合「Check」的源代码
代码结果 10,000
www.eeworm.com/read/480930/1312120
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
www.eeworm.com/read/480930/1312124
h check.h
/*
* add_partition adds a partitions details to the devices partition
* description.
*/
void add_gd_partition(struct gendisk *hd, int minor, int start, int size);
typedef struct {struct page *v;}
www.eeworm.com/read/479151/1343643
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
www.eeworm.com/read/479151/1343647
h check.h
/*
* add_partition adds a partitions details to the devices partition
* description.
*/
void add_gd_partition(struct gendisk *hd, int minor, int start, int size);
typedef struct {struct page *v;}
www.eeworm.com/read/477853/1357649
js check.js
/*
字符串操作
1、是否是整数 isInt(str,bEmpty) bEmpty是否为空
2、是否是浮点数 isFloat(str,bEmpty)
3、是否所有字符为数字类型 isNumber(str,bEmpty) bEmpty是否为空
4、是否为空 isNull(str)
5、是否是日期 xxxx-xx-xx xxxx/xx/xx
www.eeworm.com/read/477225/1363386
jsp check.jsp
//判断用户的输入是否合法
function check(){
if (myform.username.value==""){
alert("请输入用户名!");myform.username.focus();return;
}
if (myf