大公司PHP面试题分享 Published 2016年4月25日 by chenjie 最近因为换工作有参加过一些大公司的面试,现在尘埃落… Continue reading大公司PHP面试题分享 Leave a Comment
PHP Taint – 一个用来检测XSS/SQL/Shell注入漏洞的扩展 Published 2016年1月19日 by chenjie 之前在网上偶然看到这个扩展,可以以白盒源码级的方式… Continue readingPHP Taint – 一个用来检测XSS/SQL/Shell注入漏洞的扩展 2 Comments
有趣的x&(x-1) Published 2013年10月6日 by chenjie 这是由一道面试题开始的 求下面函数的返回值(微软)… Continue reading有趣的x&(x-1) Leave a Comment
fwrite 函数详解 Published 2012年11月1日 by chenjie fwrite 函数名: fwrite 功 能:… Continue readingfwrite 函数详解 Leave a Comment
全局变量和全局静态变量的区别 Published 2012年10月31日 by chenjie 注意:全局变量和全局静态变量的区别 1)全局变… Continue reading全局变量和全局静态变量的区别 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
left operand must be l-value Published 2012年10月2日 by chenjie 这是应为你把地址赋值给一个不可更改的指针。比如 c… Continue readingleft operand must be l-value Leave a Comment
数组给数组赋值问题 Published 2012年9月21日 by chenjie 问: char a[3],b[]=”China”;… Continue reading数组给数组赋值问题 Leave a Comment