摘要:
前台: $.ajax({ type: 'POST', url: '/admin/mall/category-add-edit.htm?ajax='+"ajax", data: "categoryId=" + categoryFormid+"&city="+city, success: functio 阅读全文
posted @ 2016-11-01 21:19
1582277142
阅读(114)
评论(0)
推荐(0)
摘要:
让当前页面显示整个屏幕 - (iframe 从后台跳转到前台的时候容易多层嵌套)$(document).ready(function(){ if(window.top != window.self) window.top.location.href = location.href;}); 自动执行$ 阅读全文
posted @ 2016-11-01 21:17
1582277142
阅读(122)
评论(0)
推荐(0)
摘要:
<#if pagination??&&pagination.list??> <#list pagination.list as video> <td align="center">${video.videoId}</td> <#assign layMenu = video.videoExts> <# 阅读全文
posted @ 2016-11-01 17:49
1582277142
阅读(2256)
评论(0)
推荐(0)
摘要:
// main方法 public static void main(String[] args) { timerEnter(); } // 设定指定任务task在指定延迟delay后进行固定延迟peroid的执行 // schedule(TimerTask task启动任务, long delay第 阅读全文
posted @ 2016-11-01 17:44
1582277142
阅读(145)
评论(0)
推荐(0)
摘要:
package com.common; import java.io.UnsupportedEncodingException;import java.math.BigDecimal;import java.util.HashMap;import java.util.Iterator;import 阅读全文
posted @ 2016-11-01 17:44
1582277142
阅读(2071)
评论(0)
推荐(0)
摘要:
public class CommonFunc { /** * 取properties文件中的键值对 */ public static String getProperties(String param) throws Exception { Properties prop = new Proper 阅读全文
posted @ 2016-11-01 17:38
1582277142
阅读(1276)
评论(0)
推荐(0)

浙公网安备 33010602011771号