
PHP语言
南易武痴
15岁开始程序开发,第一个用到的语言是VB,后续相继学习c#,Java,PHP,python,JavaScript,node.js,golang等语言,掌握oracle,mysql,mongoDB等主流数据库系统。
展开
-
Ubuntu下使用valet搭建laravel生产环境
Ubuntu下使用valet搭建laravel生产环境1.安装系统所需软件 更新软件列表sudo apt update2.更新软件echo y | sudo apt upgrade如果觉得时间太长可以暂不更新软件,忽略本步骤。 3.安装基础软件echo y | sudo apt install network-manager dnsmasq4.安装本地 ...转载 2018-07-09 18:29:54 · 915 阅读 · 0 评论 -
laravel上传文件出现的问题
laravel 文件上传 出现 Symfony \ Component \ Debug \ Exception \ FatalThrowableError (E_ERROR) Call to a member function isValid() on null 错误 是因为前端页面的表单没有加 enctype="multipart/form-data" 导致上传失败。...原创 2018-07-16 11:54:30 · 3187 阅读 · 0 评论 -
composr安装软件失败的解决方法
PHP Warning: putenv() has been disabled for security reasons in phar:///usr/local/bin/composer/vendor/composer/xdebug-handler/src/Process.php on line 149Warning: putenv() has been disabled for secu...原创 2019-07-20 16:35:06 · 4316 阅读 · 1 评论