码迷,mamicode.com
首页 >  
搜索关键字:cucm lab    ( 908个结果
【读书笔记】《鸟哥Linux私房菜-基础知识篇》第一章 Linix历史
第一章 Linix历史 Unix的前身是由贝尔实验室(Bell lab.)的Ken Thompson利用汇编语言写成的,后来在1971-1973年间由Dennis Ritchie以C程序语言进行改写,才称为Unix。...
分类:系统相关   时间:2015-02-09 12:50:05    阅读次数:208
Shell遍历文件的每一行[转载]
1 #!/bin/sh2 3 while read line4 do5 echo $line6 done < /home/jms/lab/input.txt
分类:系统相关   时间:2015-02-06 12:56:17    阅读次数:137
UVA 10132-File Fragmentation(map还原字符串)
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
4.2 Reduction优化
首先添加上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
UVA File Fragmentation(文件复原)
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
Web 跨域请求(OCRS) 前端解决方案
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源码分析
RequireJS是一款遵循AMD规范协议的JavaScript模拟加载器。 业界常见模块加载器(labjs、requirejs、seajs) LABjs的核心是LAB(Loading and Blocking):核心价值是性能优化...
分类:Web程序   时间:2015-02-01 20:28:34    阅读次数:341
检测Linux glibc幽灵漏洞和修补漏洞
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
gchart 插件API
data: 一个二维数组,参数类型如下:[[153, 60, 52], [113, 70, 60], [120, 80, 40]] size: 图片显示的大小 ( width x height ) 300x200 type: 前面已经说过了 这里不再累述 xis_lab...
分类:Windows程序   时间:2015-01-29 07:04:08    阅读次数:188
MIT OS lab Makefile 分析
lab1 中的Makefile主要是根目录下的GNUMakefile, kern/Makefrag, boot/Makefrag,后两者通过include直接包含到GNUMakefile中。 1 # 2 # This makefile system follows the structuring.....
分类:其他好文   时间:2015-01-27 23:29:22    阅读次数:428
908条   上一页 1 ... 77 78 79 80 81 ... 91 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!