代码搜索:用户交互
找到约 10,000 项符合「用户交互」的源代码
代码结果 10,000
www.eeworm.com/read/218283/4861963
properties userinfo_zh_cn.properties
#userinfo.jsp
user_info=用户信息
send_message=发送短消息
secret=已保密
reg=注册
user_not_exsist=该用户不存在或者是游客!
credit=信用
married=已婚
not_married=未婚
married_none=不详
user_name_can_not_be_null=用户名不能为空!
www.eeworm.com/read/185223/5240068
properties userinfo_zh_cn.properties
#userinfo.jsp
user_info=用户信息
send_message=发送短消息
secret=已保密
reg=注册
user_not_exsist=该用户不存在或者是游客!
credit=信用
married=已婚
not_married=未婚
married_none=不详
user_name_can_not_be_null=用户名不能为空!
www.eeworm.com/read/346018/3192892
properties userinfo_zh_cn.properties
#userinfo.jsp
user_info=用户信息
send_message=发送短消息
secret=已保密
reg=注册
user_not_exsist=该用户不存在或者是游客!
credit=信用
married=已婚
not_married=未婚
married_none=不详
user_name_can_not_be_null=用户名不能为空!
www.eeworm.com/read/346018/3192929
properties userinfo_zh_tw.properties
#userinfo.jsp
user_info=用户信息
send_message=发送短消息
secret=已保密
reg=注册
user_not_exsist=该用户不存在或者是游客!
credit=信用
married=已婚
not_married=未婚
married_none=不详
user_name_can_not_be_null=用户名不能为空!
www.eeworm.com/read/338721/3313949
properties userinfo_zh_cn.properties
#userinfo.jsp
user_info=用户信息
send_message=发送短消息
secret=已保密
reg=注册
user_not_exsist=该用户不存在或者是游客!
credit=信用
married=已婚
not_married=未婚
married_none=不详
user_name_can_not_be_null=用户名不能为空!
www.eeworm.com/read/323863/3508436
properties userinfo_zh_cn.properties
#userinfo.jsp
user_info=用户信息
send_message=发送短消息
secret=已保密
reg=注册
user_not_exsist=该用户不存在或者是游客!
credit=信用
married=已婚
not_married=未婚
married_none=不详
user_name_can_not_be_null=用户名不能为空!
www.eeworm.com/read/319640/3554281
properties userinfo_zh_cn.properties
#userinfo.jsp
user_info=用户信息
send_message=发送短消息
secret=已保密
reg=注册
user_not_exsist=该用户不存在或者是游客!
credit=信用
married=已婚
not_married=未婚
married_none=不详
user_name_can_not_be_null=用户名不能为空!
www.eeworm.com/read/281984/4110547
js functionlib.js
/**
函数:验证用户名格式有效性
参数:用户名
返回:bool (true:有效的用户名)
*/
function Check_UserName(str)
{
return str.search(/^[a-z0-9_]{2,20}$/i) == -1?false:true;
}
/**
函数:验证权限标识Key格式
参数:权限标识
返回:bool (tru
www.eeworm.com/read/363284/2921654
properties userinfo_zh_cn.properties
#userinfo.jsp
user_info=用户信息
send_message=发送短消息
secret=已保密
reg=注册
user_not_exsist=该用户不存在或者是游客!
credit=信用
married=已婚
not_married=未婚
married_none=不详
user_name_can_not_be_null=用户名不能为空!
www.eeworm.com/read/353058/3090614
properties userinfo_zh_cn.properties
#userinfo.jsp
user_info=用户信息
send_message=发送短消息
secret=已保密
reg=注册
user_not_exsist=该用户不存在或者是游客!
credit=信用
married=已婚
not_married=未婚
married_none=不详
user_name_can_not_be_null=用户名不能为空!