摘要: sun 云计算架构介绍白皮书 阅读全文
posted @ 2009-11-04 15:05 jone_linux 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 经过一周的翻译,把英文版做成中文,点击下面下载观看:Window Vista beta与Linux间IPsec交互测试 阅读全文
posted @ 2009-11-04 13:59 jone_linux 阅读(207) 评论(0) 推荐(0) 编辑
摘要: [代码] 阅读全文
posted @ 2009-09-25 16:10 jone_linux 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 1,匹配非163.com或hotmail.com为缀的邮件地址/\b[A-Z0-9._%+-]+@(?!(?:163|hotmail)\.com)[A-Z0-9.-]+\.[A-Z]{2,6}\b/i 阅读全文
posted @ 2009-09-18 14:47 jone_linux 阅读(181) 评论(0) 推荐(0) 编辑
摘要: [代码] 阅读全文
posted @ 2009-09-18 10:29 jone_linux 阅读(216) 评论(0) 推荐(0) 编辑
摘要: [代码] 阅读全文
posted @ 2009-09-16 16:23 jone_linux 阅读(258) 评论(0) 推荐(0) 编辑
摘要: [代码] 阅读全文
posted @ 2009-09-16 16:23 jone_linux 阅读(207) 评论(0) 推荐(0) 编辑
摘要: [代码] 阅读全文
posted @ 2009-09-16 16:22 jone_linux 阅读(273) 评论(0) 推荐(0) 编辑
摘要: var Person = function(name) { this.name = name;} Person.prototype = { word1 : "cccc", sayHello: function() { alert("hi, javaeye, I'm A " + this.name); }}//说明word1:"cccc",表示初始化类变量,它其实与this.name是一样的功... 阅读全文
posted @ 2009-09-16 16:12 jone_linux 阅读(184) 评论(0) 推荐(0) 编辑
摘要: InfiniBand 技术架构简介nfiniBand 是一种基于交换的串行 I/O 互连体系结构,运行速度为每方向 2.5Gb/s 或 10Gb/s(每端口)。和共享总线结构不同,InfiniBand 是一个针数很少的串行结构,可连接印刷电路板(PCB – Printed circuit board)上的设备,并支持箱外带宽(Bandwidth Out of the Box)。使用普通... 阅读全文
posted @ 2009-09-16 16:10 jone_linux 阅读(1390) 评论(0) 推荐(0) 编辑