摘要: try-catch是必须的,因为eval(f)可能会抛出异常 阅读全文
posted @ 2016-06-17 12:28 Mr Jo 阅读(2969) 评论(0) 推荐(0) 编辑
摘要: Summernote一个优秀的js编辑器插件,采用bootstrap风格,简洁优雅,使用非常方便,api文档齐全,有兴趣的朋友可以上Summernote主页查看详情 下面是我所用到的一段编辑器代码,贴上来分享 1 $('目标div元素').summernote({ 2 ... 阅读全文
posted @ 2014-08-14 21:02 Mr Jo 阅读(693) 评论(0) 推荐(0) 编辑
摘要: 1 package com; 2 3 import java.io.File; 4 5 public class LocalUtils { 6 7 /** 8 * 删除本地文件夹及包含文件 9 * @param dir10 */11 public... 阅读全文
posted @ 2014-07-17 15:59 Mr Jo 阅读(741) 评论(0) 推荐(0) 编辑
摘要: 本文参照http://ehcache.org/documentation/integrations/hibernate本文代码github地址:https://github.com/ayhero/Hibernate-Cache.git1.添加相关jar包 使用marven引入依赖: ... 阅读全文
posted @ 2014-06-21 12:19 Mr Jo 阅读(685) 评论(0) 推荐(0) 编辑