jQuery.post(url, [data], [callback], [type])
-
通过远程 HTTP POST 请求载入信息。
-
这是一个简单的 POST 请求功能以取代复杂
$.ajax 。 请求成功时可调用回调函数。 如果需要在出错时执行函数,请使用 $ .ajax。
This is a Quick Guide to deploy OpenStack IceHouse on top of Ubuntu 14.04, it is IPv6-Ready!
It is compliant with OpenStack's official documentation (docs.openstack.org).
The tenant's subnets are based on Neutron, with ML2 plugin and Single Flat Network topology, dual-stacked.
The Single Flat Network is the simplest network topology supported by OpenStack (I think). So, it is easier to understand and follow.
| from sre_parse import Pattern, SubPattern, parse as sre_parse | |
| from sre_compile import compile as sre_compile | |
| from sre_constants import BRANCH, SUBPATTERN | |
| class Scanner(object): | |
| def __init__(self, tokens, flags=0): | |
| subpatterns = [] | |
| pat = Pattern() |
I hereby claim:
To claim this, I am signing this object:
git clone https://github.com/owner/git.git
git clone [email protected]:owner/git.git
| # Add the package repositories | |
| distribution=$(. /etc/os-release;echo $ID$VERSION_ID) | |
| curl -s -L https://nvidia.github.io/nvidia-docker/gpgkey | sudo apt-key add - | |
| curl -s -L https://nvidia.github.io/nvidia-docker/$distribution/nvidia-docker.list | sudo tee /etc/apt/sources.list.d/nvidia-docker.list |