全局变量和全局静态变量的区别 Published 2012年10月31日 by chenjie 注意:全局变量和全局静态变量的区别 1)全局变… Continue reading全局变量和全局静态变量的区别 Leave a Comment
php递归删除目录 Published 2012年10月17日 by chenjie 一个无限递归删除目录的小例子和大家共享一下,纠结了… Continue readingphp递归删除目录 Leave a Comment
二级指针和二维数组 Published 2012年10月11日 by chenjie 自己这几天学习中收集的资料,分享和备忘吧。 求助指… Continue reading二级指针和二维数组 Leave a Comment
c语言数组给二级指针赋值问题求解~ Published 2012年10月11日 by chenjie 学c语言指针和内存问题果然烦人,查了点搞不清楚的东… Continue readingc语言数组给二级指针赋值问题求解~ Leave a Comment
value=”‘.$_POST[‘width’].'”两边为什么有两个点 Published 2012年10月9日 by chenjie 最近重新学习php总是能发现各种问题,如题哦,下面… Continue readingvalue=”‘.$_POST[‘width’].'”两边为什么有两个点 Leave a Comment
错误提示:mysqldump: Got error: 1049: Unknown database ‘jpa;’ when selecting the database Published 2012年10月9日 by chenjie 今天看php里的数据库备份的东西遇到一些问题,以下… Continue reading错误提示:mysqldump: Got error: 1049: Unknown database ‘jpa;’ when selecting the database Leave a Comment
PHP中魔术方法的声明属性public visibility Published 2012年10月5日 by chenjie 在调试一段程序,学习封装的过程中,会出现 Warn… Continue readingPHP中魔术方法的声明属性public visibility Leave a Comment
left operand must be l-value Published 2012年10月2日 by chenjie 这是应为你把地址赋值给一个不可更改的指针。比如 c… Continue readingleft operand must be l-value Leave a Comment