自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(10)
  • 资源 (4)
  • 收藏
  • 关注

原创 JOS-lab4

Jos-Lab4 设计文档 By Ddnirvana本次Lab4分为三个部分,下面也按照这个结构进行lab实现过程的说明。Part A: Multiprocessor Support and Cooperative MultitaskingPART A是整个lab4的基础,主要就是实现多处理器的支持。并且在PART A里面不怎么好测试,而且之前LAB中的BUG全部坑在这部分了,所以还是小麻烦的

2015-12-20 11:38:31 1895

转载 利用Putty登陆到VWware虚拟机中

原文链接:http://www.cppblog.com/deercoder/archive/2011/09/04/155073.html 利用Putty登陆到VWware虚拟机中 今天心血来潮,突然想使用Putty来登陆到VMware的虚拟机中,这样一来可以不必在两个系统中直接切换,而来可以节省一些资源,毕竟图形化界面有要占用一些系统资源,笔记本吃不消(个人理解)。为此说干就干,步骤如下:(1)

2015-11-20 14:59:29 463

原创 Linux 开起IP 转发forward

参看 http://blog.csdn.net/cnlx/article/details/218516 http://www.2cto.com/os/201309/246937.html主要指令echo "1" > /proc/sys/net/ipv4/ip_forward/etc/init.d/procps.sh restart

2015-09-08 16:10:32 670

原创 Android应用程序执行shell指令(包含执行root指令)

因为项目需求需要在android的应用程序中去动态的执行预先放入手机中的一个程序,所以到处找了很多资料。虽然网上各种各样的东西不少,不过感觉多多少少都有点不够,折腾了半天之后终于满意了,记录整个过程。 要想执行su指令必须要求手机root。相关的类Process 相关文档:http://www.android-doc.com/reference/java/lang/Process.htmlR

2015-09-02 01:09:22 2484

转载 Eclipse-统计代码行数

做项目的时候,经常要看代码行数来算工作量==||||,这里介绍一个eclipse下面查看代码行数的方法(方法参考自:http://www.cnblogs.com/taoweiji/p/3448008.html)点击要统计的项目或许文件夹,在菜单栏点击Search,然后点击File选中正则表达式(Regular expression),并在搜索文本框输入\n 在文件名中输入或.java 在范围

2015-09-01 16:16:16 289

原创 Android-编程小问题记录

将自己在开放中遇到的一些小问题不断地记录在这里。添加library失败window下,eclipse添加 Android library的时候,项目和library必须是在相同目录下,否则会出错添加library之后,R文件问题这里其实是项目的lib包冲突了,只需要将项目里面的libs文件夹下面的对应文件删掉就好了。(遇到的时候解决是删掉的android-support-v4.jar 包)

2015-09-01 15:44:45 378

原创 Vmware-桥接模式连接网络

此前一直使用默认的NAT模式,而且NAT模式连接网络也不需要什么额外的设置,基本上主机能够连接网络的话,那么虚拟机也就可以正常上网了。不过之后再虚拟机里面搭了一个apache服务器,需要外部网络访问,这个时候使用NAT就不行了,于是开始研究了一下桥接模式的设置方式。 虚拟机环境vmware10.0 ubuntu系统基本原理桥接模式下主机和虚拟机在拓扑图上处于相同的地位,物理网卡和虚拟网卡相

2015-08-29 09:31:47 768 1

原创 Linux mount-挂载移动硬盘

一下步骤在debian系统下使用正常,其他系统如果有细微差异的话还需要具体分析插入移动硬盘输入命令 sudo fdisk -l 可以看到所有硬盘信息和分区信息 插入移动硬盘之后,显示的硬盘信息中多出了 Disk /dev/sdb: 2000GB …. …… Device Boot Start End Blocks .. /dev/sdb1

2015-08-28 19:53:40 842

转载 Python 命令行解析工具 Argparse介绍

http://www.cnblogs.com/jianboqi/archive/2013/01/10/2854726.html

2015-08-25 11:09:57 243

原创 Ubuntu下nginx配置php环境

Ubuntu下nginx配置php环境Ubuntu下nginx配置php环境安装nginx和php测试nginx修改配置文件phpinidefaultconf启动与测试重启服务测试php参考安装nginx和php sudo apt-get install nginx sudo apt-get install php-fpm sudo apt-get insta

2015-08-17 08:48:15 770

体系结构总线设计佐治亚理工学习材料

这是来自佐治亚理工大学,研究生/博士生阶段介绍体系结构中,总线、片上网络等方面的设计的内容。 包含:为什么需要总线设计,总线设计中的拓扑设计、流控制设计、拥塞控制设计、死锁设计、路由设计等方面,是学习总线、片上网络的重要的材料。

2020-06-18

OnChip Networks Second Edition (片上网络学习材料)

来自MIT大佬Natalie Enright Jerger、Tushar Krishna、以及Li-Shiuan Peh总结的体系结构片上网络(onchip network)的学习材料(目前主要用于MIT相关课程教学)。 英文摘要:This book targets engineers and researchers familiar with basic computer architecture concepts who are interested in learning about on-chip networks. This work is designed to be a short synthesis of the most critical concepts in on-chip network design. It is a resource for both understanding on-chip network basics and for providing an overview of state of-the-art research in on-chip networks. We believe that an overview that teaches both fundamental concepts and highlights state-of-the-art designs will be of great value to both graduate students and industry engineers. While not an exhaustive text, we hope to illuminate fundamental concepts for the reader as well as identify trends and gaps in on-chip network research. With the rapid advances in this field, we felt it was timely to update and review the state of the art in this second edition. We introduce two new chapters at the end of the book. We have updated the latest research of the past years throughout the book and also expanded our coverage of fundamental concepts to include several research ideas that have now made their way into products and, in our opinion, should be textbook concepts that all on-chip network practitioners should know. For example, these fundamental concepts include message passing, multicast routing, and bubble flow control schemes. Table of Contents: Preface / Acknowledgments / Introduction / Interface with System Architecture / Topology / Routing / Flow Control / Router Microarchitecture / Modeling and Evaluation / Case Studies / Conclusions / References / Authors' Biographies 是学习NOC等领域的非常好的材料。

2020-06-16

UnderStanding Linux Kernel Edition3

是一本学习操作系统,学习linux kernel必看的好书。电子版内容可以复制出来,并且提供了书签~

2015-09-19

空空如也

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

TA关注的人

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