爷的眼睛闪亮
insideDotNet En_summerGarden
上一页 1 ··· 55 56 57 58 59 60 61 62 63 ··· 67 下一页
摘要: 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)
摘要: <mapper namespace="com.rrz.modules.awardrecord.dao.CheckAwardsDao"> <resultMap type="com.rrz.modules.awardrecord.entity.CheckAwards" id="checkAwardsMa 阅读全文
posted @ 2016-12-03 17:33 爷的眼睛闪亮 阅读(200) 评论(0) 推荐(0)
摘要: <insert id="insertAwardPic" useGeneratedKeys="true" parameterType="java.util.List"> <selectKey resultType="long" keyProperty="id" order="AFTER"> SELEC 阅读全文
posted @ 2016-11-30 15:00 爷的眼睛闪亮 阅读(427) 评论(0) 推荐(0)
摘要: package com.sun.test; import java.io.File; import java.util.List; public class CreatePh { //public static final String FFMPEG_PATH = "E:/ffmpeg/ffmpeg 阅读全文
posted @ 2016-11-28 14:02 爷的眼睛闪亮 阅读(2051) 评论(0) 推荐(0)
摘要: package com.sun.test; import java.awt.AWTException;import java.awt.BorderLayout;import java.awt.Color;import java.awt.Dimension;import java.awt.EventQ 阅读全文
posted @ 2016-11-28 13:50 爷的眼睛闪亮 阅读(2344) 评论(0) 推荐(0)
上一页 1 ··· 55 56 57 58 59 60 61 62 63 ··· 67 下一页