码迷,mamicode.com
首页 >  
搜索关键字:Once    ( 2791个结果
PHP 导出Excel
在开发一个商城网站的时候,客户需要一个导出报表的功能,我使用PHPExcel来实现这个功能。 下载PHPExcel_1.8.0_doc.zip,将解压后的文件夹里的Classes上传到网站的根目录下,Classes目录内的内容如下: 导出文件Excel.php require_once dirname(__FILE__).'/Classes/PHPExcel.php';//引入PHPEx...
分类:Web程序   时间:2014-08-17 22:53:33    阅读次数:351
提高php代码质量 36计
1.不要使用相对路径常常会看到:?1require_once('../../lib/some_class.php');该方法有很多缺点:它首先查找指定的php包含路径, 然后查找当前目录.因此会检查过多路径.如果该脚本被另一目录的脚本包含, 它的基本目录变成了另一脚本所在的目录.另一问题, 当定时任...
分类:Web程序   时间:2014-08-17 01:05:21    阅读次数:433
HDU 1686 Oulipo(KMP)
Problem Description The French author Georges Perec (1936–1982) once wrote a book, La disparition, without the letter 'e'. He was a member of the Oulipo group. A quote from the book: Tout avait...
分类:其他好文   时间:2014-08-16 19:50:11    阅读次数:239
包含文件函数include与require的区别
include或include_once一般用于动态包含,所谓动态包含就是根据不同条件包含不同文件require或require_once一般用于静态包含,比如包含一个html文件的头部或者尾部 如:require_once footer.inc.phpinclude和require可以包含多次,i...
分类:其他好文   时间:2014-08-16 03:20:29    阅读次数:214
A. Little Pony and Crystal Mine
Twilight Sparkle once got a crystal from the Crystal Mine. A crystal of size n (n is odd; n?>?1) is an n?×?n matrix with a diamond inscribed into it.Y...
分类:其他好文   时间:2014-08-15 20:54:59    阅读次数:210
POJ1364 King 【差分约束】
King Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 9977   Accepted: 3711 Description Once, in one kingdom, there was a queen and that queen was expecting...
分类:其他好文   时间:2014-08-15 17:57:19    阅读次数:224
Android学习路线(二十三)运用Fragment构建动态UI——Fragment间通讯
In order to reuse the Fragment UI components, you should build each as a completely self-contained, modular component that defines its own layout and behavior. Once you have defined these reusable Fragments, you can associate them with an Activity and conn...
分类:移动开发   时间:2014-08-15 01:33:16    阅读次数:333
【HackerRank】Lonely Integer
There areNintegers in an arrayA. All but one integer occur in pairs. Your task is to find out the number that occurs only once.Input FormatThe first l...
分类:其他好文   时间:2014-08-14 13:55:18    阅读次数:242
ceph crushmap
实验环境中修改后的crushmap如下: # begin crush map tunable choose_local_tries 0 tunable choose_local_fallback_tries 0 tunable choose_total_tries 50 tunable chooseleaf_descend_once 1 # devices devi...
分类:其他好文   时间:2014-08-13 19:37:57    阅读次数:324
你珍惜一个人,一定是感动过
Don't forget the things you once owned. Treasure the things you can't get. Don't give up the things that belong to you and keep those lost things in m...
分类:其他好文   时间:2014-08-13 17:55:06    阅读次数:220
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!