安装环境:Dell R720安装工具:iDrac引导步骤:1、给R720配一个iDrac地址,把它的上联交换机划到相应VLAN。ping通它自己的网关以及其他网段的网关,确保可以被其他网段远程登录上来。2、配置好iDrac之后,就可以从机房撤出来,然后远程管理了。一般来说,Mac OS X系统连接i...
分类:
其他好文 时间:
2014-12-01 23:53:00
阅读次数:
372
私有化已经一年多,戴尔过得还好吗?戴尔还能保持以往的活力,实现利润的高速增长吗?戴尔与客户之间还能像以前那样亲密无间吗?在DellWorld2014大会上,迈克尔·戴尔本人做出了肯定的回答。“我终于可以逃脱华尔街的监视,能够更加专注于客户,并在他们身上投入更多时间和精力,..
分类:
其他好文 时间:
2014-12-01 19:28:07
阅读次数:
261
新买的电脑,重装系统后还好用,然后装上各种驱动和各种软件以后,在家用也没问题,后来拿到学校就反复蓝屏。
现在已经解决,把电脑信息、出错原因和解决方案罗列如下。
电脑信息:Dell Inspiron 14 5447
操作系统:Win8.1
出错问题为,使用校园有线网进行拨号后,打开Chrome进行登录时蓝屏。
蓝屏提示信息为UNEXPECTED_KERNEL_MODE_TR...
分类:
其他好文 时间:
2014-11-30 11:29:26
阅读次数:
1773
原文地址:RAID磁盘阵列扩容DELL服务器阵列扩容和RAID级别迁移(RLM)作者:DELL服务器我们可通过扩充容量和 / 或改变 RAID 级别的方式来重新配置联机虚拟磁盘。 注: 跨接式虚拟磁盘 (如 RAID 10、 50 和 60)无法重新配置。注:重新配置虚拟磁盘时一般会对磁盘性能有所影...
分类:
其他好文 时间:
2014-11-29 21:27:30
阅读次数:
392
Android操作系统结构本文地址:http://blog.csdn.net/caroline_wendy结构图:1. Linux内核(内核空间)可移植性、安全性、实用功能。2. 本地层(用户空间)(1) HAL(Hardware Abstraction Layer):硬件抽象层,使用共享本地库抽象了每个主要的设备驱动程序,这个库是一个对象, 支持任何主要硬件驱动程序的共同接口。(2) 本地库:C...
分类:
移动开发 时间:
2014-11-29 17:38:20
阅读次数:
280
NIOS II 运行应用程序Run as ->Nios II Hardware时出现错误:
No Nios II target connection paths were located. Check connections and that a Nios II .sof is downloaded.
尝试点击Refresh Connections然后Apply可能会解决问题,如图:...
分类:
移动开发 时间:
2014-11-27 16:26:50
阅读次数:
3075
??
A trip to main memory costs hundreds of clock cycles on commodity hardware. Processors use caching to decrease the costs of memory latency by orders of magnitude. These caches re-order pending mem...
分类:
其他好文 时间:
2014-11-25 14:26:57
阅读次数:
159
一、系统级:android.accounts android.app 1、OS 相关 android.os android.os.storage android.hardware(传感器) android.security android.drm(这个应该是为所有app服务的) 2、VM 相关 da...
分类:
移动开发 时间:
2014-11-24 16:44:29
阅读次数:
176
Data in Java Java has pointers – they are called ‘referenes’ Null is typically represented as 0 Characters and strings Two-byte Unicode instead of ASC...
分类:
其他好文 时间:
2014-11-23 17:28:35
阅读次数:
187
The malloc package void* malloc(size_t size) void free (void *p) other functions calloc: Version of malloc that initializes allocated block to zero re...
分类:
其他好文 时间:
2014-11-23 17:18:55
阅读次数:
180