摘要: 大多数人很容易将CSS属性display和visibility混淆,它们看似没有什么不同,其实它们的差别却是很大的。visibility属性用来确定元素是显示还是隐藏,这用visibility="visible|hidden"来表示,visible表示显示,hidden表示隐藏。当visibil... 阅读全文
posted @ 2014-10-22 19:40 山楂条子 阅读(194) 评论(0) 推荐(0)
摘要: 1.__FILE____FILE__ always equals to the real path of a php script regardless whether it's included.__FILE__ helps you specify the file to include usin... 阅读全文
posted @ 2014-10-22 19:35 山楂条子 阅读(447) 评论(0) 推荐(0)
摘要: 本周内:select * from wap_content where week(created_at) = week(now)查询一天:select * from table where to_days(column_time) = to_days(now());select * from tab... 阅读全文
posted @ 2014-10-22 19:24 山楂条子 阅读(599) 评论(0) 推荐(0)