码迷,mamicode.com
首页 >  
搜索关键字:red    ( 13693个结果
cgropu实现系统资源隔离
以下是对NUMA和cgroup的初次实践分享,仅供参考。详细介绍请参考:https://access.redhat.com/site/documentation/zh-CN/Red_Hat_Enterprise_Linux/6/html/Resource_Management_Guide/一、线上程序现象最近在不少os6.4的系统上发现机器负载较大,部分cpu使用率很高,但部分cpu..
分类:其他好文   时间:2014-05-27 03:56:17    阅读次数:370
framset 的一些小应用
制作出这样的效果首先建立了一个all.html<framesetrows="20%,*"frameborder="1"framespacing=5bordercolor=red><framesrc="top.html"noresize/>//top.html暂时用一张图片替代<framesetcols="20%,*"framespacing=5><framsrc="left.html"noresize/>//nor..
分类:其他好文   时间:2014-05-27 03:25:59    阅读次数:293
Install MongoDB on Red Hat Enterprise, CentOS, Fedora, or Amazon Linux
Install MongoDB on Red Hat Enterprise, CentOS, Fedora, or Amazon Linux?OverviewUse this tutorial to install MongoDB on Red Hat Enterprise Linux, CentO...
分类:数据库   时间:2014-05-27 01:58:54    阅读次数:499
JavaScript你所不知道的困惑(3)
困惑一:window.color = "red"; var o = {color: "blue"}; function sayColor(){ alert(this.color); } sayColor(); //red sayColor.call(this); //red sayColor.call(window); //red sayColor.call(o); //bl...
分类:编程语言   时间:2014-05-22 12:32:53    阅读次数:255
POJ 1979 Red and Black
Red and Black Time Limit: 1000MS   Memory Limit: 30000K Total Submissions: 21482   Accepted: 11488 Description There is a rectangular room, covered with square tiles. Eac...
分类:其他好文   时间:2014-05-22 07:09:25    阅读次数:237
Upgrading Compilers on CentOS
这篇日志应该叫「六美分历险记」的,「六美分」顾名思义嘛,自然是指CentOS-6。下面扯扯为何对本屌来说是「历险」和为虾米要「历险」:偶对red hat系的向来无爱。当偶还是linux小白时,就曾在虚拟机里折腾过高大上的fedora,没用过多久就遇到了kernel panic啊有木有!差点把小白吓退...
分类:其他好文   时间:2014-05-21 22:54:05    阅读次数:341
《linux系统及其编程》实验课记录(六)
实验 6:Linux 文件系统实验环境:安装了 Red Hat Enterprise Linux 6.0 可运行系统,并且是成功验证系统。有另外一个无特权用户 student,密码 student 的账户存在。实验目标:更好的理解 Linux 文件系统基础,包括创建和使用链接;使用 locate 和...
分类:系统相关   时间:2014-05-21 20:04:49    阅读次数:454
启动程序实现很简单的功能在屏幕中央 ;打印一行字符串(汇编+c+red hat linux实现)
编程:启动程序实现很简单的功能在屏幕中央;打印一行字符串(汇编+c+redhatlinux实现)汇编语言编写:boot.asm启动程序代码:;我们的启动程序实现很简单的功能在屏幕中央;打印一行字符串org07c00h;org指令明确告诉编译器我程序开始地址是07c00h,而不是;原来的00000;int汇编指..
分类:系统相关   时间:2014-05-20 19:24:33    阅读次数:501
LeetCode: Sudoku Solver [036]
【题目】 Write a program to solve a Sudoku puzzle by filling the empty cells. Empty cells are indicated by the character '.'. You may assume that there will be only one unique solution. A sudoku puzzle... ...and its solution numbers marked in red. ...
分类:其他好文   时间:2014-05-20 17:07:34    阅读次数:335
javascript中通过className灵活查找元素 例如我们要把根据class来进行修改样式
原文:javascript中通过className灵活查找元素 例如我们要把根据class来进行修改样式一、背景:一个表单中,要修改一些li中有class=box的样式,将它的background设置为red红色。一般的做法是我们可以先找到父级元素 ,然后由父级元素找到所有相关tagName,最后,...
分类:编程语言   时间:2014-05-19 13:04:46    阅读次数:332
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!