码迷,mamicode.com
首页 >  
搜索关键字:system    ( 49231个结果
Tip:部署SCO 2012 R2时的先决条件准备注意事项
如果是在windowsserver2012R2平台上部署SCO2012R2,直接运行安装程序进行安装的情况下,在先决条件检查的阶段会有下面的提示,告诉我们.NET和IIS角色/功能未通过,未激活SCOWF所需的.net和IIS角色/功能。这种情况不需要手动处理,只需要点击上图的“激活.Net和IIS功能/角色,即..
分类:其他好文   时间:2015-03-11 02:07:02    阅读次数:216
[Android开发学习] day06
对于android里的接口类,直接new!!!   手机SD卡路径获取 通过代码,获取sd卡路径。 获取SDcard:mnt/sdcard   注意要补充上【反斜杠】!!! String path=Environment.getExternalStorageDirectory().getAbsolutePath(); System.out.println(path); 获取SDca...
分类:移动开发   时间:2015-03-11 00:47:53    阅读次数:275
C#输入汉字获取拼音
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...
分类:Windows程序   时间:2015-03-11 00:46:45    阅读次数:515
xna 精灵动起来
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
xna 添加一个精灵1
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
xna 帧动画
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并行任务 - 基础知识
在微软的.NET Framework中,任务是通过System.Threading.Tasks命令空间中的Task类来实现的。它的静态属性Task.Factory是TaskFactory类的一个实例,它被用来创建和调度新任务。
分类:Web程序   时间:2015-03-11 00:27:55    阅读次数:175
vagrant故障记--升级虚拟机linux内核导致无法挂载共享文件夹
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# 匿名类型
c#3.0引入匿名类型,其由编译器动态生成而非显式定义。using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace P...
分类:Windows程序   时间:2015-03-10 23:03:11    阅读次数:370
AJAX学习
using System;using System.Collections.Generic;using System.Linq;using System.Web;namespace Ajax{ /// /// AJAX 的...
分类:Web程序   时间:2015-03-10 22:42:59    阅读次数:131
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!