摘要:
DecimalFormat 格式化金额,是使用现有API还是自己写util方法? public static void main(String[] args) throws Exception { DecimalFormat df = new DecimalFormat("###,###,###,###,##0.00"); String re=df.forma... 阅读全文
摘要:
/** * 验证日期格式 * @return true 格式正确,false 格式错误 */ public static boolean checkDateformat(String dateStr){ String eL = "[0-9]{4}[-/]{1}[0-9]{2}[-/]{1}[0-9]{2}"; Patter... 阅读全文
摘要:
1,textarea chrome: $("#log").text(msg); $("#log").val(msg); $("#log").html(msg); 2,tbody $("#id").html(msg);3,var value = $('input[name="radioName"]:checked').val(); //获取被选中Radio的Value值 阅读全文
摘要:
来源:http://www.ibm.com/developerworks/cn/linux/l-cn-nohup/ 我们经常会碰到这样的问题,用 telnet/ssh 登录了远程的 Linux 服务器,运行了一些耗时较长的任务, 结果却由于网络的不稳定导致任务中途失败。如何让命令提交后不受本地关闭终 阅读全文
摘要:
Eclipse Mars 2 groovy - http://dist.springsource.org/snapshot/GRECLIPSE/e4.4/ groovy - http://dist.springsource.org/snapshot/GRECLIPSE/e4.5/ 有几个子选项不能选 阅读全文
摘要:
简介 grep (global search regular expression(RE) and print out the line,全面搜索正则表达式并把行打印出来)是一种强大的文本搜索工具,它能使用正则表达式搜索文本,并把匹配的行打印出来。 Unix的grep家族包括grep、egrep和f 阅读全文
摘要:
常用maven仓库 阅读全文
摘要:
http://jingyan.baidu.com/article/597a06434bf71e312a52436e.html 开发者们经常会在自己的电脑和服务器之间传输文件,今天小编说说怎么在两台linux系统下互相拷贝文件。 http://jingyan.baidu.com/article/597 阅读全文