第一章 Linix历史
Unix的前身是由贝尔实验室(Bell lab.)的Ken Thompson利用汇编语言写成的,后来在1971-1973年间由Dennis Ritchie以C程序语言进行改写,才称为Unix。...
分类:
系统相关 时间:
2015-02-09 12:50:05
阅读次数:
208
1 #!/bin/sh2 3 while read line4 do5 echo $line6 done < /home/jms/lab/input.txt
分类:
系统相关 时间:
2015-02-06 12:56:17
阅读次数:
137
File Fragmentation
The Problem
Your friend, a biochemistry major, tripped while carrying a tray of computer files through the lab. All of the files fell to the ground and broke. Your friend pick...
分类:
其他好文 时间:
2015-02-06 11:20:32
阅读次数:
144
首先添加上Heterogeneous Parallel Programming class 中 lab: Reduction的代码:myReduction.c// MP Reduction// Given a list (lst) of length n// Output its sum = lst...
分类:
其他好文 时间:
2015-02-04 12:43:15
阅读次数:
248
Description
Question 2: File Fragmentation
The Problem
Your friend, a biochemistry major, tripped while carrying a tray of computer files through the lab. All of the files fell to the...
分类:
其他好文 时间:
2015-02-02 16:00:52
阅读次数:
209
1.同源策略如下:URL说明是否允许通信http://www.a.com/a.jshttp://www.a.com/b.js同一域名下允许http://www.a.com/lab/a.jshttp://www.a.com/script/b.js同一域名下不同文件夹允许http://www.a.com...
分类:
Web程序 时间:
2015-02-02 15:49:07
阅读次数:
141
RequireJS是一款遵循AMD规范协议的JavaScript模拟加载器。
业界常见模块加载器(labjs、requirejs、seajs)
LABjs的核心是LAB(Loading and Blocking):核心价值是性能优化...
分类:
Web程序 时间:
2015-02-01 20:28:34
阅读次数:
341
1.首先安装rpm :sudoapt-getinstallrpm wget-OGHOST-test.shhttp://www.antian365.com/lab/linux0day/GHOST-test.sh.txtsudochmod-R0777GHOST-test.sh./GHOST-test.s...
分类:
系统相关 时间:
2015-01-30 15:05:49
阅读次数:
196
data: 一个二维数组,参数类型如下:[[153, 60, 52], [113, 70, 60], [120, 80, 40]] size: 图片显示的大小 ( width x height ) 300x200 type: 前面已经说过了 这里不再累述 xis_lab...
lab1 中的Makefile主要是根目录下的GNUMakefile, kern/Makefrag, boot/Makefrag,后两者通过include直接包含到GNUMakefile中。 1 # 2 # This makefile system follows the structuring.....
分类:
其他好文 时间:
2015-01-27 23:29:22
阅读次数:
428