Sorry, the image you selected is not compatible with your hardware configuration. Please choose another image. CentOS 7.0-64 - DO NOT USE does not ha....
分类:
其他好文 时间:
2014-09-04 22:10:30
阅读次数:
217
The new hardware tessellation feature available on Direct3D 11 video cards has great potential, but using it effectively currently requires understand...
分类:
其他好文 时间:
2014-09-02 19:35:45
阅读次数:
348
昨天帮舍友的win8 Dell本本装Win7的系统,想着是很简单(没用U盘装过,第一次),然后出现了种种问题,折腾了我四个多小时才弄好,主要是不了解bios boot跟相关的硬盘什么分区的知识,又查,乱弄一番,不过最后还是装上了,这说说我遇到的问题。
首先一开始用ghost装完重启电脑时显示这句话:
An error occurred while attempting to read b...
1、Scroller源码分析下面是对Scroller源码的分析,并附有源码,如下:package android.widget;
import android.content.Context;
import android.hardware.SensorManager;
import android.os.Build;
import android.util.FloatMath;
import...
分类:
其他好文 时间:
2014-09-01 14:04:43
阅读次数:
959
《软硬件接口》课程大纲Coursera课程The Hardware/Software Interface是华盛顿大学提供的一门课程,当中汇编语言、进程结构、Java实现等章节内容我觉得对于学编程的同学来说很实用。教学环境是Fedora,顺带介绍了一些经常使用工具的使用。课程大纲这门课程将会让学生知道...
分类:
其他好文 时间:
2014-08-31 20:02:01
阅读次数:
263
root@phyCORE-AM335x:~ aplay -l**** List of PLAYBACK Hardware Devices ****card 0: audio [PCM051 audio], device 0: wm8976 wm8976-hifi-0 [] Subdevices: 1...
分类:
其他好文 时间:
2014-08-29 10:51:47
阅读次数:
413
用来查看机器的型号
dmidecode |grep Name
查看机器各种硬件信息,比如说cpu,内存,网卡等等
lshw -short|egrep 'CPU|4GiB DIMM|eth'
lshw -short|grep '4GiB DIMM'|wc -l
查看磁盘是否是ssd
/opt/MegaRAID/MegaCli/MegaCli64 -PDList -aAll|egrep ...
分类:
系统相关 时间:
2014-08-27 23:29:08
阅读次数:
289
Communicating
with Hardware
Using I/O Ports
I/O ports are the means by which drivers communicate with many devices, at least
part of the time. This section covers the various functions...
分类:
其他好文 时间:
2014-08-26 15:36:16
阅读次数:
363
最近遇到HP和DELL的网卡不统一的问题。想给他解决掉。 在 HP 机器上运行? biosdevname?-i?eth0
em1 而在DELL server? biosdevname?-i?em1
em1 看了一下两个机器的debug参数 在HP上显示 ? biosdevname?-d?...
分类:
其他好文 时间:
2014-08-26 00:37:35
阅读次数:
277