2011年11月15日

摘要: vartxt="<li><inputtype='checkbox'>{0}</li>"functionformatStr(){varary=[];for(i=1;i<arguments.length;i++){ary.push(arguments[i]);}returnarguments[0].replace(/\{(\d+)\}/g,function(m,i){returnary[i];});}alert(formatStr(txt,'test')); 阅读全文
posted @ 2011-11-15 10:27 圣者 阅读(264) 评论(0) 推荐(0)
摘要: 简介:这是php做饼图的函数的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=330117' scrolling='no'> 再介绍一下我自己,呵呵 我是个新手,当时学php纯粹是为了应付领导哦,让我们做统计图,... 阅读全文
posted @ 2011-11-15 10:20 圣者 阅读(196) 评论(0) 推荐(0)
摘要: 简介:这是在PHP中用Socket发送电子邮件的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=330116' scrolling='no'> 在作者所申请的几个PHP 主页空间中,能够提供mail功能的实在不多... 阅读全文
posted @ 2011-11-15 10:20 圣者 阅读(206) 评论(0) 推荐(0)
摘要: 简介:这是zend_application 说明的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=329786' scrolling='no'> 1.变量 $_environment 指定加载ini或xml... 阅读全文
posted @ 2011-11-15 10:20 圣者 阅读(112) 评论(0) 推荐(0)
摘要: 简介:这是去掉codeigniter地址中的index.php的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=329785' scrolling='no'> 版本:CodeIgniter_2.0.1希望C... 阅读全文
posted @ 2011-11-15 10:20 圣者 阅读(159) 评论(0) 推荐(0)
摘要: 简介:这是PHP写的域名查询系统whois的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=330401' scrolling='no'><?PHP if ($domain) { if ($domain) ... 阅读全文
posted @ 2011-11-15 10:19 圣者 阅读(332) 评论(1) 推荐(0)
摘要: 简介:这是PHP中的日期处理的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=330400' scrolling='no'>本文包含以下内容: 1、 得到目前的日期和时间-我们有多少种方式? 2、 改变日期显示的方... 阅读全文
posted @ 2011-11-15 10:19 圣者 阅读(181) 评论(0) 推荐(0)
摘要: 简介:这是用PHP处理多个同名复选框的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=330399' scrolling='no'>如果一个表单中有多个同名复选框,在提交到php时却只有一个值,而并不像asp那样是... 阅读全文
posted @ 2011-11-15 10:19 圣者 阅读(180) 评论(0) 推荐(0)
摘要: 简介:这是AJAX技术在PHP开发中的简单应用的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=330118' scrolling='no'>AJAX无疑是2005年炒的最热的Web开发技术之一,当然,这个功劳离不... 阅读全文
posted @ 2011-11-15 10:19 圣者 阅读(166) 评论(0) 推荐(0)
摘要: 简介:这是php图片保存、下载的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=330424' scrolling='no'> <?php//获取图片2进制内容 ,可以保存入数据库$imgStr = fil... 阅读全文
posted @ 2011-11-15 10:18 圣者 阅读(396) 评论(1) 推荐(0)
摘要: 简介:这是php 面向对象基础的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=330423' scrolling='no'> 传统开发方法存在的问题: 1). 软件重用性差; 2). 软件可... 阅读全文
posted @ 2011-11-15 10:18 圣者 阅读(213) 评论(0) 推荐(0)
摘要: 简介:这是PHP中如何运用ini_set和ini_get()的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=330422' scrolling='no'> 本文为转载在PHP配置函数中,有一种函数的功能是... 阅读全文
posted @ 2011-11-15 10:18 圣者 阅读(219) 评论(0) 推荐(0)
摘要: 简介:这是Windows 7下PHP配置环境的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=330428' scrolling='no'> PHP环境搭建第四步:在Windows 7下如何进行PHP配置环... 阅读全文
posted @ 2011-11-15 10:17 圣者 阅读(226) 评论(0) 推荐(0)
摘要: 简介:这是64位Apache+PHP+MySQL配置的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=330427' scrolling='no'> 软件下载 目前,Apache和PHP均未出现官方的64... 阅读全文
posted @ 2011-11-15 10:17 圣者 阅读(228) 评论(0) 推荐(0)
摘要: 简介:这是PHP中的list(),each(),reset()函数应用 转载的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=330426' scrolling='no'> 1.list函数list函数是... 阅读全文
posted @ 2011-11-15 10:17 圣者 阅读(185) 评论(0) 推荐(0)
摘要: 简介:这是数组、参数数组的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=330425' scrolling='no'> 数组 与 参数数组函数中的arguments是对象但不是数组对象arguments ... 阅读全文
posted @ 2011-11-15 10:17 圣者 阅读(204) 评论(0) 推荐(0)
摘要: 简介:这是PHP6.0安装找不到php.ini-recommended这个文件的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=330432' scrolling='no'> PHP6.0安装问题,解压后在... 阅读全文
posted @ 2011-11-15 10:16 圣者 阅读(356) 评论(0) 推荐(0)
摘要: 简介:这是在Windows 7下如何进行PHP和Apache配置环境的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=330431' scrolling='no'> PHP环境搭建第四步:在Windows ... 阅读全文
posted @ 2011-11-15 10:16 圣者 阅读(183) 评论(0) 推荐(0)
摘要: 简介:这是大图片生成缩略图 导致imagecreatefromjpeg 内存崩溃问题的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=330430' scrolling='no'> 当图片超过1M时就可能出... 阅读全文
posted @ 2011-11-15 10:16 圣者 阅读(916) 评论(0) 推荐(0)
摘要: 简介:这是PHP运行机制分析(多图)的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=330429' scrolling='no'> IntroductionApacheMime type handler ... 阅读全文
posted @ 2011-11-15 10:16 圣者 阅读(206) 评论(0) 推荐(0)

导航