2016年2月2日

Android Studio系列-签名打包

摘要: 本篇博客纪录使用Android Studio对项目进行签名打包,跟Eclipse大同小异,读者朋友注意其中到差别。 第一步 创建签名文件 第二步 填写签名参数 第三步 选择构建类型 第四步 查看生成第apk文件 阅读全文

posted @ 2016-02-02 18:39 今天又进步了 阅读(268) 评论(0) 推荐(0) 编辑

2016年1月30日

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

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

posted @ 2016-01-30 16:00 今天又进步了 阅读(10017) 评论(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 今天又进步了 阅读(1114) 评论(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 今天又进步了 阅读(1633) 评论(0) 推荐(0) 编辑

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

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

posted @ 2016-01-30 02:43 今天又进步了 阅读(1276) 评论(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 今天又进步了 阅读(447) 评论(0) 推荐(0) 编辑

2016年1月29日

Windows上使用Vagrant打造Laravel Homestead可协同跨平台开发环境

摘要: 1、简介 Laravel 致力于让整个 PHP 开发过程变得让人愉悦,包括本地开发环境,为此官方为我们提供了一整套本地开发环境 —— Laravel Homestead。 Laravel Homestead 是一个打包好各种 Laravel 开发所需要的工具及环境的 Vagrant 盒子(Vagra 阅读全文

posted @ 2016-01-29 18:58 今天又进步了 阅读(1541) 评论(0) 推荐(0) 编辑

2016年1月23日

vue-resource和vue-async-data两个插件的使用

摘要: vue-resource和vue-async-data两个插件的使用,看了一下文档http://cn.vuejs.org/guide/plugins.html#u5DF2_u6709_u63D2_u4EF6__26amp_3B__u5DE5_u5177var Vue = require("vue")... 阅读全文

posted @ 2016-01-23 21:28 今天又进步了 阅读(2551) 评论(0) 推荐(0) 编辑

Vue Resource root options not used?

摘要: I specify a root options in my Vue-Resource in my main.js file, but when I do the request, it does not use the root options. What am I missing ?Here's... 阅读全文

posted @ 2016-01-23 21:27 今天又进步了 阅读(1796) 评论(0) 推荐(0) 编辑

2016年1月18日

jQuery - Detect value change on hidden input field

摘要: You can simply use the below function, You can also change the type element.$("input[type=hidden]").bind("change", function() { alert($(this).va... 阅读全文

posted @ 2016-01-18 23:13 今天又进步了 阅读(1722) 评论(0) 推荐(0) 编辑

导航