码迷,mamicode.com
首页 >  
搜索关键字:service manager    ( 30227个结果
Silverlight运行时提示未安装silverlight runtime 解决方法
出现该问题是由于电脑上安装的silverlight不是silverlight developer。一般来说安装完VS之后是不会出现该问题。但是一旦更改了silverlight中web service中TestPage的minRuntimeVersion版本,因为默认生成的版本号是silverligh...
分类:Web程序   时间:2014-04-30 02:43:06    阅读次数:568
设置和获取Android中各种音量
通过程序获取android系统手机的铃声和音量。同样,设置铃声和音量的方法也很简单!AudioManager am = (AudioManager) getSystemService(Context.AUDIO_SERVICE);//通话音量 int max = am.getStreamMaxVol...
分类:移动开发   时间:2014-04-30 02:26:46    阅读次数:586
09 Service_01
package com.szy.service;import android.app.Service;import android.content.Intent;import android.os.IBinder;import android.util.Log;public class Exampl...
分类:其他好文   时间:2014-04-30 00:10:08    阅读次数:510
10 Service02
package com.szy.service;import android.app.IntentService;import android.content.Intent;import android.util.Log;public class ExampleIntentService exten...
分类:其他好文   时间:2014-04-29 18:02:50    阅读次数:432
设计模式之美:Manager(管理器)
本文介绍一种设计模式 Manager(管理器)模式。
分类:其他好文   时间:2014-04-28 16:36:33    阅读次数:512
Android之Context相关
1.ActivityManager类解析 获得实例 ActivityManager activityManager= (ActivityManager) context.getSystemService(Context.ACTIVITY_SERVICE); 内部类 1).Activi...
分类:移动开发   时间:2014-04-28 14:16:30    阅读次数:670
RHEL克隆虚拟机后改变网卡地址
RHEL克隆虚拟机后改变网卡地址(一)更改hostname# vi /etc/sysconfig/network NETWORKING=yes HOSTNAME=your-vm-hostname-here (二)更改网卡地址在使用virt-manager或virtual-box克隆了RHEL6的虚拟机之后,网卡地址需要手动更改。首先在virt-manager中查看虚拟机属性: View->De...
分类:其他好文   时间:2014-04-27 20:20:36    阅读次数:652
30227条   上一页 1 ... 3021 3022 3023
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!