e.FLY

2012年4月11日

将集合中的对象所有get方法序列化为json格式

摘要: /** * 将集合中的对象所有get方法序列化为json格式 * @author E.FLY * @date 2012-4-7 * @time 上午01:45:02 * @param collection */ public String mySerializeJosnForAjax(Collection collection){ JSONArray array = new JSONArray(); JSONObject js = new JSONObject(); try { if(collection.size()>0){ for (Ob... 阅读全文

posted @ 2012-04-11 22:56 e.FLY 阅读(540) 评论(0) 推荐(0)
js判断浏览器/获取鼠标坐标/鼠标按键

摘要: View Code 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 5 <title>Untitled Document</title> 阅读全文

posted @ 2012-04-11 20:41 e.FLY 阅读(438) 评论(0) 推荐(0)
jsp图片放大镜

摘要: jsView Code 1 /* 2 =============================================================================== 3 Chili is the jQuery code highlighter plugin 4 ............................................................................... 5 LICENSE: http://www.opensource.org/licenses/mit-license.php ... 阅读全文

posted @ 2012-04-11 12:57 e.FLY 阅读(790) 评论(0) 推荐(0)