摘要: 存入当前日期:time()取出并转化为日期格式:date('Y-m-d H:i:s',strtotime($time));最好在前面加上这句:date_default_timezone_set("Asia/Shanghai"); 阅读全文
posted @ 2015-11-17 10:40 冰柠檬草 阅读(495) 评论(0) 推荐(0) 编辑
摘要: 发生异常则自动回滚,正常则自动提交,示例如下:DB::connection('vshare')->transaction(function() use($id,$reason,$refuser_id){ VideoRefuse::insert(array('video_id'=>$id,'refus... 阅读全文
posted @ 2015-11-17 10:34 冰柠檬草 阅读(366) 评论(0) 推荐(0) 编辑
摘要: 可以在前端页面元素上添加onclick事件 onclick='selectRaw(this)'js中写function selectRaw(obj){ var data=$(obj).attr("name"); window.location.href='../../video/audit/'+da... 阅读全文
posted @ 2015-11-17 09:52 冰柠檬草 阅读(1167) 评论(0) 推荐(0) 编辑
摘要: css样式:#export_page_cover { display:none; opacity: 0.7; background-color:#FFF; z-index: 1001; position: fixed; top: 0px; bottom: 0px; left: 0px; rig... 阅读全文
posted @ 2015-11-17 09:09 冰柠檬草 阅读(149) 评论(0) 推荐(0) 编辑