码迷,mamicode.com
首页 >  
搜索关键字:nova compute    ( 2594个结果
Binary tree
"Abstract:" In computer science, a binary tree is a tree data structure in which each node has at most two children, which are referred to as the left ...
分类:其他好文   时间:2020-05-08 18:11:11    阅读次数:61
Ubuntu18.04 编译 sparse-ncnet
依赖环境 1. 系统环境 gcc/g++ 7 cuda 10.1 2. conda环境 ...
分类:Web程序   时间:2020-05-06 01:21:36    阅读次数:131
1.1 The background of the emergence of computer networks
1. Popularization and diversification of computers 2. From independent mode to network interconnection mode WAN(Wide Area Network) : a remote Network ...
分类:Web程序   时间:2020-05-05 17:42:35    阅读次数:79
与电脑猜拳
1 player = int(input("请输入您要出的拳:石头(1)/剪刀(2)/布(3):")) 2 computer = 1 3 print("玩家选择的是%d-电脑选择的是%d" % (player, computer)) 4 if (player == 1 and computer == ...
分类:其他好文   时间:2020-05-04 13:22:38    阅读次数:57
3.kubernetes图形界面
k8s的dashboard界面 1.上传并导入镜像,打标签 2.创建dashboard的deployment和service 3.访问http://10.0.0.11:8080/ui/ dashboard.yaml dashboard svc.yaml 界面的其他资源类型 其他 服务和自动发现 sv ...
分类:Web程序   时间:2020-05-02 17:22:12    阅读次数:101
《Deep Propagation Based Image Matting 》
《Deep Propagation Based Image Matting 》 For What Question Innovation point Implement The structure of the paper 一、For What Question 为了实现基于深度传播的图像遮罩 以往 ...
分类:其他好文   时间:2020-05-02 16:59:28    阅读次数:62
vue之vuex
vue之vuex CSDN: "https://blog.csdn.net/low666/article/details/105224422" Vuex 是一个专为 Vue.js 应用程序开发的 。它采用集中式存储管理应用的所有组件的状态,并以相应的规则保证状态以一种可预测的方式发生变化。Vuex ...
分类:其他好文   时间:2020-04-30 11:36:19    阅读次数:68
Why should I avoid blocking the Event Loop and the Worker Pool?
Don't Block the Event Loop (or the Worker Pool) | Node.js https://nodejs.org/en/docs/guides/dont-block-the-event-loop/ Don't Block the Event Loop (or ...
分类:其他好文   时间:2020-04-29 00:52:59    阅读次数:56
1. 环境准备 — OpenStack Queens 三节点部署
本次部署的三个节点,一个控制节点,一个计算节点,一个网络节点,都是 Ubuntu 16.04 的虚拟机。 控制节点(controller):10.0.0.7 计算节点(compute):10.0.0.5 网络节点(network):10.0.0.25 hosts配置(所有节点) 在 文件中追加以下内 ...
分类:其他好文   时间:2020-04-26 13:56:39    阅读次数:58
Mac终端配置免密码登陆云服务器
一、前言 个人购买了阿里云服务器,配置好远程连接密码和登陆密码后,使用iTerm2终端ssh root@ip,每次都需要输入密码,实在是麻烦。 ssh免密登陆,其实就是将本机的公钥存到服务器上,authorized_keys文件是Linux系统默认生成的用来保存远程登录设备的公钥。初始时为空,在.s ...
分类:系统相关   时间:2020-04-25 01:01:51    阅读次数:115
2594条   上一页 1 ... 12 13 14 15 16 ... 260 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!