如果是在windowsserver2012R2平台上部署SCO2012R2,直接运行安装程序进行安装的情况下,在先决条件检查的阶段会有下面的提示,告诉我们.NET和IIS角色/功能未通过,未激活SCOWF所需的.net和IIS角色/功能。这种情况不需要手动处理,只需要点击上图的“激活.Net和IIS功能/角色,即..
分类:
其他好文 时间:
2015-03-11 02:07:02
阅读次数:
216
对于android里的接口类,直接new!!!
手机SD卡路径获取
通过代码,获取sd卡路径。
获取SDcard:mnt/sdcard
注意要补充上【反斜杠】!!!
String path=Environment.getExternalStorageDirectory().getAbsolutePath();
System.out.println(path);
获取SDca...
分类:
移动开发 时间:
2015-03-11 00:47:53
阅读次数:
275
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Tex...
using System;using System.Collections.Generic;using System.Linq;using Microsoft.Xna.Framework;using Microsoft.Xna.Framework.Audio;using Microsoft.Xna....
分类:
其他好文 时间:
2015-03-11 00:40:33
阅读次数:
147
using System;using System.Collections.Generic;using System.Linq;using Microsoft.Xna.Framework;using Microsoft.Xna.Framework.Audio;using Microsoft.Xna....
分类:
其他好文 时间:
2015-03-11 00:40:08
阅读次数:
136
using System;using System.Collections.Generic;using System.Linq;using Microsoft.Xna.Framework;using Microsoft.Xna.Framework.Audio;using Microsoft.Xna....
分类:
其他好文 时间:
2015-03-11 00:39:08
阅读次数:
140
在微软的.NET Framework中,任务是通过System.Threading.Tasks命令空间中的Task类来实现的。它的静态属性Task.Factory是TaskFactory类的一个实例,它被用来创建和调度新任务。
分类:
Web程序 时间:
2015-03-11 00:27:55
阅读次数:
175
i‘m new to use vagrant,今天升级了下vbox里的ubuntu12.04内核,结果vagrant reload后出现报错。 Failed to mount folders in Linux guest. This is usually because the "vboxsf" file system is not availabl...
分类:
系统相关 时间:
2015-03-10 23:20:15
阅读次数:
519
c#3.0引入匿名类型,其由编译器动态生成而非显式定义。using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace P...
using System;using System.Collections.Generic;using System.Linq;using System.Web;namespace Ajax{ /// /// AJAX 的...
分类:
Web程序 时间:
2015-03-10 22:42:59
阅读次数:
131