-
屏蔽鼠标右键(javascript代码实现的,方便好用)
屏蔽鼠标右键(javascript代码实现的,方便好用)-sdsdsd
- 2022-07-27 14:33:52下载
- 积分:1
-
Javascript Alert good looking
这些文件可以帮助显示非常好的外观和fieel消息,并且不显示来自浏览器的standar警报。
- 2022-03-20 18:39:21下载
- 积分:1
-
tetris
网页版俄罗斯方块,支持快捷按键设置、多语言设置、支持游戏暂停、支持颜色等的自定义,底层全用JS实现。是一款难得的JS学习实例。(HTML version of Tetris, support shortcut key set, multi-language settings, support for the game is paused, support custom colors, etc., underlying the whole realization with JS. JS is a rare example of learning.)
- 2010-09-20 00:47:57下载
- 积分:1
-
企业人力资源管理系统
功能详细,细节全面。企业人力资源的所有模块基本上都有,简历,培训,职位,档案,面试,薪资,各种管理。
- 2022-03-09 19:51:32下载
- 积分:1
-
AttributeSorter
This ClassVisitor sorts the attributes of the classes that it visits. The sorting order is based on the types of the attributes Source Code for Andriod.
- 2013-10-21 15:59:52下载
- 积分:1
-
setyearbyfg
var yName = null;
function setYearByFg(yy){
var Year = yy;
if(yName.value =="4") {
//暯惉尦崋
Year = Year + 1 - 1989;
} else if(yName.value =="3") {
//徍榓尦崋
Year = Year + 1 - 1926;
} else if(yName.value =="2") {
//戝惓尦崋
Year = Year + 1 - 1912;
} else if(yName.value =="1") {
//柧帯尦崋
Year = Year + 1 - 1868;
}
return Year;
}
//惣楋
function getYear(yName,Year){
var Year1 = null;
if(yName =="4") {
//暯惉尦崋
Year1 = (1989 -1) + Number(Year);
} else if(yName=="3") {
//徍榓尦崋
Year1 = 1926 -1 + Number(Year);
} else if(yName =="2") {
//戝惓尦崋
Year1 = 1912 - 1 + Number(Year);
} else if(yName =="1") {
//柧帯尦崋
Year1 = 1868 - 1 + Number(Year);
}else if(yName =="9") {
//惣楋尦崋
Year1 = Number(Year);
}
return Year1;
}
- 2022-06-27 20:46:27下载
- 积分:1
-
check_form
表單驗證
調用為
onBlur=checkform(fname1,fname2,types,value1,value2)
輸入框的驗證
onSubmit subt(this.id)
表單提交時的驗證
兩者需要一起使用
fname1=驗證的項目名
fname2=驗證的副項目名
types=驗證的方式
value1=驗證的值1
value2=驗證的值2
驗證的方式值:(多驗證方式用"|"分割 例: 1|2|3)
0.該值不能為空!
1.您輸入太短了!不能小於value1字符
2.您輸入太多了!不能超過value2字符!
3.你的兩次密碼不一至,請驗證!
4.您的輸入與要求不相符,該輸入只能在value1~value2之間!
5.您輸入的E_mail不正確!請重新輸入!
6.只能為數字
*/(calling for the certification form onBlur = checkform (fname1. fname2, types, value1, value2) input box test onSubmit subt (this.id) at the time of submission of the form Taken together need to verify the use of the test fname1 = fname2 = projects were validated by the deputy project were typ es = verifiable means value1 = the value of a certification value2 = 2 certification test the value of values : (multi-authentication "|" segmentation cases : 1 | 2 | 3) 0. The value can not be empty! 1. Your input is too short! value1 not less than two characters. You lose into too many! not more than value2 characters! 3. your password twice to different, Please validation! 4. Your input is not in line with requirements, The importation of only between value1- value2! 5. E_mail you enter )
- 2006-12-04 13:01:16下载
- 积分:1
-
人事管理例子
java人事管理系统源代码---毕业实习
java人事管理系统源代码---毕业实习
java人事管理系统源代码---毕业实习
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-24 16:37:19下载
- 积分:1
-
微信小程序-潮品商城
说明: 微信小程序之潮品商城,DEMO,学校作业,可以根据分类给出适合的穿搭建议(Wechat Shopping Mall, DEMO, school assignments, can be classified according to the appropriate clothing suggestions.)
- 2020-06-16 19:20:03下载
- 积分:1
-
ReactJS Native - Finance
这是一个查股票交易行情的hybrid手机软件。
用ReactJS Native来实现的。
- 2023-02-10 06:55:04下载
- 积分:1