04 2016 档案

摘要:现有如上的二维数组 要求1:按照id分组 实现方法: 要求2:按照id和brand分组 实现方法: 阅读全文
posted @ 2016-04-27 21:21 junxu 阅读(974) 评论(0) 推荐(0)
摘要:面试岗位:web开发工程师 一、面试问题: 1、get和post区别以及另外的两个 2、cookie和session的区别和联系 3、魔术方法:__call()、__tostring() __call()函数是php类的默认魔法函数,__call() 在一个对象的上下文中,如果调用的方法不存在的时候 阅读全文
posted @ 2016-04-22 23:14 junxu 阅读(240) 评论(0) 推荐(0)
摘要:本文原创,转载请注明原作者为http://www.cnblogs.com/junxu/ 1、如何配置phpcs 参考:http://my.oschina.net/qsmoon/blog/280813 2、配置好了phpcs后发现无效,没有弹窗提示错误,SublimeLinter到是生效了 3、查看控 阅读全文
posted @ 2016-04-18 15:52 junxu 阅读(1247) 评论(0) 推荐(0)