上一页 1 ··· 65 66 67 68 69 70 71 72 73 ··· 136 下一页
退出应用程序,可使用this.finish();System.exit(0);android.os.Process.killProcess(android.os.Process.myPid());ActivityManager am= (ActivityManager)getSystemServic... Read More
posted @ 2012-07-16 15:55 adodo1 Views(88) Comments(0) Diggs(0)
发现直接使用MediaPlayer播放音乐,退出程序后还是可以在后台继续播放?所以有个疑问,这样还需要使用Service吗?以及为什么。谢谢service 是必须的activity 优先级是1service 优先级是2但是activity 不可见状态会被销毁service只在系统资源不够的时候才有... Read More
posted @ 2012-07-16 15:55 adodo1 Views(435) Comments(0) Diggs(0)
1.选中你要加注释的区域,用ctrl+shift+C 会加上//注释2.先把你要注释的东西选中,用shit+ctrl+/ 会加上/* */注释3.要修改在eclispe中的命令的快捷键方式我们只需进入windows -> preference -> General -> key设置就行了(转)... Read More
posted @ 2012-07-16 15:54 adodo1 Views(133) Comments(0) Diggs(0)
1.选中你要加注释的区域,用ctrl+shift+C 会加上//注释2.先把你要注释的东西选中,用shit+ctrl+/ 会加上/* */注释3.要修改在eclispe中的命令的快捷键方式我们只需进入windows -> preference -> General -> key设置就行了(转)... Read More
posted @ 2012-07-16 15:54 adodo1 Views(380) Comments(0) Diggs(0)
创建对话框一个对话框一般是一个出现在当前Activity之上的一个小窗口. 处于下面的Activity失去焦点, 对话框接受所有的用户交互. 对话框一般用于提示信息和与当前应用程序直接相关的小功能.Android API 支持下列类型的对话框对象:警告对话框 AlertDialog: 一个可以有0... Read More
posted @ 2012-07-16 15:53 adodo1 Views(141) Comments(0) Diggs(0)
创建对话框一个对话框一般是一个出现在当前Activity之上的一个小窗口. 处于下面的Activity失去焦点, 对话框接受所有的用户交互. 对话框一般用于提示信息和与当前应用程序直接相关的小功能.Android API 支持下列类型的对话框对象:警告对话框 AlertDialog: 一个可以有0... Read More
posted @ 2012-07-16 15:53 adodo1 Views(188) Comments(0) Diggs(0)
activity代码package com.dialog.test1;import android.app.Activity;import android.app.AlertDialog;import android.content.DialogInterface;import android.os... Read More
posted @ 2012-07-16 15:52 adodo1 Views(161) Comments(0) Diggs(0)
activity代码package com.dialog.test1;import android.app.Activity;import android.app.AlertDialog;import android.content.DialogInterface;import android.os... Read More
posted @ 2012-07-16 15:52 adodo1 Views(188) Comments(0) Diggs(0)
自:http://bbs.esrichina-bj.cn/ESRI/thread-16241-1-1.htmlSDE的性能取决于:首先操作系统的性能;其次是Oracle的性能,再次是SDE的性能。第一:操作系统,无非是内存、CPU、带宽等。可以有待提高的地方:第一、硬件升级;第二、磁盘速度,用RAI... Read More
posted @ 2012-07-16 15:51 adodo1 Views(174) Comments(0) Diggs(0)
http://help.arcgis.com/zh-cn/arcgisdesktop/10.0/help/00r9/00r90000001n000000.htm Read More
posted @ 2012-07-16 15:51 adodo1 Views(77) Comments(0) Diggs(0)
上一页 1 ··· 65 66 67 68 69 70 71 72 73 ··· 136 下一页