码迷,mamicode.com
首页 >  
搜索关键字:service locator patt    ( 23796个结果
Slenium 2 Webdriver Highlight Element
def highlight_element(self, locator): """docstring for highlight_element""" self._info("start") element = self._element_find(...
分类:Web程序   时间:2014-04-30 03:28:21    阅读次数:610
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
Android之Context相关
1.ActivityManager类解析 获得实例 ActivityManager activityManager= (ActivityManager) context.getSystemService(Context.ACTIVITY_SERVICE); 内部类 1).Activi...
分类:移动开发   时间:2014-04-28 14:16:30    阅读次数:670
23796条   上一页 1 ... 2378 2379 2380
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!