2016年1月30日

使用git和github进行协同开发流程

摘要: (本文假设各位已经对基本git的基本概念、操作有一定的理解,如无相关git知识,可以参考Pro Git这本书进行相关的学习和练习) 很多项目开发都会采用git这一优秀的分布式版本管理工具进行项目版本管理,使用github开源平台作为代码仓库托管平台。由于git的使用非常灵活,在实践当中衍生了很多种不 阅读全文

posted @ 2016-01-30 16:00 今天又进步了 阅读(10035) 评论(1) 推荐(3) 编辑

ero-configuration Web Application Debugging with Xdebug and PhpStorm

摘要: 1. Install Xdebug To use Xdebug with PhpStorm for debugging PHP applications, you need to have a PHP development environment configured with Xdebug ex 阅读全文

posted @ 2016-01-30 04:04 今天又进步了 阅读(1146) 评论(0) 推荐(0) 编辑

sudo: unable to execute ./script.sh: no such file or directory

摘要: I just had this exact problem, it turned out to be a text file encoding problem. For me to fix it while running Xubuntu 14.04.3 LTS, I installed dos2u 阅读全文

posted @ 2016-01-30 03:52 今天又进步了 阅读(1655) 评论(0) 推荐(0) 编辑

PHPStorm + Homestead + Xdebug + Chrome Xdebug Helper 调试配置

摘要: 话说 PHPStorm 写起代码来非常带感,各种提示补全和纠错,以及在 L5 中的命名空间功能更是强大到感动(新建类自动添加命名空间,自动引入命名空间,返回参数命名空间纠正等等)。当然它的调试功能更是让你在出现 BUG 不知所措时抓住的稻草。 下面我将一步一步带你配置这强大到爆功能。但是,这个配置是 阅读全文

posted @ 2016-01-30 02:43 今天又进步了 阅读(1284) 评论(0) 推荐(0) 编辑

The best manual of how to use "The easiest Xdebug" addon for Firefox

摘要: Installation notes 0. Install the best Firefox add-on for remote debugging The easiest Xdebug. I'm not lying. 1. Install the xdebug extension from PEC 阅读全文

posted @ 2016-01-30 02:42 今天又进步了 阅读(448) 评论(0) 推荐(0) 编辑

导航