"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
依赖环境 1. 系统环境 gcc/g++ 7 cuda 10.1 2. conda环境 ...
分类:
Web程序 时间:
2020-05-06 01:21:36
阅读次数:
131
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
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 》 For What Question Innovation point Implement The structure of the paper 一、For What Question 为了实现基于深度传播的图像遮罩 以往 ...
分类:
其他好文 时间:
2020-05-02 16:59:28
阅读次数:
62
vue之vuex CSDN: "https://blog.csdn.net/low666/article/details/105224422" Vuex 是一个专为 Vue.js 应用程序开发的 。它采用集中式存储管理应用的所有组件的状态,并以相应的规则保证状态以一种可预测的方式发生变化。Vuex ...
分类:
其他好文 时间:
2020-04-30 11:36:19
阅读次数:
68
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
本次部署的三个节点,一个控制节点,一个计算节点,一个网络节点,都是 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
一、前言 个人购买了阿里云服务器,配置好远程连接密码和登陆密码后,使用iTerm2终端ssh root@ip,每次都需要输入密码,实在是麻烦。 ssh免密登陆,其实就是将本机的公钥存到服务器上,authorized_keys文件是Linux系统默认生成的用来保存远程登录设备的公钥。初始时为空,在.s ...
分类:
系统相关 时间:
2020-04-25 01:01:51
阅读次数:
115