码迷,mamicode.com
首页 >  
搜索关键字:setting bundle    ( 9318个结果
IOS之文件的写入和读出
// 获取文件路径 /** 1 * bundle是一个目录,其中包含应用程序的所有资源,通过mainBundle 得到这个目录后就可以获取resource下的资源 */ NSString *filePath = [[NSBundle mainBundle] pathFo...
分类:移动开发   时间:2014-07-22 23:13:34    阅读次数:349
Android ActionBar 关于tab的应用 以及 TabListener的方法详解
actionBar的tab标签应用以及TabListener的方法详解package com.example.actionBarTest.actionBarTab;import android.app.*;import android.os.Bundle;import com.example.act...
分类:移动开发   时间:2014-05-12 15:51:08    阅读次数:457
Activity之间的信使--Bundle
两个Activity之间的传参的具体做法如下: 1.新建一个Bundle类 Bundle bundle=new Bundle(); 2.向Bundle类中放入数据(类似于map) bundle.putString("key" ," value"); 3.新建一个intent对象,并将该bund...
分类:其他好文   时间:2014-05-06 09:05:48    阅读次数:349
CodeSimth-.NetFrameworkDataProvider可能没有安装。解决方法
原文地址:http://www.haogongju.net/art/25618891、下载System.Data.SQLite驱动;注意:根据自己的CPU选择是32位还是64位的驱动。建议选择4.0平台以上的。我的是:sqlite-netFx40-setup-bundle-x64-2010-1.0....
分类:Web程序   时间:2014-05-06 01:17:13    阅读次数:513
eclipse安装maven插件-解决requires ‘bundle org.slf4j.api 1.6.2′
eclipse安装maven插件-解决requires ‘bundle org.slf4j.api 1.6.2′【转载】http://robin.sh/html/1526_eclipse-maven.html给eclipse安装maven插件,网上教程已经很多,不在累述。关键是安装过程中报错:req...
分类:Windows程序   时间:2014-05-01 14:17:18    阅读次数:670
UIView独占响应事件
exclusiveTouchA Boolean value that indicates whether the receiver handles touch events exclusively.Setting this property to YES causes the receiver to...
分类:其他好文   时间:2014-05-01 11:49:57    阅读次数:296
vimrc
runtime bundle/vim-pathogen/autoload/pathogen.vimset nocompatible " be iMproved, requiredfiletype off " required" set th...
分类:其他好文   时间:2014-05-01 08:38:20    阅读次数:327
Ubuntu 14.04 Sublime text 2 集成 Git
Reference[1]Associating text editors with Git[2]Git 教學(1) : Git 的基本使用[3]Sublime Text 2: git plugin[4]Git: Setting Sublime Text as the Default Editor f...
分类:其他好文   时间:2014-05-01 02:57:22    阅读次数:249
基于adt bundle for windows-的AndroidOpenCV安装文档说明
基于adt bundle for windows-的AndroidOpenCV安装文档说明 说明:本文档是基于快速搭建android开发平台adt bundle for windows软件的AndroidOpenCV运行环境搭建,主要参考OpenCV官方文档: http://docs.opencv.org/trunk/doc/tutorials/introduction/android_...
分类:移动开发   时间:2014-04-30 22:11:38    阅读次数:616
降低UIViewController切换的耦合
我们一般切换UIViewController的时候用的是如下代码 #import "UIViewControllerDemo.h" UIViewControllerDemo *vc = [UIViewControllerDemo alloc] initWithNibName:nil bundle:nil] autorelease]; [self.navigationController pushViewController:vc animated:YES];...
分类:其他好文   时间:2014-04-27 21:21:00    阅读次数:294
9318条   上一页 1 ... 929 930 931 932 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!