摘要:
mysql中查询字段为null或者不为null 在mysql中,查询某字段为空时,不可用等号 = null, 而是 is null,不为空则是 is not null select * from category where parentid is null; //取出顶级栏目,作为标题 selec 阅读全文
posted @ 2016-04-06 17:13
小庄啊
阅读(285)
评论(0)
推荐(0)
摘要:
解析好的静态页面.shtml浏览器无法解析.需要apache解析后再返回给浏览器 让Apache支持SHTML(SSI)的配置方法 http.conf放开addtype text/html .shtmladdoutputfileter includes .shtml 再搜索Options Index 阅读全文
posted @ 2016-04-06 16:29
小庄啊
阅读(277)
评论(0)
推荐(0)