随笔分类 -  PHP

摘要:Exception caught during execution of merge command. org.eclipse.jgit.errors.CheckoutConflictException: Checkout conflict with files: etc ....解决方案:I su... 阅读全文
posted @ 2015-05-15 15:41 阿刻 阅读(2133) 评论(0) 推荐(0)
摘要:如何安装JDK? 一路回车将JDK安装好(假设安装在C:\jdk目录,而PHP安装在C:\php4)。然后做好以下步骤: 在 Win9x 下加入 :"PATH=%PATH%;C:\jdk\bin" 到AUTOEXEC.BAT文件中,在 NT下加入 ";C:\jdk\bin"到环境变量中。这一... 阅读全文
posted @ 2015-03-13 21:04 阿刻 阅读(791) 评论(0) 推荐(0)
摘要:preg_replace函数用法:搜索$string中符合正则规则$pattern的部分,以$replacement替换,返回替换后的内容。在$replacement中,可以用$1,$2,$3分别引用$pattern中从左到右第一、二、三个括号中匹配的内容,为了避免$11被解析为引用第11个而不是第... 阅读全文
posted @ 2014-09-12 16:13 阿刻 阅读(465) 评论(0) 推荐(0)
摘要:Zend Studio 8.0.1 windows版:http://downloads.zend.com/studio-eclipse/8.0.1/ZendStudio-8.0.1.msilinux版(32位):http://downloads.zend.com/studio-eclipse/8.0... 阅读全文
posted @ 2014-08-12 16:17 阿刻 阅读(201) 评论(0) 推荐(0)
摘要:Fatal error: Call to undefined function bb2_table_structure() inH:\wamp2\www\lifetype-1.2.121\plugins\badbehavior\index.inc.phpon line174H:\wamp2\www\... 阅读全文
posted @ 2014-07-24 15:15 阿刻 阅读(251) 评论(0) 推荐(0)
摘要:definedefine(name,value,case_insensitive)参数描述name必需。规定常量的名称。value必需。规定常量的值。case_insensitive可选。规定常量的名称是否对大小写敏感。若设置为 true,则对大小写不敏感。默认是 false(大小写敏感)。preg_replace 阅读全文
posted @ 2013-01-23 22:41 阿刻 阅读(208) 评论(0) 推荐(0)
摘要:error_reporting(E_ALL || ~E_NOTICE); 阅读全文
posted @ 2013-01-23 21:08 阿刻 阅读(211) 评论(0) 推荐(0)