码迷,mamicode.com
首页 >  
搜索关键字:components    ( 1669个结果
Pro Android学习笔记(十):了解Intent(上)
Android引入了Intent的概念来唤起components,component包括:1、Activity(UI元件)2、Service(后台代码)3、Broadcast receiver(处理广播消息的代码)4、Content provider(抽象数据的代码)Intent基本含义intent...
分类:移动开发   时间:2015-04-01 00:08:37    阅读次数:192
【Nodejs&&ExpressJS&&AngularJS】安装与框架搭建
1.NodeJS 下载安装包 https://nodejs.org/download/ 安装安装包 tar --strip-components 1 -xzvf node-v0.12.1-linux-x64.tar.gz -C /opt/app/nodejs_12 2.安装开发包 npm insta...
分类:Web程序   时间:2015-03-31 14:34:33    阅读次数:292
微软职位内部推荐-SW Engineer II for Cloud Service
微软近期Open的职位:Positions: SDE for Big Data Cloud Services Azure Big Data Cloud Services and Cosmos are key components of Microsoft’s big data strategy. W...
分类:其他好文   时间:2015-03-31 06:38:28    阅读次数:128
NOTES ON [Efficient and Cost-Effective Hybrid Congestion Control for HPC Interconnection Networks]
Efficient and Cost-Effective Hybrid Congestion Control for HPC Interconnection NetworksAbstract—Interconnection networks are key components in high-pe...
分类:Web程序   时间:2015-03-30 10:53:47    阅读次数:153
quick-cocos2d-x 学习系列之十五 状态机
quick-cocos2d-x 学习系列之十五 状态机     1.  代码 -- create Finite StateMachine     self.fsm_ = {}     cc.GameObject.extend(self.fsm_)         :addComponent("components.behavior.StateMachine")         :e...
分类:其他好文   时间:2015-03-22 09:15:57    阅读次数:267
BCGControlBar介绍
第一次翻译有诸多不正确的地方,还忘各位指正,谢谢!英文原文:http://www.bcgsoft.com/bcgcontrolbarpro.htmBCGControlBar是MFC的一个扩展库其英文全称是"Business Components Gallery ControlBar",它同意你去创建...
分类:其他好文   时间:2015-03-19 16:16:20    阅读次数:175
Inversion of Control Containers and the Dependency Injection pattern(控制反转和依赖注入模式)
本文内容 Components and Services A Naive Example Inversion of Control Forms of Dependency Injection Constructor Injection with PicoContainer Setter Inject...
分类:其他好文   时间:2015-03-17 19:41:36    阅读次数:155
IoC Containers and the DI pattern
In the Java community there‘s been a rush of lightweight containers that help to assemble components from different projects into a cohesive application. Underlying these containers is a common pat...
分类:其他好文   时间:2015-03-17 09:05:44    阅读次数:281
理解Fragment生命周期
官网帮助文档链接: http://developer.android.com/guide/components/fragments.html主要看两张图,和跑代码一,Fragment的生命周 二,与Activity生命周期的对比 场景演示 : 切换到该Fragment11-29 14:26:...
分类:其他好文   时间:2015-03-16 21:00:02    阅读次数:201
basic_string
1 // Components for manipulating sequences of characters -*- C++ -*- 2 3 // Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005...
分类:其他好文   时间:2015-03-16 19:18:21    阅读次数:404
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!