摘要: window.onload = function() { var changGuanId = $("input[name='id']").val(); if (changGuanId == undefined) { return; } $.ajax({ ... 阅读全文
posted @ 2016-01-11 18:01 阿若蜜意 阅读(226) 评论(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 阿若蜜意 阅读(5885) 评论(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 阿若蜜意 阅读(428) 评论(0) 推荐(0) 编辑
摘要: public static Chart getStatisticalData(List<AdminIndexData> listAdminIndex, String name,String startTime,String endTime,AdminIndexService adminIndexSe 阅读全文
posted @ 2016-01-11 17:10 阿若蜜意 阅读(325) 评论(0) 推荐(0) 编辑