# virt/libvirt/driver.py
def _create_domain_and_network():
block_device_mapping = driver.block_device_info_get_mapping(
block_device_info)
LOG.info("[pykit] block_device_mapping: %s", block_device_mapping)
LOG.info("[pykit] network_info: %s", network_info)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// request拦截器, 改变url 或 options. | |
request.interceptors.request.use((url, options) => { | |
const c_token = getAuthority() | |
console.log("token: %s", c_token); | |
if (c_token) { | |
const headers = { | |
'Content-Type': 'application/json', | |
'Accept': 'application/json', | |
'Authorization': 'JWT ' + c_token[0] | |
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
windows7 32位 链接:http://pan.baidu.com/s/1pLRq3P5 密码:qlgj | |
windows7 64位 链接:http://pan.baidu.com/s/1miOEGPi 密码:8qyu | |
Windows Server 2016 64位 链接:http://pan.baidu.com/s/1qXH4M1A 密码:1n80 | |
Windows Server 2012r2 64位 链接:http://pan.baidu.com/s/1kVmhecf 密码:iods | |
Windows Server 2012 64位 链接:http://pan.baidu.com/s/1slwKp8D 密码:amek | |
Windows Server 2008r2 64位 链接:http://pan.baidu.com/s/1slWBZy9 密码:m17p | |
Windows Server 2008 64位 链接:http://pan.baidu.com/s/1jH776QU 密码:vfb1 | |
Windows Server 2008 32位 链接:http://pan.baidu.com/s/1o82VXWm 密码:7iav | |
Windows Server 2003r2 64位 链接:http://pan.baidu.com/s/1bo1bTCF 密码:f8i3 | |
Windows Server 2003 32位 链接:http://pan.baidu.com/s/1gf9r0iR 密码:1pur |
FUCK! $ LC_ALL=en_US.UTF-8 ssh [email protected]
- fuel-menu
- urwid
- make tutorial by ruanyifeng
- xorriso 是一个用来创建和操作 ISO 9660 文件系统(光盘格式)映像文件的工具,可以用来将映像文件烧录到 CD/DVD 光盘中。
- 一個最小的 x86 kernel
- Grub&Linux
NewerOlder