码迷,mamicode.com
首页 >  
搜索关键字:bundle    ( 4177个结果
IOS之文件的写入和读出
// 获取文件路径 /** 1 * bundle是一个目录,其中包含应用程序的所有资源,通过mainBundle 得到这个目录后就可以获取resource下的资源 */ NSString *filePath = [[NSBundle mainBundle] pathFo...
分类:移动开发   时间:2014-07-22 23:13:34    阅读次数:349
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
16 ListView
package mars.listview;import java.util.ArrayList;import java.util.HashMap;import android.app.ListActivity;import android.os.Bundle;import android.view...
分类:其他好文   时间:2014-04-30 20:23:44    阅读次数:474
github proxy
--setgithubproxygitconfig--globalhttp.proxyhttp://user_name:user_pwd@user_ip:portgitconfig--systemhttp.sslcainfo/bin/curl-ca-bundle.crt--cancelproxygi...
分类:其他好文   时间:2014-04-30 01:13:49    阅读次数:507
05 Activity 生命周期
protected void onCreate(Bundle savedInstanceState);protected void onStart();protected void onRestart();protected void onResume();protected void onPaus...
分类:其他好文   时间:2014-04-29 23:53:49    阅读次数:688
06 bundle 对象
package com.szy.activity;import android.app.Activity;import android.content.Intent;import android.os.Bundle;import android.util.Log;import android.vie...
分类:其他好文   时间:2014-04-29 23:35:22    阅读次数:590
NSBundle 读取资源包中的文件
访问项目中资源包里面所有资源使用方法。读取资源包descs.plist文件方法如下:NSBundle *bundle = [NSBundle mainBundle]; //创建bundle对象NSString *path = [bundle pathForResourc...
分类:其他好文   时间:2014-04-28 16:14:50    阅读次数:349
4177条   上一页 1 ... 416 417 418
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!