03 2017 档案

摘要:$queries = DB::getQueryLog(); 阅读全文
posted @ 2017-03-23 14:11 旧约yzy 阅读(563) 评论(0) 推荐(0)
摘要:var explorer =navigator.userAgent ; //ie if (explorer.indexOf("MSIE") >= 0) { alert("ie"); } //firefox else if (explorer.indexOf("Firefox") >= 0) { alert("Firefox"); } //Chrome else if(explorer.ind... 阅读全文
posted @ 2017-03-15 10:29 旧约yzy 阅读(6867) 评论(0) 推荐(0)
摘要:public function getDetail(){ $sql = "SELECT * FROM (SELECT * FROM Z_CFTC_GOV_NEW ORDER BY UPDATETIME DESC) AS NEWS GROUP BY NAME"; $detail = $this->qu 阅读全文
posted @ 2017-03-02 17:05 旧约yzy 阅读(4457) 评论(0) 推荐(0)