出现该问题是由于电脑上安装的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
1 安装及下载client 端2 什么是SVN(Subversion)?3 为甚么要用SVN?4
怎么样在Windows下面建立SVN Repository?5 建立一个Working目录6 新增档案及目录到Repository中7 更新档案及目录8
更新至特定版本9 复制档案及目录10 制作Tag...
分类:
其他好文 时间:
2014-04-30 01:04:41
阅读次数:
544
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
1.MVC 和 JSP Model 2 ** a.:M-Model 模型
包含两部分:业务数据和业务处理逻辑 b.V-View 视图:视图(View)的职责是负责显示界面和用户交互(收集用户信息)。 c.C-Controller
控制器 项目中写的ActionServlet。-----------....
分类:
其他好文 时间:
2014-04-29 23:25:04
阅读次数:
648
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
selector1.selector
从单词的意思来说:选择者,选择器,就是对你的目标的控制。从API来说:A controller for the selection of
SelectableChannel objects. Selectable channels can be register...
分类:
移动开发 时间:
2014-04-28 17:45:31
阅读次数:
705
sudo apt-get install
python-software-propertiessudo apt-add-repository ppa:brightbox/ruby-ngsudo
apt-get updatesudo apt-get install ruby2.1ruby2.1 -vr...
分类:
其他好文 时间:
2014-04-28 14:18:29
阅读次数:
445
1.ActivityManager类解析 获得实例 ActivityManager
activityManager= (ActivityManager)
context.getSystemService(Context.ACTIVITY_SERVICE); 内部类 1).Activi...
分类:
移动开发 时间:
2014-04-28 14:16:30
阅读次数:
670
ASP.NET
MVC的请求URL不再对应于传统ASP.NET程序的ASPX文件物理地址,而是把请求映射到一个控制器(Controller)类的方法(Action)上,Controller、Action再加上参数构成ASP.Net
MVC请求的Url。下面我们来看下路由系统的主要对象。UrlRout...
分类:
Web程序 时间:
2014-04-28 12:28:06
阅读次数:
597