摘要: function add_user($username, $password, $email) { $salt = substr(uniqid(rand()), -6); $password = md5(md5($password).$salt); $this->db->query("INSERT 阅读全文
posted @ 2016-03-08 17:16 梨花寨 阅读(2315) 评论(0) 推荐(0) 编辑
摘要: 本文讲解下用css实现页面导航滚动效果 <div class="rollBox"> <a href="###">前端工具</a> <a href="###">Android</a> <a href="###">插件使用</a> <a href="###">git</a> <a href="###"> 阅读全文
posted @ 2016-03-08 16:36 梨花寨 阅读(25218) 评论(0) 推荐(0) 编辑