摘要:
function openBrowse(){ var ie=navigator.appName=="Microsoft Internet Explorer" ? true : false; if(ie){ document.getElementById("file").click(); docume 阅读全文
posted @ 2016-12-06 11:58
爷的眼睛闪亮
阅读(1379)
评论(0)
推荐(0)
摘要:
$('#lottoStage').keyup(function(){ this.value = this.value.replace(/([\u4E00-\u9FA5]|[A-Za-z])+/,'').replace(/[^\d]/,'').replace(/.*\..*/, '').replace 阅读全文
posted @ 2016-12-06 11:44
爷的眼睛闪亮
阅读(4075)
评论(0)
推荐(0)
摘要:
输入用户名发送请求到后台,将用户的custId返回回来,保存到form中,再提交。根据custId去搜寻 $("#custNameButton").click(function () { var custName=$("#custName"); var value = custName.val(); 阅读全文
posted @ 2016-12-06 11:43
爷的眼睛闪亮
阅读(1673)
评论(0)
推荐(0)
摘要:
$('#lottoStage').keydown(function(){ if(event.keyCode == 46 || event.keyCode==8){ $(this).val(''); return true; } if(!(event.keyCode==46)&&!(event.key 阅读全文
posted @ 2016-12-06 11:37
爷的眼睛闪亮
阅读(868)
评论(0)
推荐(0)
摘要:
互联网的发展,网站应用的规模不断扩大,常规的垂直应用架构已无法应对,分布式服务架构以及流动计算架构势在必行,Dubbo是一个分布式服务框架,在这种情况下诞生的。现在核心业务抽取出来,作为独立的服务,使前端应用能更快速和稳定的响应。 第一:介绍Dubbo背景 大规模服务化之前,应用可能只是通过RMI或 阅读全文
posted @ 2016-12-06 11:13
爷的眼睛闪亮
阅读(146)
评论(0)
推荐(0)
摘要:
键值对 map会将同名的值覆盖掉 public static void main(String[] args) { Map<String,String> maptest=new HashMap<String,String>(); maptest.put("hello", "你好!"); System 阅读全文
posted @ 2016-12-06 10:16
爷的眼睛闪亮
阅读(122)
评论(0)
推荐(0)
浙公网安备 33010602011771号