源自:ITU-T.Y3800标准文案 Variations for forming QKDN and user network (This appendix does not form an integral part of this Recommendation.) There are vario ...
分类:
Web程序 时间:
2020-03-29 11:00:52
阅读次数:
88
genesis.mksls Convert an installation file/script to an SLS file. Currently supports , , and . CLI Examples: salt genesis.mksls kickstart /path/to/kic ...
分类:
其他好文 时间:
2020-03-28 22:00:07
阅读次数:
81
串在一起 我们已经分析了UI、MainEngine、EventEngine。然后他们几个是如何发挥作用的呢?我总结了一张图: 我们来具体的看看UI部分是如何跟EventEngine穿插起来的 1. \examples\vn_trader\run.py 2. \vnpy\trader\ui\mainw ...
分类:
其他好文 时间:
2020-03-28 16:27:19
阅读次数:
72
pygame安装 pip install pygame 在CMD中输入python -m pygame.examples.aliens可以看到一个自带的pygame的演示小游戏 学了几天pygame,那就实践一下吧,如图实现玩家操控小鸟躲避小球的游戏,当碰撞到小球游戏结束,关闭游戏 所以我们需要实现 ...
分类:
其他好文 时间:
2020-03-22 14:07:29
阅读次数:
84
import tensorflow as tf from tensorflow.examples.tutorials.mnist import input_data #载入数据集 mnist = input_data.read_data_sets("MNIST_data/",one_hot=True ...
分类:
其他好文 时间:
2020-03-22 01:34:10
阅读次数:
79
在该链接中下载vant-weapp/dist文件夹下的所有文件 https://github.com/dcloudio/uni-app/tree/master/examples/wxcomponents-template/wxcomponents 覆盖从官网下载的vant文件夹中的dist文件夹内的 ...
分类:
移动开发 时间:
2020-03-15 11:26:56
阅读次数:
350
本教程通过自包含的例子介绍 PyTorch 的基本概念。 要查看格式更加优美的图文并茂的教程,请移步: "http://studyai.com/pytorch 1.4/beginner/pytorch_with_examples.html" PyTorch的核心是提供了两个主要特性: n维Tenso ...
分类:
其他好文 时间:
2020-03-13 21:08:50
阅读次数:
60
xargs是 Unix 系统的一个很有用的命令,但是常常被忽视,很多人不了解它的用法。 本文介绍如何使用这个命令。 一、标准输入与管道命令 Unix 命令都带有参数,有些命令可以接受"标准输入"(stdin)作为参数。 $ cat /etc/passwd | grep root 上面的代码使用了管道 ...
分类:
其他好文 时间:
2020-03-12 15:55:58
阅读次数:
64
下面是我找的资源 https://wow.techbrood.com/uploads/160601/obj/banana.obj https://threejs.org/examples/models/obj/male02/male02.obj http://game.gtimg.cn/images ...
分类:
其他好文 时间:
2020-03-09 22:40:25
阅读次数:
84
姓名 陈悦凯 学号 201821121011 班级 计算1811 1. 实验环境介绍 给出实验环境: 操作系统:ubuntu-18.04.4-desktop-amd64 平台:虚拟机 2. 常用命令使用 3. 剖析ps命令 EXAMPLES To see every process on the s ...
分类:
系统相关 时间:
2020-03-07 12:47:14
阅读次数:
80