上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 25 下一页
摘要: var reg = /^(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])[a-zA-Z0-9]{8,15}$/; // alert(password); if(reg.test(password)){ return true; ... 阅读全文
posted @ 2019-06-03 11:34 怪咖咖 阅读(9434) 评论(0) 推荐(0)
摘要: if((x+100)>api.winWidth){ x = api.winWidth - 100 } if(x<0){ x = 100 } if((y+100)>api.winHeight){ y = api.winHeight - 100 } if(y<0){ y = 100 } 阅读全文
posted @ 2019-05-28 11:01 怪咖咖 阅读(215) 评论(0) 推荐(0)
摘要: 同意 拒绝 提交 send: function () { var that = this; if(that.yuanyin==''){ showAlert(myApp,'请填写拒绝原因'); ... 阅读全文
posted @ 2019-05-23 11:46 怪咖咖 阅读(1189) 评论(0) 推荐(0)
摘要: animation: spin 10s linear infinite; 阅读全文
posted @ 2019-05-05 09:27 怪咖咖 阅读(691) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-04-24 15:11 怪咖咖 阅读(654) 评论(0) 推荐(0)
摘要: html:<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;" name="viewport" /> js: window.onload = function() { // 阅读全文
posted @ 2019-03-21 17:32 怪咖咖 阅读(2662) 评论(1) 推荐(0)
摘要: 1、selected:默认选择该选项; 2、disabled:该选项不能被鼠标选择;(注:选项没有被隐藏的时候) 3、style="display:none":隐藏该选项;(注:该选项不会出现在下拉列) 4、value="":该选项value为“”;(注:可做表单验证) 阅读全文
posted @ 2019-02-26 13:44 怪咖咖 阅读(2841) 评论(0) 推荐(0)
摘要: app = new Vue({ el: '#app', data: { province: [], city: [], ... 阅读全文
posted @ 2019-01-09 11:11 怪咖咖 阅读(860) 评论(0) 推荐(0)
摘要: 1.下载compser.phar 地址 https://getcomposer.org/download/ 2.新建composer.bat 文件,写入“@php "%~dp0composer.phar" %*” 3.把composer.bat composer.phar 两个文件放入 D:\php 阅读全文
posted @ 2018-12-24 17:10 怪咖咖 阅读(456) 评论(0) 推荐(0)
摘要: ^((?=\S*?[A-Z])(?=\S*?[a-z])(?=\S*?[0-9]).{6,})\S$ 阅读全文
posted @ 2018-12-07 10:30 怪咖咖 阅读(1231) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 25 下一页