出现该问题是由于电脑上安装的silverlight不是silverlight
developer。一般来说安装完VS之后是不会出现该问题。但是一旦更改了silverlight中web
service中TestPage的minRuntimeVersion版本,因为默认生成的版本号是silverligh...
分类:
Web程序 时间:
2014-04-30 02:43:06
阅读次数:
568
通过程序获取android系统手机的铃声和音量。同样,设置铃声和音量的方法也很简单!AudioManager am = (AudioManager)
getSystemService(Context.AUDIO_SERVICE);//通话音量 int max = am.getStreamMaxVol...
分类:
移动开发 时间:
2014-04-30 02:26:46
阅读次数:
586
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
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(管理器)模式。
分类:
其他好文 时间:
2014-04-28 16:36:33
阅读次数:
512
1.ActivityManager类解析 获得实例 ActivityManager
activityManager= (ActivityManager)
context.getSystemService(Context.ACTIVITY_SERVICE); 内部类 1).Activi...
分类:
移动开发 时间:
2014-04-28 14:16:30
阅读次数:
670
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