上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 35 下一页
摘要: 在线定制图标网站:http://flattyshadow.com/ 某些火狐浏览器可能支持不好,有时候调不懂位置。 生成的位置通常位置都不准。可以调大截图,再用ps处理一下。 多关注一下字体图标。 阅读全文
posted @ 2016-02-25 14:09 绿尘枫 阅读(317) 评论(0) 推荐(0) 编辑
摘要: 要实现的效果是:先搜索出指定用户的数据,再用状态分出该用户指定提现状态的的数据。(原理,每次点击都是打开一个新的页面,只是提交的参数不同) html页面: <div>    搜索: <span><input type='text' id='order'>   <input type='button' 阅读全文
posted @ 2016-02-24 18:24 绿尘枫 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.cnblogs.com/glj1203/archive/2011/04/07/2008054.html 设置或获取对象指定的文件名或路径。 alert(window.location.pathname) 设置或获取整个 URL 为字符串。 alert(window.loc 阅读全文
posted @ 2016-02-24 15:36 绿尘枫 阅读(1947) 评论(0) 推荐(0) 编辑
摘要: html页面: php页面: 阅读全文
posted @ 2016-02-24 11:50 绿尘枫 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 1.安装后,打开要表单页面,右键 特别要注意上图画框部分一定要对应域名。否则会点击后没效果。 2.上图这个选项设置框经常打开时会隐藏一半 解决办法:点击左右两边拉到全屏,再缩小。 阅读全文
posted @ 2016-02-23 15:58 绿尘枫 阅读(5056) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.thinkphp.cn/code/403.html实现步骤: 注意:phpexcel必须是1.78版本的,不能用1.8以上的 一:去官网http://phpexcel.codeplex.com/下载最新PHPExcel放到Vendor下,注意位置:ThinkPHP\Ext 阅读全文
posted @ 2016-02-22 14:44 绿尘枫 阅读(639) 评论(0) 推荐(0) 编辑
摘要: <?php error_reporting(E_ALL); date_default_timezone_set('Europe/London'); /** PHPExcel */ require_once '../phpclass/PHPExcel.php'; // Create new PHPEx 阅读全文
posted @ 2016-02-22 13:51 绿尘枫 阅读(1380) 评论(0) 推荐(0) 编辑
摘要: <div class="postBody"> <div id="cnblogs_post_body"><p>PHPExcel可是个好东东,功能强大,下面这是一个phpExcel简易中文帮助手册,列举了各种属性,以及常用的操作方法,是每一个都用实例加以说明,希望对大家有所帮助。</p> <p><str 阅读全文
posted @ 2016-02-22 13:06 绿尘枫 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 下面是总结的几个使用方法 include 'PHPExcel.php'; include 'PHPExcel/Writer/Excel2007.php'; //或者include 'PHPExcel/Writer/Excel5.php'; 用于输出.xls的 创建一个excel $objPHPExc 阅读全文
posted @ 2016-02-22 13:05 绿尘枫 阅读(322) 评论(0) 推荐(0) 编辑
摘要: 转自:http://serisboy.iteye.com/blog/1928139 首先到phpexcel官网上下载最新的phpexcel类,下周解压缩一个classes文件夹,里面包含了PHPExcel.php和PHPExcel的文件夹,这个类文件和文件夹是我们需要的,把classes解压到你项目 阅读全文
posted @ 2016-02-22 13:01 绿尘枫 阅读(3509) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 35 下一页