会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
yunxu
世上无难事只怕有心人!
博客园
首页
新随笔
联系
管理
订阅
2018年11月15日
yyyyMMdd校验正则
摘要: String motime = "(([0-9]{3}[1-9]|[0-9]{2}[1-9][0-9]{1}|[0-9]{1}[1-9][0-9]{2}|[1-9][0-9]{3})(((0[13578]|1[02])(0[1-9]|[12][0-9]|3[01]))|((0[469]|11)(0[
阅读全文
posted @ 2018-11-15 16:09 yunxu
阅读(870)
评论(0)
推荐(0)
2017年11月8日
js防止按钮频繁点击
摘要: var checkClick = function() { var clicktag = 0; $("#").click(function () { if (clicktag == 0) { clicktag = 1; setTimeout(function () ...
阅读全文
posted @ 2017-11-08 11:35 yunxu
阅读(4992)
评论(0)
推荐(0)
2017年9月11日
js日期格式化
摘要: // 日期格式化 Date.prototype.Format = function (fmt) { //author: meizz var o = { "M+": this.getMonth() + 1, //月份 "d+": this.getDate(), //日 "h+": this.getHou...
阅读全文
posted @ 2017-09-11 10:48 yunxu
阅读(152)
评论(0)
推荐(0)
2017年8月9日
table表格中单击添加动态编辑框
摘要: var $newNode=$("<input type='text' style='width:250px; height:20px; maxlength='20' id='textinput' onclick='doSomething(this,event)' >"); var $oldTdObj
阅读全文
posted @ 2017-08-09 10:30 yunxu
阅读(691)
评论(0)
推荐(0)
2017年8月4日
Mybatis 调用存储过程,使用Map进行输入输出参数的传递
摘要: 做个记录,以备后用 java代码: public String texuChange() throws Exception { try { Map<String, Object> map = new HashMap<String, Object>(); if(texu != null){ Simpl
阅读全文
posted @ 2017-08-04 17:06 yunxu
阅读(5487)
评论(0)
推荐(0)
公告