定义服务的多种方式:// factory方式angular.module('myApp', []).factory('UserService', function($http) { var current_user; return { getCurrentUser: fun...
分类:
Web程序 时间:
2014-12-22 00:50:06
阅读次数:
224
http://www.cnblogs.com/xitang/archive/2011/09/24/2189460.html原文http://developer.android.com/guide/topics/fundamentals/processes-and-threads.html快速查看·默...
分类:
其他好文 时间:
2014-12-21 15:06:53
阅读次数:
204
更多内容参考: http://docs.oracle.com/cd/E51111_01/current/acrobat/122ebsmt.zipPreparing for PatchingFor patches that have manual steps, the patch readme file instructs you to use Oracle Patch Application As...
分类:
数据库 时间:
2014-12-20 18:17:47
阅读次数:
792
Oracle E-Business Suite Maintenance Guide Release 12.2 Part No. E22954-14 PDF: http://docs.oracle.com/cd/E51111_01/current/acrobat/122ebsmt.zip | Type: DocumentOracle E-Business Suite Release 12.2: B...
分类:
数据库 时间:
2014-12-20 18:17:32
阅读次数:
435
更多内容参考: http://docs.oracle.com/cd/E51111_01/current/acrobat/122ebsmt.zipOracle Patch Application AssistantFor patches that have manual steps, the patch readme file instructs you to use Oracle Patch Ap...
分类:
数据库 时间:
2014-12-20 18:17:10
阅读次数:
346
相信每个Android新手都会遇到这个问题,希望这篇帖子能让你不再纠结。px:即像素,1px代表屏幕上一个物理的像素点;px单位不被建议使用,因为同样100px的图片,在不同手机上显示的实际大小可能不同,如下图所示(图片来自android developer guide,下同)。偶尔用到px的情况,...
分类:
其他好文 时间:
2014-12-19 15:28:01
阅读次数:
130
1.Behaviors 修改调试面板打开路径:XCode->Behaviors2.Text Editing打开路径: XCode->Preferences->Text Editing1).选择Editing 设置Page Guide at column:100 (iMac,15寸Macbook),8...
分类:
其他好文 时间:
2014-12-19 14:10:30
阅读次数:
237
本文译自Android官方技术文档《Gradle Plugin User Guide》,原文地址:http://tools.android.com/tech-docs/new-build-system/user-guide。
测试
构建一个测试应用程序已经集成到应用程序项目中了。所以已经没有必要再去创建一个单独的测试项目。
基础知识和配置
正如前面所提及,在main sourceSet旁边的是androidTest sourceSet,默认情况下,它位于src /androidTest/
从这里的 so...
分类:
移动开发 时间:
2014-12-19 09:17:20
阅读次数:
216
本文由本人翻译自:http://webdesign.tutsplus.com/tutorials/the-lazy-persons-guide-to-responsive-typography--cms-22822网站设计中争论最多的部门就是排版。在一个空白的页面放一个巨幅的标题会让你感觉自己像是一...
分类:
其他好文 时间:
2014-12-17 22:23:25
阅读次数:
247
Task 和 Back Stack英文原文: http://developer.android.com/guide/components/tasks-and-back-stack.html 采集(更新)日期:2014-12-16在本文中保存 Activity 状态管理多个 Task指定启动模式处理 ...
分类:
移动开发 时间:
2014-12-17 18:28:53
阅读次数:
289