摘要: 1. git rm --cached FilePath 2.git add . -> git commit ->git pull (解决冲突) 3.git log -p www/js/routes.js (看routes.js 的修改日志) 《命令行升级node版本》 一.首先安装n模块: npm 阅读全文
posted @ 2016-05-02 01:10 四叶草Clover 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 1. app项目下 ionic setup sass “第一次clone一个项目要编译一次sass” 2. git checkout . “返回到修改之前” 3. git status “查看状态” 4. git diff "如果个别不清楚的文件有修改,可以查看修改内容" 5. git checko 阅读全文
posted @ 2016-05-02 00:55 四叶草Clover 阅读(403) 评论(0) 推荐(0) 编辑
摘要: 1.刷新:command + R 2.将当前窗口最小化:command + M 3.隐藏当前窗口之外的所有窗口:command+Option+H 4.一次性隐藏和最小化所有窗口:command+option+H+M(www.macx.cn) 5.使用某个文件:Ctrl+space 调出spotlig 阅读全文
posted @ 2016-05-02 00:34 四叶草Clover 阅读(833) 评论(0) 推荐(0) 编辑
摘要: 重点:得预留src的位置。(http://www.cnblogs.com/GoodPingGe/p/4529265.html) 方法二:不需要js 阅读全文
posted @ 2016-04-26 14:18 四叶草Clover 阅读(6028) 评论(0) 推荐(0) 编辑
摘要: angular.module('MrTrustApp.controllers') .controller('AuthSendVerifyMessageCt... 阅读全文
posted @ 2016-04-19 23:36 四叶草Clover 阅读(1548) 评论(0) 推荐(0) 编辑
摘要: *监听<input type="tel" placeholder="请输入手机号码" autofocus ng-model="data.phoneNumber">输入框中文本的变化。 阅读全文
posted @ 2016-04-19 23:27 四叶草Clover 阅读(2128) 评论(0) 推荐(0) 编辑
摘要: 68 68 // 「更多」action sheet ... 阅读全文
posted @ 2016-04-19 23:19 四叶草Clover 阅读(736) 评论(0) 推荐(0) 编辑
摘要: 68 68 // 「分享」action sheet $scop... 阅读全文
posted @ 2016-04-19 23:16 四叶草Clover 阅读(488) 评论(0) 推荐(0) 编辑
摘要: #{{topic}}# 更多 //... 阅读全文
posted @ 2016-04-19 23:06 四叶草Clover 阅读(263) 评论(0) 推荐(0) 编辑
摘要: 页面跳转 跳到某页面 (不带参数, 单纯跳转) 控制器的代码: 页面传参跳传 出参页面: 入参页面: 阅读全文
posted @ 2016-04-19 22:38 四叶草Clover 阅读(6007) 评论(0) 推荐(0) 编辑