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 圣者 阅读(266) 评论(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 圣者 阅读(197) 评论(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 圣者 阅读(210) 评论(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 圣者 阅读(114) 评论(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 圣者 阅读(161) 评论(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 圣者 阅读(334) 评论(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 圣者 阅读(181) 评论(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 圣者 阅读(167) 评论(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 圣者 阅读(402) 评论(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 圣者 阅读(222) 评论(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 圣者 阅读(229) 评论(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 圣者 阅读(229) 评论(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 圣者 阅读(190) 评论(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 圣者 阅读(209) 评论(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 圣者 阅读(185) 评论(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 圣者 阅读(921) 评论(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 圣者 阅读(208) 评论(0) 推荐(0)
摘要: 简介:这是php引用详解,php引用传递使用,php引用方法返回,php引用分析! 的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=330436' scrolling='no'> php引用(&)详解 2... 阅读全文
posted @ 2011-11-15 10:15 圣者 阅读(168) 评论(0) 推荐(0)
摘要: 简介:这是GBK_编码表_的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=330434' scrolling='no'> �[--81--40--] �[--81--41--] �[--81--42-... 阅读全文
posted @ 2011-11-15 10:15 圣者 阅读(181) 评论(0) 推荐(0)
摘要: 简介:这是PHP 5.3.1 安装包 VC9 VC6 区别是什么的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=330433' scrolling='no'> 在PHP100混了这么久也写点东西出来吧,最... 阅读全文
posted @ 2011-11-15 10:15 圣者 阅读(213) 评论(0) 推荐(0)
摘要: 简介:这是Nginx无缝升级的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=330441' scrolling='no'> http://nginx.org/en/download.htmlwget ht... 阅读全文
posted @ 2011-11-15 10:14 圣者 阅读(196) 评论(0) 推荐(0)
摘要: 简介:这是mysql在php中的应用的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=330439' scrolling='no'> 1. php与mysql建立链接 修改php.ini加载mysq... 阅读全文
posted @ 2011-11-15 10:14 圣者 阅读(264) 评论(0) 推荐(0)
摘要: 简介:这是优化php代码的42条建议的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=330438' scrolling='no'> [转]英文原文:http://reinholdweber.com/?p... 阅读全文
posted @ 2011-11-15 10:14 圣者 阅读(147) 评论(0) 推荐(0)
摘要: 简介:这是提高PHP的运行效率的方法的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=330437' scrolling='no'> [转]PHP的优点之一是速度很快,对于一般的网站应用,可以说是已经... 阅读全文
posted @ 2011-11-15 10:14 圣者 阅读(218) 评论(0) 推荐(0)
摘要: 简介:这是如何添加JavaScript到Joomla模板中去 的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=332631' scrolling='no'> 这篇文章主要是针对那些不太了解PHP,HMTL... 阅读全文
posted @ 2011-11-15 10:13 圣者 阅读(342) 评论(0) 推荐(0)
摘要: 简介:这是PHP身份证验证程序的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=332630' scrolling='no'> <?php// 计算身份证校验码,根据国家标准GB 11643-1999 fu... 阅读全文
posted @ 2011-11-15 10:13 圣者 阅读(218) 评论(0) 推荐(0)
摘要: 简介:这是php.ini中文对照的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=330444' scrolling='no'> 对于一些模板 需要 对 PHP 进行配置 中文如下 php.ini是PHP的... 阅读全文
posted @ 2011-11-15 10:13 圣者 阅读(136) 评论(0) 推荐(0)
摘要: 简介:这是类似 TP中 eq 标签的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=330442' scrolling='no'> 在项目管理中会涉及权限操作问题,最直接的办法就是,把没有权限的菜单隐藏掉,... 阅读全文
posted @ 2011-11-15 10:13 圣者 阅读(339) 评论(0) 推荐(0)
摘要: 简介:这是ajax form提交的问题的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=332634' scrolling='no'> 连续两晚时间,一直在查找一个问题,同一样的数据,同一样的方法(前后台均... 阅读全文
posted @ 2011-11-15 10:12 圣者 阅读(263) 评论(0) 推荐(0)
摘要: 简介:这是Ubuntu下pecl_http的安装的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=332633' scrolling='no'> 因为需要做RESTfull的开发,需要使用到pecl_htt... 阅读全文
posted @ 2011-11-15 10:12 圣者 阅读(271) 评论(0) 推荐(0)
摘要: 简介:这是Yii tinymce实现语法高亮的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=332632' scrolling='no'> 首先我们需要下载好Yii tinymce扩展,放入你的exten... 阅读全文
posted @ 2011-11-15 10:12 圣者 阅读(402) 评论(0) 推荐(1)
摘要: 简介:这是配置drupal的clean URL的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=332640' scrolling='no'> 1. 在apache httpd.conf中取消“LoadMo... 阅读全文
posted @ 2011-11-15 10:11 圣者 阅读(243) 评论(0) 推荐(0)
摘要: 简介:这是checkbox的多选与反选 jQuery 实现的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=332639' scrolling='no'> <?php if($_POST){ print... 阅读全文
posted @ 2011-11-15 10:11 圣者 阅读(121) 评论(0) 推荐(0)
摘要: 简介:这是关于php 时间的处理的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=332638' scrolling='no'> (1)打印明天此时的时间戳strtotime(”+1 day“) 当前时间:... 阅读全文
posted @ 2011-11-15 10:11 圣者 阅读(110) 评论(0) 推荐(0)
摘要: 简介:这是PHP short_open_tag 支持等号简短缩写的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=332636' scrolling='no'> short_open_tag决定是否允许使用... 阅读全文
posted @ 2011-11-15 10:11 圣者 阅读(252) 评论(0) 推荐(0)
摘要: 简介:这是PHP常用工具的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=332644' scrolling='no'> PHP现在已经是使用最为广泛的开源服务器端脚本语言之一,当然PHP并不是速度最快的,... 阅读全文
posted @ 2011-11-15 10:10 圣者 阅读(220) 评论(0) 推荐(0)
摘要: 简介:这是php中static关键字在类中的使用的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=332643' scrolling='no'> static关键字用来修饰属性、方法,称这些属性、方法为静态... 阅读全文
posted @ 2011-11-15 10:10 圣者 阅读(224) 评论(0) 推荐(0)
摘要: 简介:这是数据库修改了密码Mantis 连接的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=332641' scrolling='no'> Mantis中总共有三个地方定义了mysql的密码找到Mant... 阅读全文
posted @ 2011-11-15 10:10 圣者 阅读(164) 评论(0) 推荐(0)
摘要: 简介:这是PHP类继承 的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=332642' scrolling='no'> <?phpclass ClsPerson{ var $personID; var $... 阅读全文
posted @ 2011-11-15 10:10 圣者 阅读(150) 评论(0) 推荐(0)
摘要: 简介:这是服务器状态代码含义的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=332945' scrolling='no'> 服务器状态代码含义 开发的时候应该会用到,转载的文章,已经不知道来源,故无法贴... 阅读全文
posted @ 2011-11-15 10:09 圣者 阅读(177) 评论(0) 推荐(0)
摘要: 简介:这是简评file_get_contents与curl 效率及稳定性的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=332944' scrolling='no'> 做过好多抓取别家网站内容的产品,习惯... 阅读全文
posted @ 2011-11-15 10:09 圣者 阅读(162) 评论(0) 推荐(0)
摘要: 简介:这是nginx rewrite伪静态配置参数详细说明的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=332646' scrolling='no'> 正则表达式匹配,其中: * ~ 为区分大小写匹配*... 阅读全文
posted @ 2011-11-15 10:09 圣者 阅读(523) 评论(0) 推荐(0)
摘要: 简介:这是zendstudio 常用快捷键的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=332645' scrolling='no'> 在开发中用到的IDE为zendstudio,使用快捷键可以提高我们... 阅读全文
posted @ 2011-11-15 10:09 圣者 阅读(180) 评论(0) 推荐(0)
摘要: 简介:这是PHP去除数组中的空值的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=332950' scrolling='no'> foreach( $arr as $k=>$v){ if( !$... 阅读全文
posted @ 2011-11-15 10:08 圣者 阅读(324) 评论(0) 推荐(0)
摘要: 简介:这是PHP负载均衡的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=332949' scrolling='no'> 过去当运行一个大的web应用时候意味着运行一个大型的web服务器。因为你的应用吸引了... 阅读全文
posted @ 2011-11-15 10:08 圣者 阅读(160) 评论(0) 推荐(0)
摘要: 简介:这是$_SERVER变量详解的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=332946' scrolling='no'> 服务器变量 $_SERVER 详解: 1、$_SESSION['PHP_... 阅读全文
posted @ 2011-11-15 10:08 圣者 阅读(293) 评论(0) 推荐(0)
摘要: 简介:这是PHP连贯接口的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=332955' scrolling='no'> 近期,看到很多人都在讨论连贯接口这个东西,仔细想想,这其实没有什么,用的早的如jav... 阅读全文
posted @ 2011-11-15 10:07 圣者 阅读(205) 评论(0) 推荐(0)
摘要: 简介:这是PHP中str_replace函数的详解的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=332953' scrolling='no'> 在实际的程序开发中,执行字符串替换操作是一件非常经常的事,... 阅读全文
posted @ 2011-11-15 10:07 圣者 阅读(202) 评论(0) 推荐(0)
摘要: 简介:这是PHP字符串三种定义方式的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=332951' scrolling='no'> PHP的字符串有三种定义方式:单引号 、双引号 、定界符 1、单引号:... 阅读全文
posted @ 2011-11-15 10:07 圣者 阅读(218) 评论(0) 推荐(0)
摘要: 简介:这是yii学习笔记的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=333671' scrolling='no'> 主要参考地址http://www.yiiframework.com/doc/guid... 阅读全文
posted @ 2011-11-15 10:06 圣者 阅读(320) 评论(0) 推荐(0)
摘要: 简介:这是php批量生成mysql触发器定义语句的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=333669' scrolling='no'> <?phpdefine('TRIGGER_AFTER_INS... 阅读全文
posted @ 2011-11-15 10:06 圣者 阅读(219) 评论(0) 推荐(0)
摘要: 简介:这是php 去掉字符串的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=333668' scrolling='no'> 今天项目中用到,去掉字符串中的最后一个字符原字符串1,2,3,4,5,6,去掉最... 阅读全文
posted @ 2011-11-15 10:06 圣者 阅读(183) 评论(0) 推荐(0)
摘要: 简介:这是PHP 快速生成目录树的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=332956' scrolling='no'> bool mkdir ( string $pathname [, int $... 阅读全文
posted @ 2011-11-15 10:06 圣者 阅读(568) 评论(0) 推荐(0)
摘要: 简介:这是为了实现伪静态 php、mysql、apache都需要做那些设置的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=333676' scrolling='no'> 为了实现伪静态 php、mysql... 阅读全文
posted @ 2011-11-15 10:05 圣者 阅读(315) 评论(0) 推荐(0)
摘要: 简介:这是php持续开发集成中的常用几个工具小结的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=333675' scrolling='no'> 在PHP持续开发集成中,有些工具是必须的,而且还不错,下面... 阅读全文
posted @ 2011-11-15 10:05 圣者 阅读(233) 评论(0) 推荐(0)
摘要: 简介:这是PHP CURL库解释的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=333673' scrolling='no'> 使用PHP的cURL库可以简单和有效地去抓网页。你只需要运行一个脚本,然后分... 阅读全文
posted @ 2011-11-15 10:05 圣者 阅读(168) 评论(0) 推荐(0)
摘要: 简介:这是php不支持加载libphp5的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=333672' scrolling='no'> Cannot load /usr/local/apache2/mod... 阅读全文
posted @ 2011-11-15 10:05 圣者 阅读(184) 评论(0) 推荐(0)
摘要: 简介:这是strstr的实现的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=333682' scrolling='no'> function _strstr($haystack,$needle){ $le... 阅读全文
posted @ 2011-11-15 10:04 圣者 阅读(203) 评论(0) 推荐(0)
摘要: 简介:这是php垃圾收集机制的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=333679' scrolling='no'> 每一种计算机语言都有自己的自动垃圾回收机制,让程序员不必过分关心程序内存分配,p... 阅读全文
posted @ 2011-11-15 10:04 圣者 阅读(104) 评论(0) 推荐(0)
摘要: 简介:这是最新pear安装的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=333678' scrolling='no'> 最近想看看pear这一块,网上查找安装的方面,很是让人无语本人是windows,而... 阅读全文
posted @ 2011-11-15 10:04 圣者 阅读(319) 评论(0) 推荐(0)
摘要: 简介:这是XAMPP如何修改默认的网站目录htdocs方法详解的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=333677' scrolling='no'> 正确安装好XAMPP后,默认是必须将php程序... 阅读全文
posted @ 2011-11-15 10:04 圣者 阅读(586) 评论(0) 推荐(0)
摘要: 简介:这是BasicPHP-Lite v1.0.1 轻量级PHP框架 的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=333685' scrolling='no'> 由于上海车展,加班了一整个月,无暇... 阅读全文
posted @ 2011-11-15 10:03 圣者 阅读(225) 评论(0) 推荐(0)
摘要: 简介:这是不要再ifelse中嵌套ifesle的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=333684' scrolling='no'> 由于搞二次开发骂过以前代码的作者,所以为了避免被人骂,尝试写注... 阅读全文
posted @ 2011-11-15 10:03 圣者 阅读(436) 评论(0) 推荐(0)
摘要: 简介:这是获取服务器信息的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=333683' scrolling='no'> <html> <head> <meta http-equiv="content... 阅读全文
posted @ 2011-11-15 10:03 圣者 阅读(173) 评论(0) 推荐(0)
摘要: 简介:这是dotproject安装及 修正甘特图乱码的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=333688' scrolling='no'> 去网站下载最新版本 http://www.dotpro... 阅读全文
posted @ 2011-11-15 10:02 圣者 阅读(417) 评论(0) 推荐(0)
摘要: 简介:这是zend framework firephp 调试函数的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=333687' scrolling='no'> function showVarIn... 阅读全文
posted @ 2011-11-15 10:02 圣者 阅读(171) 评论(0) 推荐(0)
摘要: 简介:这是php读写json文件的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=333686' scrolling='no'> PHP Simple Comments Read/Write jSon d... 阅读全文
posted @ 2011-11-15 10:02 圣者 阅读(910) 评论(0) 推荐(0)

导航