2012年12月31日

右下角自动弹出提示框实现

摘要: 因为有需求,当有新消息时,需要类似于QQ那样弹出提示框。实现如下:1、alertMessage.js/* * 消息构造 */ function CLASS_MSN_MESSAGE(id,width,height,caption,title,message,target,action){ this.id = id; this.title = title; this.caption= caption; this.message= message; this.target = target; this.action =... 阅读全文

posted @ 2012-12-31 17:46 陈惟鲜的博客 阅读(407) 评论(0) 推荐(0) 编辑

权限管理系统实现:

摘要: 1、实现表之间的数据缓存PopedomCache.javapublic class PopedomCache { // 日志 private Logger traceLogger = PafaCoreContexton.getInstance().getTracer(); private static PopedomCache cache; // 所有菜单 private Set<MenuInfoDTO> allMenuSet; // 所有权限 private Set<OprateInfoDTO> allOperateSet; // 所有... 阅读全文

posted @ 2012-12-31 17:35 陈惟鲜的博客 阅读(329) 评论(0) 推荐(0) 编辑

导航