摘要: 重要的不是你用什么开发,而是你在开发什么。程序=算法+数据结构过程=对象+属性+方法+事件程序员的秘诀是:编程、编程、再编程。编程的秘诀是:思索、思索、再思索。自由固不是钱所能买到的,但能够为编程而卖掉。编程为了生活,生活为了编程。不要认为编程是一项任务,其实是一次让人羡慕的机会!编程之乐何处寻,数... 阅读全文
posted @ 2015-08-07 09:16 PrettyISShit 阅读(1573) 评论(0) 推荐(0) 编辑
摘要: Here's the calling order:app.config()app.run()directive's compile functions (if they are found in the dom)app.controller()directive's link functions (... 阅读全文
posted @ 2015-08-03 15:47 PrettyISShit 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 请看此链接:http://stackoverflow.com/questions/15666048/service-vs-provider-vs-factory 阅读全文
posted @ 2015-07-03 10:08 PrettyISShit 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 构建自己的AngularJS,第一部分:Scope和Digest原文链接:http://teropa.info/blog/2013/11/03/make-your-own-angular-part-1-scopes-and-digest.htmlAngular是一个成熟和强大的JavaScript框... 阅读全文
posted @ 2015-07-02 09:43 PrettyISShit 阅读(289) 评论(0) 推荐(0) 编辑
摘要: 这个问题嘛,真不好回答,问的太笼统了,其实你只要熟悉掌握了Angular.js,自然而然的就会用Angular.js结合自身的业务去构建SPA程序了,Angular.js是一个比较全面的框架,按照他的方式去做即可,前端唯一做的就是架构就是怎么组织文件结构,你可以参考:mgechev/angularj... 阅读全文
posted @ 2015-07-01 14:47 PrettyISShit 阅读(377) 评论(0) 推荐(0) 编辑
摘要: 331down voteacceptedSee it inActivity Lifecycle(at Android Developers).onCreate():Called when the activity is first created. This is where you should ... 阅读全文
posted @ 2015-04-13 15:44 PrettyISShit 阅读(526) 评论(0) 推荐(0) 编辑
摘要: package com.example.anothersignintest; import java.io.IOException; import com.google.android.gms.auth.GoogleAuthException; import com.google.android.g... 阅读全文
posted @ 2015-03-31 16:44 PrettyISShit 阅读(495) 评论(0) 推荐(0) 编辑
摘要: http://www.laruence.com/2011/03/04/1894.html前言:持续我一贯的标题党作风,说说例子解决方案,没有深入探讨。情景:线上图片服务压缩的图片品质(100),缩略图品质(100)占用了很多空间,导致后来又55个文件了(占用空间160G)才发现这个问题。现在需要解决... 阅读全文
posted @ 2015-02-26 15:55 PrettyISShit 阅读(328) 评论(0) 推荐(0) 编辑
摘要: there are two way:First :Inside yourCDofSQL Server 2012you can go to this path\redist\VisualStudioShell.And you most install this fileVS10sp1-KB983509... 阅读全文
posted @ 2015-01-20 09:02 PrettyISShit 阅读(3239) 评论(0) 推荐(0) 编辑
摘要: 经历了3天左右的挣扎,终于在Linux下将 php开发工具 Zend Studio 的 xdebug安装成功,分享如下:1,装XAMPP,安装方法链接如下:这里假设XAMPP的安装路径为:/opt/lampp,安装命令tar xvfz xampp-linux-1.4.7.tar.gz -C /opt... 阅读全文
posted @ 2015-01-16 09:50 PrettyISShit 阅读(253) 评论(0) 推荐(0) 编辑