码迷,mamicode.com
首页 >  
搜索关键字:requires hardware    ( 1878个结果
Operating system management of address-translation-related data structures and hardware lookasides
An approach is provided in a hypervised computer system where a page table request is at an operating system running in the hypervised computer system...
分类:其他好文   时间:2014-09-24 00:22:26    阅读次数:403
RAID的简单说明
RAID,为Redundant Arrays of Independent Disks的简称,中文为廉价※冗余磁盘阵列。磁盘阵列其实也分为软阵列(Software Raid)和硬阵列(Hardware Raid)两种.软阵列即通过软件程序并由计算机的CPU提供运行能力所成.由于软件程式不是一个完整系...
分类:其他好文   时间:2014-09-22 23:23:33    阅读次数:189
Windows Minifilter驱动 - 获取进程ID, 进程名字和线程ID (5)
在minifilter里面可能有好几种获取调用进程id,名字和线程的办法。我这里有一种: 使用 PsSetCreateProcessNotifyRoutine 和 PsSetLoadImageNotifyRoutine 这是两个API,我们可以借助它们获取进程信息。具体看:http://msdn.microsoft.com/en-us/library/windows/hardware/...
分类:编程语言   时间:2014-09-22 17:35:52    阅读次数:321
传感器Sensor的使用-距离感应(听筒模式)
对听筒附近的距离感应装置进行监听-靠近(0),远离(1)1.需要导入的包import android.hardware.Sensor;import android.hardware.SensorEvent;import android.hardware.SensorEventListener;imp...
分类:其他好文   时间:2014-09-22 17:06:52    阅读次数:233
Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo.
今天打开电脑更新一下 Xcode出现如下提示(Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo.), 顿时在我的项目中的git提示也不存在了  根据提示 打开 Xcode 点击同意,就安装提示了,安装之后再看看 Ok,可以...
分类:移动开发   时间:2014-09-22 17:03:52    阅读次数:689
xcode6模拟器不显示键盘解决方案
对于xcode6模拟器运行程序后不显示键盘。只需要打开模拟器,在菜单栏中选择:hardware -> keyboard -> connect hardware keyboard(快捷键shift+command+k)默认情况下,xcode使用电脑键盘作为外接键盘,不再弹出虚拟键盘。如下图:...
分类:其他好文   时间:2014-09-20 21:23:19    阅读次数:288
【边做项目边学Android】小白会遇到的问题--This Android SDK requires Android Developer Toolkit version 23.0.0 or above
问题描述: 上一篇降到解决Appcompat_V7问题要降低adt版本,于是就换旧版本22.3.0啊,重新打开Eclipse,立马弹出: This Android SDK requires Android Developer Toolkit version 23.0.0 or above.  Current version is 12.0.0.v201106281929-138431....
分类:移动开发   时间:2014-09-19 13:50:35    阅读次数:156
object- and mysql-based session-handler
object- and mysql-based session-handler, requires the following table:? CREATE TABLE `ws_sessions` (? ? `session_id` varchar(255) binary NOT NULL default ‘‘,? ? `session_expires` int(10) unsi...
分类:数据库   时间:2014-09-18 19:11:54    阅读次数:308
Android手电筒案例
最近在学习Android的开发,写了个手电筒的案例,分享一下!//Activity.xml packagecom.fq.flashlight; importandroid.app.Activity; importandroid.app.AlertDialog; importandroid.content.DialogInterface; importandroid.hardware.Camera; importandroid.hardware.Camera.P..
分类:移动开发   时间:2014-09-18 19:07:54    阅读次数:267
Keil MDK AGDI Drivers, ULink, JLink, ST-Link, NuLink, JTAGjet
AGDI DriversAGDI is an Application Program Interface (API) third-party developers can use to create hardware debugger drivers that interface directly ...
分类:其他好文   时间:2014-09-18 16:14:34    阅读次数:2187
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!