摘要: 在文件 include/common.inc.php 找到: error_reporting(E_ALL || ~E_NOTICE); 替换为:error_reporting(E_ALL); //error_reporting(E_ALL || ~E_NOTICE); 再次进入后台,根据提示进行修改 阅读全文
posted @ 2018-11-14 19:44 study_php_java_C++ 阅读(221) 评论(0) 推荐(0) 编辑
摘要: http://idangero.us/swiper/demos/ 阅读全文
posted @ 2018-11-14 16:40 study_php_java_C++ 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 1、引入jQuery <script src="js/jquery.min.js"></script>2、html <div id="count">14</div> 3、js函数 4、js代码 $(function(){ $("#counta").numberRock({ lastNumber:14 阅读全文
posted @ 2018-11-14 15:38 study_php_java_C++ 阅读(350) 评论(0) 推荐(0) 编辑