码迷,mamicode.com
首页 >  
搜索关键字:components    ( 1669个结果
Web service standards: SOAP, REST, OData, and more
Web service standards: SOAP, REST, OData, and moreSo far, we've covered the components of aweb service, the messaging format and transport protocols.B...
分类:Web程序   时间:2015-07-23 19:40:13    阅读次数:216
iOS数组和字符串的转化
NSMutableArray *components = [messageStr componentsSeparatedByString:@"*"] ;反过来为NSStrig *str = [components componentsJoinedByString:@"*"];
分类:移动开发   时间:2015-07-23 06:31:37    阅读次数:138
Android:AS环境下用AIDL进行IPC
本文主要讲的是如何在AS环境下通过AIDL进行IPC,而不是主要讲AIDL和IPC,这部分内容可以参考其他文章,或者官方文档http://developer.android.com/guide/components/aidl.html。因为自己在网上看到的实践都是Eclipse环境下的,所以试了下AS,分享给大家。什么是AIDLAIDL allows you to define the progra...
分类:移动开发   时间:2015-07-22 00:11:05    阅读次数:273
修改app的默认设置(包括修改默认launcher)
1、改为自己的launcher ComponentName component = new ComponentName( context.getPackageName(), MainActivity.class.getName()); ComponentName[] components = new ComponentName[] { new ComponentName("com.andr...
分类:移动开发   时间:2015-07-20 16:38:25    阅读次数:156
问题-Error creating object. Please verify that the Microsoft Data Access Components 2.1(or later) have been properly installed.
问题现象:软件在启动时报如下错误信息:Exception Exception in module zhujiangguanjia.exe at 001da37f.Error creating object. Please verify that the Microsoft Data Access C...
分类:数据库   时间:2015-07-17 17:35:43    阅读次数:323
RT-thread 设备驱动组件之pin设备
在RT-thread 2.0.0正式版中引入了pin设备作为杂类设备,其设备驱动文件pin.c在rt-thread-2.0.1\components\drivers\misc中,主要用于操作芯片GPIO, 如点亮led,按键等。同时对于相应的芯片平台,需要自行编写底层gpio驱动,如gpio....
分类:其他好文   时间:2015-07-16 00:22:38    阅读次数:703
Diesel powered timepieces europe are usually one among the particular types in which leading artist business
Diesel powered timepieces europe are the cause of a lot of the firm's income alongside a really stylish kids series and also components. The particula...
分类:其他好文   时间:2015-07-14 11:17:32    阅读次数:118
windows下的git的安装教程
首先你需要从官网上下载git,然后才能进行安装。下面是对git的安装:1、从官网上下载的文件一般点击next就可以了,注意安装的路径和下面的一些问题。2、在选择select components时候选择如下图所示:3、在ajust your path environment中选择如下图:4、下一步后...
分类:Windows程序   时间:2015-07-13 18:10:09    阅读次数:142
Dart Essentials(读书笔记)——这本书很大篇幅都在谈AngularDart,Zones概念没谈到
Dart Essentials 目录 1 Getting Started2 Practical Dart3 The Power of HTML5 with Dart4 Developing a Mobile App with Dart5 Web Components with polymer.dart6 AngularDart7 Ser...
分类:其他好文   时间:2015-07-13 16:23:53    阅读次数:143
Android开发之Fragment的介绍、使用及生命周期
Fragment官网介绍-http://developer.android.com/guide/components/fragments.html1.Fragment简介及两个版本介绍Fragment是Android3.0(API 11)引入的。Fragment和Activity的关系(引用官网原话...
分类:移动开发   时间:2015-07-13 13:42:30    阅读次数:212
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!