11 2013 档案
摘要:使用场景:随日期不断增长变化的数据用折线图表现出来更加直观,比如注册人数的增长等。jquery.hichartTable.js文档:http://pmsipilot.github.io/jquery-highchartTable-plugin/ 在添加折线图之前,我们的数据是分页显示的表格,比如注册人数按日期分组统计:bigint(13)-Long-'1371810306320'-System.c...
阅读全文
摘要:使用Spring的@ResponseBody有时还是挺方便的,在ajax调用返回纯字符串时有中文编码问题。@ResponseBody@RequestMapping(value="/decode",produces=MediaType.TEXT_PLAIN_VALUE+";charset=utf-8")publicStringdecode(HttpServletResponseresponse,@R...
阅读全文
摘要:jquery.cookie.js,支持页面js处理cookie的jQuery插件使用场景:后台项目左侧菜单折叠/展开状态保存点击主菜单,折叠/展开子菜单,状态存入cookie $("li:not(:has(a))").click(function(){ $(this).nextUntil("li:not(:has(a))").toggle(); varindex=$("li:not(:h...
阅读全文
浙公网安备 33010602011771号