代码搜索:SubString
找到约 5,777 项符合「SubString」的源代码
代码结果 5,777
www.eeworm.com/read/192428/5156329
js ad5.js
function chk()
{
mobile=form_getpass1.phone.value ;
if(mobile.length!=11)
{
alert("请输入正确的手机号码!") ;
return false ;
}
mobile_head=mobile.substring(0,3) ;
if(mobile_head != "130"
&& mobile_
www.eeworm.com/read/339658/3296311
c substr.c
# include
int find_substr(char* s1, char* s2);
void main()
{
if(find_substr("C is fun", "is") != -1)
printf("Substring is found.\n");
}
/* 定义子函数 */
int find_substr(char* s1,
www.eeworm.com/read/323760/3509345
js commfunction.js
//根据对象名或*ID得到对象
function GetObj(n, d)
{ //v4.01
var p,i,x;
if(!d) d=document;
if((p=n.indexOf("?"))>0&&parent.frames.length)
{
d=parent.frames[n.substring(p+1)].document;
www.eeworm.com/read/288165/4009442
c substr.c
# include
int find_substr(char* s1, char* s2);
void main()
{
if(find_substr("C is fun", "is") != -1)
printf("Substring is found.\n");
}
/* 定义子函数 */
int find_substr(char* s1,
www.eeworm.com/read/274119/4188938
c substr.c
# include
int find_substr(char* s1, char* s2);
void main()
{
if(find_substr("C is fun", "is") != -1)
printf("Substring is found.\n");
}
/* 定义子函数 */
int find_substr(char* s1,
www.eeworm.com/read/430855/1916608
txt 11.txt
ognl就支持呀
8楼 2004-01-01 00:00 Landor2004 [引用] [回复]
XML code
www.eeworm.com/read/108228/15589849
js adcn.js
var pic="adcn.gif";
var alt=".cn域名免费预注册";
var speed=120;
var light=0;
var stop=0;
var num=0;
var brOK=false;
var mie=false;
var aver=parseInt(navigator.appVersion.substring(0,1));
var a
www.eeworm.com/read/108228/15590062
js adcn.js
var pic="adcn.gif";
var alt=".cn域名免费预注册";
var speed=120;
var light=0;
var stop=0;
var num=0;
var brOK=false;
var mie=false;
var aver=parseInt(navigator.appVersion.substring(0,1));
var a
www.eeworm.com/read/290357/3977469
sql 触发器中被更新了的列名.sql
--显示触发器中被更新了的列名
create trigger tr_process on 表
after insert,update
as
select name
from syscolumns
where id=object_id('表')
and (substring(columns_updated(),(colid-1)/8+1,1)
&power(2,(colid-