自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Full Stack Engineer

登峰造极

  • 博客(4)
  • 资源 (12)
  • 收藏
  • 关注

原创 KVM的各种坑

1. 编译的坑费了老大劲,找到这帮人的邮件往来,才知道这里面有一个命令写错来,一行一行的修改之后,才得以通过编译记录如下:diff --git a/qemu-options.hx b/qemu-options.hxindex 4bc9c85..3af60bf 100644--- a/qemu-options.hx+++ b/qemu-options.hx@@ -2095,18

2015-06-09 07:51:14 1045

转载 vector的用法

晚一点再慢慢排版标准库Vector类型使用需要的头文件:#include Vector:Vector 是一个类模板。不是一种数据类型。 Vector是一种数据类型。一、 定义和初始化Vector v1; //默认构造函数v1为空Vector v2(v1);//v2是v1的一个副本Vector v3(n,i);//v3包含n个值为i的元素Vec

2015-06-04 17:43:15 539

原创 KVM安装排错

KVM虚拟机安装从昨天一直折腾到今天,我快要被打败了!KVM的商业化进程跟VMWARE相差的不是3-5年啊,这完全就是一个工程师好玩的工具。还好我够机灵,总算编译通过了!在配置的时候需要用./configure --extra-ldflags=-lrt先把我的编译结果丢这里,回头再慢慢写我的调试过程:[root@localhost qemu-kvm-1.2.

2015-06-04 09:31:35 924

原创 绕过subscriptionmanager搭建yum工具

环境:Redhat 5.71. 删除redhat原有的yum rpm-aq|grep yum|xargs rpm -e –nodeps2. 下载yum安装文件wget http://mirrors.163.com/centos/5/os/x86_64/CentOS/yum-fastestmirror-1.1.16-21.el5.centos.noarch.rpm

2015-06-04 09:28:42 2626

SecureCRT 7.2.X 注册机【已验证可用】

SecureCRT 7.2.X 注册机 只有注册机,安装文件请自行到官方站点获取 谢谢

2014-10-24

Beginning Windows 8 Application Development 英文原版

Beginning Windows 8 Application Development

2013-12-24

FAST VP Step by Step Module 2

FAST VP Step by Step Module 2 关于VMAX/DMX fast vp详细介绍2, 1请在我的资源清单里面找

2013-12-24

EMC Storage VMAX FAST VP Step by Step Module 1

关于VMAX/DMX fast vp 详细介绍,这个文档是第一部分。

2013-12-24

The datacenter as a computer_Final-Draft【英文原版】

google出版的最新技术书籍,关于数据中心逻辑层面的建设。

2013-12-24

VNX_Block_best_practices

best practise for VNX.

2013-11-29

Professional Linux Kernel Architecture

Professional Linux Kernel Architecture 很经典的书 原版

2010-07-27

常用ARM指令及汇编

对ARM7指令的收集和描述 对ARM7指令的收集和描述 对ARM7指令的收集和描述 对ARM7指令的收集和描述 对ARM7指令的收集和描述 对ARM7指令的收集和描述

2010-06-10

Linux-Assembly-HOWTO

Chapter 1. Introduction.....................................................................................................................................1 1.1. Legal Blurb......................................................................................................................................1 1.2. Foreword...................................................................................................................................1 Chapter 2. Do you need assembly?....................................................................................................................3 2.1. Pros and Cons..................................................................................................................................3 2.1.1. The advantages of Assembly...................................................................................................3 2.1.2. The disadvantages of Assembly..............................................................................................3 2.1.3. Assessment.............................................................................................................................4 2.2. How to NOT use Assembly..............................................................................................................4 2.2.1. General procedure to achieve efficient code...........................................................................4 2.2.2. Languages with optimizing compilers....................................................................................5 2.2.3. General procedure to speed your code up...............................................................................5 2.2.4. Inspecting compiler−generated code.......................................................................................5 2.3. Linux and assembly.........................................................................................................................6 Chapter 3. Assemblers.......................................................................................................................................7 3.1. GCC Inline Assembly.......................................................................................................................7 3.1.1. Where to find GCC..................................................................................................................7 3.1.2. Where to find docs for GCC Inline Asm.................................................................................7 3.1.3. Invoking GCC to build proper inline assembly code..............................................................7 3.1.4. Macro support.........................................................................................................................8 3.2. GAS.................................................................................................................................................9 3.2.1. Where to find it........................................................................................................................9 3.2.2. What is this AT&T syntax.......................................................................................................9 3.2.3. Intel syntax...........................................................................................................................10 3.2.4. 16−bit mode...........................................................................................................................10 3.2.5. Macro support........................................................................................................................10 3.3. NASM............................................................................................................................................11 3.3.1. Where to find NASM............................................................................................................11 3.3.2. What it does...........................................................................................................................11 3.4. Other Assemblers...........................................................................................................................11 3.4.1. AS86.....................................................................................................................................11 3.4.2. YASM..................................................................................................................................12 3.4.3. FASM...................................................................................................................................12 3.4.4. OSIMPA (SHASM)..............................................................................................................12 3.4.5. AASM..................................................................................................................................13 3.4.6. TDASM................................................................................................................................13 3.4.7. HLA......................................................................................................................................13 3.4.8. TALC....................................................................................................................................13 3.4.9. Free Pascal............................................................................................................................14 3.4.10. Win32Forth assembler........................................................................................................14 3.4.11. Terse...................................................................................................................................14 3.4.12. Non−free and/or Non−32bit x86 assemblers......................................................................15

2010-06-10

linxu 程序设计 第四版(English)

很不错的linux入门级书本 全英文资料,还可以提升E文能力。

2010-04-30

VERITAS网络备份企业版v6.0

Part I - Introduction to Backup and Recovery in the Enterprise Environment Chapter 1 - Backup and Recovery System Requirements Explained Chapter 2 - Business Requirements of Backup Systems Chapter 3 - An Introduction to NetBackup Part II - Backup Product Tutorial Chapter 4 - Evaluating Storage Media Requirements Chapter 5 - General Discussion on Configuration Chapter 6 - Monitoring the Backup Process Chapter 7 - Evaluating Other Backup-Related Features and Options Chapter 8 - General Troubleshooting Tips Chapter 9 - The Expanding Backup System Part III - The Enterprise Impact of Backup Systems Chapter 10 - The Future of Backup Chapter 11 - Major Players in the Backup Arena Appendix A - Command-Line Interface Guide Appendix B - Glossary Appendix C - Tuning Your Backup and Recovery Application Appendix D - Disaster Recovery Planning Kit—From End to Beginning Appendix E - Business Impact Analysis Planning Kit—The Storm Before the Calm Appendix F - Performance Test Tech Note Appendix G - NetBackup Performance Tuning on Windows Index List of Figures List of Tables List of Sidebars

2009-05-26

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除