2016年4月15日

摘要: http://www.cnblogs.com/xiaoluo501395377/p/3383130.html 阅读全文
posted @ 2016-04-15 10:36 james-roger 阅读(110) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/ptzrbin/article/details/8751293 阅读全文
posted @ 2016-04-15 09:55 james-roger 阅读(174) 评论(0) 推荐(0) 编辑

2016年4月14日

摘要: package com.excel.test; import java.util.List; public class createUtil { public static String appendPrivate(List types,List attributes,List mark){ StringBuffer sb = new StringBuffer(); if(ty... 阅读全文
posted @ 2016-04-14 17:07 james-roger 阅读(1627) 评论(0) 推荐(0) 编辑

2016年4月12日

摘要: protected static SerializeConfig mapping = new SerializeConfig(); private static String dateFormat; static { dateFormat = "yyyy-MM-dd HH:mm:ss"; mapping.put(Date.class, new S... 阅读全文
posted @ 2016-04-12 14:05 james-roger 阅读(235) 评论(0) 推荐(0) 编辑
摘要: http://layer.layui.com/api.html 关闭子页面,刷新父页面指定的方法 window.parent.onload = parent.method; 阅读全文
posted @ 2016-04-12 09:28 james-roger 阅读(130) 评论(0) 推荐(0) 编辑

2016年4月11日

摘要: 网址:http://bsgrid.oschina.mopaasapp.com/ var total = gridObj.options.totalRows; jquery必须放在bsgrid的前面 根据条件生成不同的操作 格式化金额: <th w_index="amt" w_render="rend 阅读全文
posted @ 2016-04-11 11:51 james-roger 阅读(514) 评论(0) 推荐(0) 编辑

2016年4月9日

摘要: http://m.blog.csdn.net/article/details?id=6877720 阅读全文
posted @ 2016-04-09 14:19 james-roger 阅读(97) 评论(0) 推荐(0) 编辑

2016年4月8日

摘要: .html():读取和修改一个元素的HTML内容,详情.html(); .text():读取和修改一个元素的文本内容,详情.text(); .val():读取和修改一个表单元素的value字段值,详情.val()。 http://www.jb51.net/article/35867.htm 阅读全文
posted @ 2016-04-08 09:47 james-roger 阅读(165) 评论(0) 推荐(0) 编辑
摘要: phone.replaceAll("(\\d{3})\\d{4}(\\d{4})", "$1****$2") 阅读全文
posted @ 2016-04-08 09:34 james-roger 阅读(196) 评论(0) 推荐(0) 编辑

2016年4月6日

摘要: push:向数组中添加元素 阅读全文
posted @ 2016-04-06 13:34 james-roger 阅读(602) 评论(0) 推荐(0) 编辑