随笔分类 -  JavaWeb

摘要:@PathVariable和@RequestParam的区别请求路径上有个id的变量值,可以通过@PathVariable来获取 @RequestMapping(value = "/page/{id}", method = RequestMethod.GET) @RequestParam用来获得静... 阅读全文
posted @ 2016-01-22 10:56 阿若蜜意 阅读(1915) 评论(0) 推荐(0)
摘要:@InitBinder protected void initBinder(HttpServletRequest request, ServletRequestDataBinder binder) throws Exception { binder.registerCustomEditor(D... 阅读全文
posted @ 2016-01-13 15:38 阿若蜜意 阅读(1424) 评论(0) 推荐(1)
摘要:window.onload = function() { var changGuanId = $("input[name='id']").val(); if (changGuanId == undefined) { return; } $.ajax({ ... 阅读全文
posted @ 2016-01-11 18:01 阿若蜜意 阅读(236) 评论(0) 推荐(0)
摘要:<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <%@ include file="/WEB-INF/views/include/taglib.jsp"%> <!DOCTYPE HTML PUBLIC "-// 阅读全文
posted @ 2016-01-11 17:57 阿若蜜意 阅读(5904) 评论(0) 推荐(0)
摘要:package com.thinkgem.jeesite.common.utils; import org.apache.http.HttpEntity; import org.apache.http.HttpResponse; import org.apache.http.NameValuePai 阅读全文
posted @ 2016-01-11 17:46 阿若蜜意 阅读(439) 评论(0) 推荐(0)
摘要:public static Chart getStatisticalData(List<AdminIndexData> listAdminIndex, String name,String startTime,String endTime,AdminIndexService adminIndexSe 阅读全文
posted @ 2016-01-11 17:10 阿若蜜意 阅读(338) 评论(0) 推荐(0)