2011年11月14日

摘要: 简介:这是phpmail发送邮件的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=334780' scrolling='no'> 简单的发送邮件:用到wordpress里面的两个类,下载地址http://w... 阅读全文
posted @ 2011-11-14 10:01 圣者 阅读(237) 评论(0) 推荐(0)
摘要: 简介:这是SMARTY模板中如何使用get,post,request,cookies,session,server变量的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=334779' scrolling='no'>... 阅读全文
posted @ 2011-11-14 10:01 圣者 阅读(156) 评论(0) 推荐(0)
摘要: 简介:这是moodle安装小结的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=334778' scrolling='no'> 方法一: (1)新建moodledata目录; (2)登入phpmyadm... 阅读全文
posted @ 2011-11-14 10:01 圣者 阅读(247) 评论(0) 推荐(0)
摘要: 简介:这是实现对数组值为整型的一维数组的排序的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=333689' scrolling='no'> 相关php原生函数有sort sort($array,SORT_... 阅读全文
posted @ 2011-11-14 10:01 圣者 阅读(226) 评论(0) 推荐(0)
摘要: 简介:这是图片在IE内核(Trident)浏览器下显示正常,但是在非IE内核(Gecko、Presto、WebKit)浏览器下都可以显示。的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=334783' scrol... 阅读全文
posted @ 2011-11-14 10:00 圣者 阅读(185) 评论(0) 推荐(0)
摘要: 简介:这是PHP导入导出Excel方法的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=334782' scrolling='no'> 原作者:冰山上的播客 看到这篇文章的时候,很是惊讶原作者的耐心,虽然我... 阅读全文
posted @ 2011-11-14 10:00 圣者 阅读(165) 评论(0) 推荐(0)
摘要: 简介:这是PHP 的 array merge 与 + 号的区别的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=334781' scrolling='no'> PHP 的 array_merge 会将 数值... 阅读全文
posted @ 2011-11-14 10:00 圣者 阅读(162) 评论(0) 推荐(0)
摘要: 简介:这是php函数伪静态、MVC单一入口与文件上传安全漏洞的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=334787' scrolling='no'> php中有一个让人不解的特性,那就是,如果文件名... 阅读全文
posted @ 2011-11-14 09:59 圣者 阅读(313) 评论(0) 推荐(0)
摘要: 简介:这是(转)php中用.htaccess文件设置日志的级别的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=334786' scrolling='no'> 在php中,可以用.htaccess文件去设置... 阅读全文
posted @ 2011-11-14 09:59 圣者 阅读(176) 评论(0) 推荐(0)
摘要: 简介:这是ubuntu11.04下搭建php环境的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=334785' scrolling='no'> 这里只是搭建一个最基本的环境,很简单依次执行以下命令: s... 阅读全文
posted @ 2011-11-14 09:59 圣者 阅读(150) 评论(0) 推荐(0)
摘要: 简介:这是PHP操作ACCESS数据库的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=334784' scrolling='no'> 用PHP操作ACCESS数据库的做法 PHP程序 <?PHP$c... 阅读全文
posted @ 2011-11-14 09:59 圣者 阅读(322) 评论(0) 推荐(0)
摘要: 简介:这是php实现文件下载的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=334791' scrolling='no'> 以前一直写java程序,最近根据项目需要,学习了一下php编程,刚起步学的还不多... 阅读全文
posted @ 2011-11-14 09:58 圣者 阅读(229) 评论(0) 推荐(0)
摘要: 简介:这是php结合Ajax实现异步文件上传的代码实例的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=334790' scrolling='no'> php结合Ajax实现异步文件上传的代码实例 1:取... 阅读全文
posted @ 2011-11-14 09:58 圣者 阅读(246) 评论(0) 推荐(0)
摘要: 简介:这是织梦CMS安装路径问题的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=334789' scrolling='no'> 织梦CMS有些地方做得不尽如人意,如水印设置,安装路径等。 如水印,上传图片... 阅读全文
posted @ 2011-11-14 09:58 圣者 阅读(224) 评论(0) 推荐(0)
摘要: 简介:这是php中的两个DI解决方案的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=334788' scrolling='no'> DI(Dependency Injection),是JAVA中,J2EE... 阅读全文
posted @ 2011-11-14 09:58 圣者 阅读(222) 评论(0) 推荐(0)
摘要: 简介:这是php如何截取字符串并以零补齐str_pad() 函数的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=334794' scrolling='no'> 定义和用法str_pad() 函数把字符串填... 阅读全文
posted @ 2011-11-14 09:57 圣者 阅读(177) 评论(0) 推荐(0)
摘要: 简介:这是让 cookie 跨域的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=334793' scrolling='no'> I got a call today about one of my app... 阅读全文
posted @ 2011-11-14 09:57 圣者 阅读(271) 评论(0) 推荐(0)
摘要: 简介:这是[转]VLD扩展使用指南的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=334792' scrolling='no'> 原文地址:http://www.phppan.com/2011/05/vl... 阅读全文
posted @ 2011-11-14 09:57 圣者 阅读(192) 评论(0) 推荐(0)
摘要: 简介:这是[ZT] 使用PHP-FPM (PHP FastCGI Process Manager)来对php-cgi进程进行管理的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=334798' scrolling=... 阅读全文
posted @ 2011-11-14 09:56 圣者 阅读(779) 评论(0) 推荐(0)
摘要: 简介:这是php+mysql中存储过程性能简单比较的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=334797' scrolling='no'> PHP+MYSQL中,使用MYSQL的存储过程其实是很好... 阅读全文
posted @ 2011-11-14 09:56 圣者 阅读(196) 评论(0) 推荐(0)
摘要: 简介:这是yii快速入门与参考的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=334795' scrolling='no'> yii快速入门与参考 Ⅰ、基本概念一、入口文件入口文件内容:一般格式如下:$y... 阅读全文
posted @ 2011-11-14 09:56 圣者 阅读(649) 评论(0) 推荐(0)
摘要: 简介:这是dedecms模块支持系统标签的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=334796' scrolling='no'> 第一步:打开"/include/common.func.php",该... 阅读全文
posted @ 2011-11-14 09:56 圣者 阅读(128) 评论(0) 推荐(0)
摘要: 简介:这是Curl参数一览的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=334920' scrolling='no'> * 目录 1. 介绍 2. curl扩展的安装 ... 阅读全文
posted @ 2011-11-14 09:55 圣者 阅读(231) 评论(0) 推荐(0)
摘要: 简介:这是Ubuntu 10.10 配置 Zend Framework的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=334919' scrolling='no'> 一直以来都没有用过框架来开发网站,之前... 阅读全文
posted @ 2011-11-14 09:55 圣者 阅读(152) 评论(0) 推荐(0)
摘要: 简介:这是apahce_php_mysql配置须知的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=334918' scrolling='no'> apahce的httpd配置 1,配置主页:查找Direc... 阅读全文
posted @ 2011-11-14 09:55 圣者 阅读(99) 评论(0) 推荐(0)
摘要: 简介:这是linux安装php的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=334917' scrolling='no'> tar -zxvf php-5.2.9.tar.gz cd php-5.2.9... 阅读全文
posted @ 2011-11-14 09:55 圣者 阅读(187) 评论(0) 推荐(0)
摘要: 简介:这是php 基本函数 的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=335085' scrolling='no'> 定义常数 define('APPCONFIG','plaConfig'); 获取... 阅读全文
posted @ 2011-11-14 09:54 圣者 阅读(180) 评论(0) 推荐(0)
摘要: 简介:这是php程序调用时间出现的时间和日期和当时的时间不相符合DE解决办法的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=334922' scrolling='no'> php程序调用时间出现的时间和日... 阅读全文
posted @ 2011-11-14 09:54 圣者 阅读(143) 评论(0) 推荐(0)
摘要: 简介:这是php 换行 PHP_EOL变量的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=334921' scrolling='no'> 一个小小的换行,其实在不同的平台有着不同的实现,为什么要这样,可以... 阅读全文
posted @ 2011-11-14 09:54 圣者 阅读(179) 评论(0) 推荐(0)
摘要: 简介:这是linux php 编译 eaccelerator的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=335088' scrolling='no'> tar -zxvf eaccelerat... 阅读全文
posted @ 2011-11-14 09:53 圣者 阅读(107) 评论(0) 推荐(0)
摘要: 简介:这是[转]用 awstats分析 Nginx 日志的一些记录的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=335087' scrolling='no'> 原文地址:http://www.linux... 阅读全文
posted @ 2011-11-14 09:53 圣者 阅读(191) 评论(0) 推荐(0)
摘要: 简介:这是php APC 造成的session无法保存bug及解决方法的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=335086' scrolling='no'> APC对php脚本的加速效果是明显的,... 阅读全文
posted @ 2011-11-14 09:53 圣者 阅读(173) 评论(0) 推荐(0)
摘要: 简介:这是php 开源项目的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=335089' scrolling='no'> WordPress 【PHP开源 博客Blog】WordPress是最热门的开... 阅读全文
posted @ 2011-11-14 09:53 圣者 阅读(395) 评论(0) 推荐(0)
摘要: 简介:这是PHP文件操作类的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=335093' scrolling='no'> <?/*** 操纵文件类* * 例子:* FileUtil::createDir(... 阅读全文
posted @ 2011-11-14 09:52 圣者 阅读(253) 评论(1) 推荐(0)
摘要: 简介:这是PHP中Array的hash函数实现的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=335092' scrolling='no'> 今天回顾学习了PHP中变量实现的方法,在浏览其源码是发现在PH... 阅读全文
posted @ 2011-11-14 09:52 圣者 阅读(174) 评论(0) 推荐(0)
摘要: 简介:这是PHP preg_replace的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=335091' scrolling='no'> preg_replace (PHP 3>= 3.0.9, PHP ... 阅读全文
posted @ 2011-11-14 09:52 圣者 阅读(141) 评论(0) 推荐(0)
摘要: 简介:这是MYSQL计算时间的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=335090' scrolling='no'> mysql有2个函数可以做日期加法,adddate和date_add,没什么区别... 阅读全文
posted @ 2011-11-14 09:52 圣者 阅读(252) 评论(0) 推荐(0)
摘要: 简介:这是rsync+inotify的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=335097' scrolling='no'> http://code.google.com/p/sersync/rsy... 阅读全文
posted @ 2011-11-14 09:51 圣者 阅读(417) 评论(0) 推荐(0)
摘要: 简介:这是PHP语言中global和$GLOBALS[]的分析的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=335096' scrolling='no'> php中global和$GLOBALS不仅仅是... 阅读全文
posted @ 2011-11-14 09:51 圣者 阅读(164) 评论(0) 推荐(0)
摘要: 简介:这是简单的php jQuery Ajax JSON 例子的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=335095' scrolling='no'> 文件1:index.html<!DOCTYP... 阅读全文
posted @ 2011-11-14 09:51 圣者 阅读(226) 评论(0) 推荐(0)
摘要: 简介:这是php直接生成txt下载的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=335094' scrolling='no'> <?php$filename = 'xxx.txt';header("Co... 阅读全文
posted @ 2011-11-14 09:51 圣者 阅读(264) 评论(0) 推荐(0)
摘要: 简介:这是php对数组排序的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=335100' scrolling='no'> 对数组排序usort() 函数使用用户自定义的函数对数组排序。*/function... 阅读全文
posted @ 2011-11-14 09:50 圣者 阅读(149) 评论(0) 推荐(0)
摘要: 简介:这是遇到discuz diy时候的一个小问题的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=335099' scrolling='no'> 今天在diy首页的时候,突然发现所有的页面拖也来的模块,点... 阅读全文
posted @ 2011-11-14 09:50 圣者 阅读(171) 评论(0) 推荐(0)
摘要: 简介:这是php+soap 入门的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=335098' scrolling='no'> 通过开放的webservice获取天气预报数据代码 <?php$c = n... 阅读全文
posted @ 2011-11-14 09:50 圣者 阅读(254) 评论(0) 推荐(0)
摘要: 简介:这是header 设置页面编码的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=335105' scrolling='no'> php的header来定义一个php页面为utf编码或GBK编码 php... 阅读全文
posted @ 2011-11-14 09:49 圣者 阅读(1544) 评论(0) 推荐(0)
摘要: 简介:这是PHP header() 使用心得的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=335104' scrolling='no'> 下面是关于header函数的详细使用说明:不管页面有多少 hea... 阅读全文
posted @ 2011-11-14 09:49 圣者 阅读(149) 评论(0) 推荐(0)
摘要: 简介:这是discuz防止恶意注册!的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=335102' scrolling='no'> 网上搜出来的,没试过,不知行不行得通,先记录下来。 1、把 regis... 阅读全文
posted @ 2011-11-14 09:49 圣者 阅读(589) 评论(0) 推荐(0)
摘要: 简介:这是防止PHPWIND论坛被注册机恶意注册发广告的方法的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=335101' scrolling='no'> phpwind后台添加防自动注册机验证码: 最... 阅读全文
posted @ 2011-11-14 09:49 圣者 阅读(307) 评论(0) 推荐(0)
摘要: 简介:这是php快速集成开发环境 XAMPP的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=335108' scrolling='no'> 在PHP网站开发过程中,PHP环境搭建和配置是一项基础工作,如... 阅读全文
posted @ 2011-11-14 09:48 圣者 阅读(315) 评论(0) 推荐(0)
摘要: 简介:这是zend optimizer的安装的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=335107' scrolling='no'> zend optimizer主要有两个功能,一个为加速php脚本... 阅读全文
posted @ 2011-11-14 09:48 圣者 阅读(187) 评论(0) 推荐(0)
摘要: 简介:这是PowerDesigner生成PHP代码 UML的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=335106' scrolling='no'> 随着团队开发的普及,使用PowerDesigner... 阅读全文
posted @ 2011-11-14 09:48 圣者 阅读(346) 评论(0) 推荐(0)
摘要: 简介:这是PHPStudy快速自动搞定所有配置文件的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=336627' scrolling='no'> phpStudy是一个PHP调试环境的程序集成包。 该程... 阅读全文
posted @ 2011-11-14 09:47 圣者 阅读(284) 评论(0) 推荐(0)
摘要: 简介:这是vtiger crm部署 问题的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=336625' scrolling='no'> 1 构建运行环境:appserv:http://dl.pconlin... 阅读全文
posted @ 2011-11-14 09:47 圣者 阅读(276) 评论(0) 推荐(0)
摘要: 简介:这是php如何生成随机密码的几种方法的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=336624' scrolling='no'> 使用PHP开发应用程序,尤其是网站程序,常常需要生成随机密码,如用... 阅读全文
posted @ 2011-11-14 09:47 圣者 阅读(123) 评论(0) 推荐(0)
摘要: 简介:这是php中ASCⅡ码的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=336623' scrolling='no'> 以前花了不少时间,找可以把中文转ascii码的php代码,utf-8也只是asc... 阅读全文
posted @ 2011-11-14 09:47 圣者 阅读(228) 评论(0) 推荐(0)
摘要: 简介:这是谈nginx的锁机制在服务器自动监控脚本中的应用的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=336635' scrolling='no'> http://my.nuaa.edu.cn/thr... 阅读全文
posted @ 2011-11-14 09:46 圣者 阅读(253) 评论(0) 推荐(0)
摘要: 简介:这是PHP中浮点数精度的警告的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=336630' scrolling='no'> 这个是PHP document中给出来的提示:简单的十进制分数如同 0.1... 阅读全文
posted @ 2011-11-14 09:46 圣者 阅读(122) 评论(0) 推荐(0)
摘要: 简介:这是php闭包实验的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=336629' scrolling='no'> class IArray extends ArrayObject { ... 阅读全文
posted @ 2011-11-14 09:46 圣者 阅读(110) 评论(0) 推荐(0)
摘要: 简介:这是【shell】sh学习笔记汇总的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=336626' scrolling='no'> 本人的shell 学习笔记--共享一下perl中调用子程序sub f... 阅读全文
posted @ 2011-11-14 09:46 圣者 阅读(323) 评论(0) 推荐(0)
摘要: 简介:这是客户端和php服务器通信rsa加密解密的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=336640' scrolling='no'> 这几天在做一个项目,需要使用到rsa加密解密,使用php公钥... 阅读全文
posted @ 2011-11-14 09:45 圣者 阅读(455) 评论(0) 推荐(0)
摘要: 简介:这是PHP Web基础教程的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=336638' scrolling='no'> 1. PHP下接收客户端传递参数的方法 $_GET['userNam... 阅读全文
posted @ 2011-11-14 09:45 圣者 阅读(137) 评论(0) 推荐(0)
摘要: 简介:这是PHP显示今天、今月、上月、今年的起点/终点时间戳的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=336637' scrolling='no'> PHP显示今天、今月、上月、今年的起点/终点时间... 阅读全文
posted @ 2011-11-14 09:45 圣者 阅读(187) 评论(0) 推荐(0)
摘要: 简介:这是PHP 包含文件路径问题的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=336642' scrolling='no'> 最近刚刚在学PHP,在做一个小项目,用到了很多require和in... 阅读全文
posted @ 2011-11-14 09:44 圣者 阅读(305) 评论(0) 推荐(0)
摘要: 简介:这是已安装php动态安装pdo_mysql的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=336861' scrolling='no'> 如果pdo在linux下出现exception 'PDOEx... 阅读全文
posted @ 2011-11-14 09:43 圣者 阅读(150) 评论(0) 推荐(0)
摘要: 简介:这是Apache开启Rewrite环境的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=336645' scrolling='no'> 环境:系统 WindowsApache 2.2加载Rewrite... 阅读全文
posted @ 2011-11-14 09:43 圣者 阅读(137) 评论(0) 推荐(0)
摘要: 简介:这是 CakePHP 内核配置变量的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=336644' scrolling='no'> 配置类通常用于设置CakePHP的核心配置变量,这些变量在app/c... 阅读全文
posted @ 2011-11-14 09:43 圣者 阅读(156) 评论(0) 推荐(0)
摘要: 简介:这是CakePHP中的管理员权限的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=336643' scrolling='no'> 有时候我们需要一个管理员部分,使部分用户可以进行修改。通常通过/adm... 阅读全文
posted @ 2011-11-14 09:43 圣者 阅读(301) 评论(0) 推荐(0)
摘要: 简介:这是elgg插件结构的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。 class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=336862' scrolling='no'> The following files for plugin "example" ... 阅读全文
posted @ 2011-11-14 09:42 圣者 阅读(222) 评论(0) 推荐(0)

导航