制作出这样的效果首先建立了一个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
arm-linux-gcc -static -o lcd_show
lcd_show.csudo mount -o loop initrd.img XXX (XXX -- your mount directory)sudo cp
lcd_show XXX/bin/sudo umount XXXsky...
分类:
其他好文 时间:
2014-05-26 14:39:56
阅读次数:
281
以前一直以为css不是怎么厉害,今天忽然发现 . . .咳。。咳。。以下是经过测试的哦
^_^当然不是那么全面啦,欢迎提意见!ok,~ (w3c中国没有找到)作用:同级别下后面的比如:1 上边2 3 里面4 5 下边1号6
下边2号现在我们给他加一个样式:div~ .t{color: red...
分类:
Web程序 时间:
2014-05-25 23:40:39
阅读次数:
366
题目
Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, white and blue.
Here, we will use the i...
分类:
其他好文 时间:
2014-05-24 20:30:21
阅读次数:
342
var cat ={};cat.mouse = function(){var
b="1111"};var dog = cat;console.log(dog);console.log(dog.mouse);dog.mouse =
function(){var b="2222"};dog.hat="....
分类:
其他好文 时间:
2014-05-24 09:59:18
阅读次数:
246
@Html.Label("Label", "Label")
@*渲染成Label*@@Html.Hidden("Hidden","Hidden") @*渲染成 *@@Html.TextBox("TextBox",
"TextBox", new { color="red",font="2",si...
分类:
Web程序 时间:
2014-05-22 14:49:43
阅读次数:
322
这篇日志应该叫「六美分历险记」的,「六美分」顾名思义嘛,自然是指CentOS-6。下面扯扯为何对本屌来说是「历险」和为虾米要「历险」:偶对red
hat系的向来无爱。当偶还是linux小白时,就曾在虚拟机里折腾过高大上的fedora,没用过多久就遇到了kernel panic啊有木有!差点把小白吓退...
分类:
其他好文 时间:
2014-05-21 22:54:05
阅读次数:
341
实验 6:Linux 文件系统实验环境:安装了 Red Hat Enterprise
Linux 6.0 可运行系统,并且是成功验证系统。有另外一个无特权用户 student,密码 student 的账户存在。实验目标:更好的理解 Linux
文件系统基础,包括创建和使用链接;使用 locate 和...
分类:
系统相关 时间:
2014-05-21 20:04:49
阅读次数:
454
public void toHSV3( int red , int green , int blue ){
double maxRGB = FqMath.max( red , green , blue );//
double minRGB = FqMath.min( red , green , blue );
double itemp = maxRGB; //...
分类:
其他好文 时间:
2014-05-21 14:50:42
阅读次数:
305
编程:启动程序实现很简单的功能在屏幕中央;打印一行字符串(汇编+c+redhatlinux实现)汇编语言编写:boot.asm启动程序代码:;我们的启动程序实现很简单的功能在屏幕中央;打印一行字符串org07c00h;org指令明确告诉编译器我程序开始地址是07c00h,而不是;原来的00000;int汇编指..
分类:
系统相关 时间:
2014-05-20 19:24:33
阅读次数:
501