摘要: 查询建表语句 SHOW CREATE TABLE vo_user_video ; Windows下 命令速度远远快于客户端工具导库 导入SQL文件命令,D:\mysqlserver\bin>mysql -uroot -p e6wifi_content <C:/Users/PC/Desktop/e6w 阅读全文
posted @ 2016-11-16 19:02 1582277142 阅读(1742) 评论(0) 推荐(0)
摘要: create table t_video_file_temp( video_id bigint not null comment '视频Id', file_md5 varchar(64) comment '视频md5', file_size bigint comment '视频大小', source 阅读全文
posted @ 2016-11-16 18:59 1582277142 阅读(449) 评论(0) 推荐(0)
摘要: 前台: $.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)