码迷,mamicode.com
首页 >  
搜索关键字:setting bundle    ( 9318个结果
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
lightswitch binding custom control
Listing 1: Setting up data binding for the Rating controlusingSystem.Windows.Controls;usingSystem.Windows.Data;usingMicrosoft.LightSwitch.Threading;na...
分类:其他好文   时间:2014-04-30 01:57:00    阅读次数:517
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
Maven 设置本地仓库的地址
eclipse中的maven插件安装之后,window->preference->Maven下的Installation中最好设置成本地的maven路径,然后User Setting中的setting.xml一般不设置,这样eclipse会直接去~/.m2/下去找本地仓库里面的内容。如果我们已经有了...
分类:其他好文   时间:2014-04-29 09:18:47    阅读次数:988
NSBundle 读取资源包中的文件
访问项目中资源包里面所有资源使用方法。读取资源包descs.plist文件方法如下:NSBundle *bundle = [NSBundle mainBundle]; //创建bundle对象NSString *path = [bundle pathForResourc...
分类:其他好文   时间:2014-04-28 16:14:50    阅读次数:349
ubuntu 更新引导命令
sudo update-grub运行结果:Generating grub configuration file ...Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no lon...
分类:其他好文   时间:2014-04-28 13:01:32    阅读次数:1053
9318条   上一页 1 ... 930 931 932
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!