摘要: RequestAttributes ra = RequestContextHolder.getRequestAttributes(); HttpServletRequest request = ((ServletRequestAttributes)ra).getRequest();... 阅读全文
posted @ 2015-10-09 20:09 星辰之力 阅读(854) 评论(0) 推荐(0)
摘要: hasClass(class)检查当前的元素是否含有某个特定的类,如果有,则返回true。参数:class:用于匹配的类名。----------------------------------------------------------------------------------------... 阅读全文
posted @ 2015-10-09 19:04 星辰之力 阅读(1329) 评论(0) 推荐(0)
摘要: 开发一个适合Ajax+JSON+jQuery环境使用的多功能页码栏——jPagerBar-1.1.1 阅读全文
posted @ 2015-10-09 16:23 星辰之力 阅读(116) 评论(0) 推荐(0)
摘要: jQuery中使用Ajax获取JSON格式数据 阅读全文
posted @ 2015-10-09 16:22 星辰之力 阅读(299) 评论(0) 推荐(0)
摘要: 有这么一个JSON数组,需求是只需要输出每个数组里面的某个值,不需要全部输出来。var data = [{ "MachineID":"171914", "Cost":"13,642.41", "Currency":"PHP"},{ "MachineID":"172233", ... 阅读全文
posted @ 2015-10-09 10:38 星辰之力 阅读(866) 评论(0) 推荐(0)
摘要: Jquery sj* sj* 在li下,将会在最后有一个' '空格 阅读全文
posted @ 2015-10-09 10:06 星辰之力 阅读(425) 评论(0) 推荐(0)
摘要: EF+jQueryUI前后端分离设计 阅读全文
posted @ 2015-10-09 08:06 星辰之力 阅读(268) 评论(0) 推荐(0)