
PHP
杜孝飞
毕业于内江师范学院,从事Java 开发
重视团队协作,可以融入新的团体
自我学习能力强,对新知识接收很快
吃苦耐劳,可以很快适应新环境
热爱编程,对代码充满兴趣
喜欢挑战自我,研究新技术
乐于分享自己的见解
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
PHP基础学习之包含require,include
在 PHP 中,您可以在服务器执行 PHP 文件之前在该文件中插入另一个文件的内容。a.php: <?php /** * Created by PhpStorm. * User: Administrator * Date: 2018/4/23 * Time: 13:03 */ echo "123<br>"; $arr = array("php" => arr...原创 2018-04-23 13:41:33 · 287 阅读 · 0 评论 -
It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezon
It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you...原创 2018-04-24 09:04:24 · 842 阅读 · 0 评论