摘要: 在PHP开发过程中,不可避免要处理各种程序错误,你用过哪些PHP函数来跟error打交 道呢,请举几个例子并说明其用法。 2.PHP有哪些常用的网络数据抓取方法? 3.mysql的存储引擎有哪些,有什么区别,适用场景?联合索引、前缀索引、覆盖索引的概念,及用sql语句体现三种索引的用法? 4.PHP 阅读全文
posted @ 2017-10-25 10:20 yolo_bean 阅读(100) 评论(0) 推荐(0)
摘要: php程序员招聘笔试题:问题1. 选择合适的答案填入空白处PHP 是一种______脚本语言,基于______引擎。PHP 最常被用来开发动态的______内容,此外,它同样还可被用来生成______(以及其他)文档。A.动态,PHP,数据库,HTMLB.嵌入式,Zend,HTML,XMLC.基于 阅读全文
posted @ 2017-10-25 09:25 yolo_bean 阅读(760) 评论(0) 推荐(0)
摘要: 1、$a='abcdef'请取出$a的值并打印出第一个字母 echo $a{0}2、break和continue的区别? break终止本次循环,continue结束本次循环进入到下一循环中3、cookie,session区别 cookie保存在客户端,session保存在服务端 session调用 阅读全文
posted @ 2017-10-25 05:21 yolo_bean 阅读(264) 评论(0) 推荐(0)
摘要: I couldn't make the color match today I don't know what else to say Except I tried and they can't say I didn't I don't like the stuff they're feeding 阅读全文
posted @ 2017-10-25 00:44 yolo_bean 阅读(258) 评论(0) 推荐(0)
摘要: Once I was seven years old my momma told me Go make yourself some friends or you'll be lonely Once I was seven years old It was a big big world,but we 阅读全文
posted @ 2017-10-25 00:29 yolo_bean 阅读(124) 评论(0) 推荐(0)