码迷,mamicode.com
首页 >  
搜索关键字:system    ( 49231个结果
Interprocess Communication Affects Application Response Time
Interprocess Communication Affects Application Response TimeRandy StaffordRESPONSE TiME iS CRiTiCAL TO SOFTWARE USABiLiTY. Few things are as frustrating as waiting for some software system to respond,...
分类:移动开发   时间:2015-05-12 11:22:26    阅读次数:158
set up Raspberry Pi
5/11/15download NOOBSinstall operation system: Raspbianset up: wifi(bad USB wifi adapter)-use wire cable download openCV- install-waiting - downloa...
分类:Web程序   时间:2015-05-12 11:07:52    阅读次数:127
Unity5_UGUI_基础知识7_Drag面板切换前后Index
创建两个Panel分别为PanelA,PanelB,修改一下文字和B的颜色以便区分开来如图给两个Panel分别添加DragAndSelectIndex.cs 具体代码如下using UnityEngine;using System.Collections;using UnityEngine.UI; ...
分类:编程语言   时间:2015-05-12 11:04:41    阅读次数:193
【Unity 3D】学习笔记四十:射线
射线射线,类比的理解就是游戏中的子弹。是在3D世界里中一个点向一个方向发射的一条无终点的线。在发射的过程中,一旦与其它对象发生碰撞,就停止发射。射线的原理创建一个射线时,首先须要知道射线的起点和终点在3D世界里的坐标。using UnityEngine;using System.Collection...
分类:编程语言   时间:2015-05-12 10:48:10    阅读次数:190
Attribute
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Diagnostics;using System.Threading.Tasks;namespace Cons...
分类:其他好文   时间:2015-05-12 08:09:06    阅读次数:111
C#Attribute
using System.Collections.Generic;using System.Linq;using System.Text;namespace Attribute{ using System; class Program { static void Ma...
分类:Windows程序   时间:2015-05-12 08:08:42    阅读次数:122
(三十)unity4.6学习Ugui中文文档-------制作一个泛型的MODAL窗口
孙广东 2015.5.11在此文章中我们将制作一个泛型的MODAL窗口 (Yes, No, Maybeso, Cancel) 在那里我们可以把内容和动作push到窗口中,这个窗口可以在我们的游戏的任何地方使用,按钮被按下时事件工作。涉及到的代码:using UnityEngine; using System.Collections; public class BringToFront : Mon...
分类:编程语言   时间:2015-05-12 08:08:38    阅读次数:234
makethe 'locate' available to the system.
Although in other distros locate and updatedb are in the findutils package, they are no longer present in Arch's package. To use it, install the mloca...
分类:其他好文   时间:2015-05-12 08:03:23    阅读次数:133
使用VMM服务器构建 Hyper-V主机(2)
由于是使用VMM部署Hyper-V主机-物理计算机,因此还需要导入物理计算机的驱动文件,包括网络适配器驱动、阵列卡驱动等。在VMM服务器中您可以使用以下过程将驱动程序文件添加到VMM中的库,并将标记分配给驱动程序。通过将驱动程序文件添加到库以及将物理计算机配置文件(在System..
分类:其他好文   时间:2015-05-12 01:48:36    阅读次数:189
Linux 安全防护
Pam可插拔验证模块,允许系统管理员设置多种验证措施而无需重新编译要进行验证的程序修改/etc/pad.d/system-auth文件,设定密码策略修改文件权限chmod<模式><文件或目录名>通过使用文件系统的ACL高级权限控制文件的安全性应用软件安全策略:sudo权限管控,rpm安全..
分类:系统相关   时间:2015-05-12 01:48:16    阅读次数:197
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!