摘要: css去除ios文本框默认圆角 阅读全文
posted @ 2017-06-27 16:00 bubuchu 阅读(829) 评论(0) 推荐(0) 编辑
摘要: file_put_contents写入文字换行 注意要使用双引号 "\r\n" 阅读全文
posted @ 2017-06-27 15:57 bubuchu 阅读(2220) 评论(0) 推荐(0) 编辑
摘要: <div id="allmap"></div> <script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&ak=你的KEY"></script> <script type="text/javascript" src= 阅读全文
posted @ 2017-06-27 15:47 bubuchu 阅读(305) 评论(0) 推荐(0) 编辑
摘要: 找到文件 \include\ckeditor\config.js,添加下面代码 阅读全文
posted @ 2017-06-27 14:50 bubuchu 阅读(1288) 评论(0) 推荐(0) 编辑
摘要: 织梦默认不能在搜索页使用arclist标签,我们对代码做一些小改动即可 打开include/arc.searchview.class.php 一、查找代码: 下面插入: 二、查找代码: 下面插入 阅读全文
posted @ 2017-06-27 14:45 bubuchu 阅读(275) 评论(0) 推荐(0) 编辑
摘要: 根据全局变量$GLOBALS['_sys_globals']['curfile']的值来判断。 首页parview;列表页listview;文章页archives 应用示例: 阅读全文
posted @ 2017-06-27 14:40 bubuchu 阅读(966) 评论(0) 推荐(0) 编辑
摘要: //3n就是3的倍数都加这个样式*/.list li:nth-child(3n){ border-bottom:1px;} 阅读全文
posted @ 2017-06-27 14:36 bubuchu 阅读(2851) 评论(0) 推荐(0) 编辑
摘要: window.onload=function(){ function(a); function(b); } 阅读全文
posted @ 2017-06-27 14:34 bubuchu 阅读(473) 评论(0) 推荐(0) 编辑
摘要: var myDate = new Date(); myDate.getYear(); //获取当前年份(2位) myDate.getFullYear(); //获取完整的年份(4位,1970-????) myDate.getMonth(); //获取当前月份(0-11,0代表1月) myDate.g 阅读全文
posted @ 2017-06-27 14:33 bubuchu 阅读(390) 评论(0) 推荐(0) 编辑