SSL in Neutron LBaaS haproxy driver 的简单实现。...
分类:
其他好文 时间:
2014-06-20 11:40:53
阅读次数:
349
本文翻译了kithara官方文档,也加入了一些理解,暂时做得还不够完美,后续补充修正。2014.06.06
EtherCAT This tutorial describes the following topics using the EtherCAT API
本向导描述了使用EtherCAT AP...
分类:
其他好文 时间:
2014-06-11 07:34:41
阅读次数:
568
翻译自官方文档Tentative NumPy Tutorial,有删节。
Numpy 入门教程
NumPy 提供了对多维数组的支持,与Python原生支持的List类型不同,数组的所有元素必须同样的类型。数组的维度被称为axes,维数称为 rank。
Numpy的数组类型为 ndarray, ndarray 的重要属性包括:
ndarray.ndim:数组的维数,也称为rank...
分类:
其他好文 时间:
2014-06-08 15:15:05
阅读次数:
431
翻译自官方文档Tentative NumPy Tutorial,有删节。
基本操作
基本的算术运算符都可以应用于数组类型,结果为对应元素之间的运,返回值为一个新的数组。
>>> a = array( [20,30,40,50] )
>>> b = arange( 4 )
>>> b
array([0, 1, 2, 3])
>>> c = a-b
>>> c
array([20,...
分类:
其他好文 时间:
2014-06-08 09:11:14
阅读次数:
222
苹果官方Swift文档《The
Swift Programming Language》苹果开发者Swift文档及介绍网友整理的Swift中文文档《 Apple Swift编程语言入门教程》中文版Apple官方Swift教程(Github协作翻译中)Apple Swift编程语言入门教程极客学院《一小时学会Swift语言》课程Cocoachina翻译的Swift官方文档Swift语言概览中文版S...
分类:
编程语言 时间:
2014-06-08 08:31:51
阅读次数:
250
一、替代arp, ifconfig, route等命令 显示网卡和IP地址
root@openstack:~# ip link list1: lo: mtu 65536 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 0...
分类:
其他好文 时间:
2014-06-07 20:32:00
阅读次数:
325
blog.csdn.net/lzueclipse/article/details/26405753#1536434-qzone-1-61807-cac534f6a16e831f54c45c717ec6acf9部署OpenStack
Swift 开发环境--SAIO - Swift All In On...
分类:
系统相关 时间:
2014-06-07 20:16:59
阅读次数:
419
Swift入门教程:http://www.cocoachina.com/applenews/devnews/2014/0604/8661.htmlSwift视频教程:http://www.cocoachina.com/bbs/read.php?tid=204280Swift官方文档(PDF版):ht...
分类:
移动开发 时间:
2014-06-07 20:09:56
阅读次数:
398
DSR on Openstack POC. 本文验证了DSR在Openstack上的可行性。...
分类:
其他好文 时间:
2014-06-07 13:50:04
阅读次数:
298