Activity类:import java.util.List;import
android.app.Activity;import android.app.PendingIntent;import
android.content.Intent;import android.os.Bundle;im...
分类:
移动开发 时间:
2014-06-12 18:19:50
阅读次数:
307
在OSGi环境中,在Bundle内部代码中要得到自己Bundle的ClassLoader就很简单,在自己Bundle的代码中,直接写this.getClass().getClassLoader()就得到了自己Bundle的ClassLoader了。但怎么在其他Bundle或外部代码中得到任意一个Bu...
分类:
其他好文 时间:
2014-06-12 17:45:48
阅读次数:
176
将首页的导航菜单移入到
banner下面的方法:进入后台,在cms-page-设计:右边:1.2.3.44.5.bundle6.bundle/catalog_product_price7.bundle/catalog/product/price.phtml8.9.410.11.在第2行之前插入:然后...
分类:
其他好文 时间:
2014-06-10 21:06:11
阅读次数:
302
效果图:
设置全屏模式:
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.your_layout);
getWindow().setLayout(LayoutParams....
分类:
其他好文 时间:
2014-06-10 17:31:09
阅读次数:
232
1、使用arrayadapter创建ListViewpublic class
ArrayAdapterActivity extends ListActivity { @Override public void
onCreate(Bundle savedInstanceState) {...
分类:
其他好文 时间:
2014-06-10 16:42:48
阅读次数:
207
HOSTNAME /etc/hostsDNS: /etc/resolv.conf
SCROLL:tail -f /var/log/messagesCTRL+C:terminal-mappedKey-cua setting.
分类:
其他好文 时间:
2014-06-10 13:02:56
阅读次数:
205
1、
package com.example.myreceiver;
import android.os.Bundle;
import android.app.Activity;
import android.content.Intent;
import android.content.IntentFilter;
import android.view.Menu;
import android...
分类:
移动开发 时间:
2014-06-10 11:10:49
阅读次数:
275
今天发现自己连Bundle类都没有搞清楚,于是花时间研究了一下。依据google官方的文档(http://developer.android.com/reference/android/os/Bundle.html)Bundle类是一个key-value对,“A
mapping from Strin...
分类:
移动开发 时间:
2014-06-10 00:36:28
阅读次数:
247
DCOM Config Setting for "Microsoft Office Word 97 -
2003 Document"
内部配置一切正常,但Application.Documents.Open函数还是返回null。下面是一个解决方法:"C:\Windows\SysWOW64\confi...
分类:
移动开发 时间:
2014-06-09 18:09:50
阅读次数:
257