11 2016 档案

thinkphp 查询当天 ,本周,本月,本季度,本年度,全部, 数据方法
摘要:数据库字段是createtime 里面保存的是时间戳 然后再CompanyAction.class.php中写 $list=$Shop->where($data)->select(); $this->list=$list; $this->display(); 数据就查找出来了。。。 阅读全文

posted @ 2016-11-26 17:35 木木blog 阅读(9082) 评论(0) 推荐(0)

js 判断所选时间(或者当前时间)是否在某一时间段用于不同时间段显示不同的客服qq
摘要://qq交谈 var nowtimes= new Date(); var starttimes="16:30"; var endtimes="23:59"; var timestrings=nowtimes.getHours()+":"+nowtimes.getMinutes(); function qqchats1(){ if(!time_range (starttimes,end... 阅读全文

posted @ 2016-11-14 15:23 木木blog 阅读(1054) 评论(0) 推荐(0)

织梦模板调用最新文章标签、推荐内容标签、热门文章标签、栏目标签
摘要:<div> <!--最新文档--> {dede:arclist row=10 titlelen=42} <li><a href="[field:arcurl/]">[field:title/]</a></li> {/dede:arclist} <!--//最新文档--></div>推荐内容标签调用: 阅读全文

posted @ 2016-11-10 09:31 木木blog 阅读(21572) 评论(0) 推荐(0)

模板引擎:ArtTemplate 使用入门和简单的使用
摘要:通过阅读artTemplate原文,基本上都会运用了,不再重述。 主要的是如何运用数组 阅读全文

posted @ 2016-11-07 12:37 木木blog 阅读(7437) 评论(0) 推荐(0)