https://blog.csdn.net/high2011/article/details/80177473?utm_source=blogxgwz2 所属专栏: Java https://blog.csdn.net/high2011/article/details/80177473?utm_so ...
分类:
编程语言 时间:
2019-04-19 19:50:09
阅读次数:
224
Tower https://github.com/nhz94259/Ansible/tree/master/doc 下载 帮我请点个星星,虾虾~ 官方文档https://docs.ansible.com/ansible-tower/latest/html/userguide/overview.htm ...
分类:
其他好文 时间:
2019-04-17 00:23:07
阅读次数:
251
官网:https://www.django-rest-framework.org/api-guide/viewsets/ 在django rest framework 视图中一共有N个类 第一类:APIview class IndexView(APIView): def get(self,reque ...
分类:
其他好文 时间:
2019-04-14 17:43:04
阅读次数:
129
U盘安装centos 7 还是官方文档最准确。 0. 下载centos https://docs.centos.org/en US/centos/install guide/downloading/ 1. 制作安装盘 https://docs.centos.org/en US/centos/inst ...
分类:
其他好文 时间:
2019-04-14 15:51:40
阅读次数:
132
一、使用Ubuntu编译OpenWRT源码 第一步:安装基础软件 第二步:克隆代码 解释 OpenWRT Feed 机制 参考文档: https://openwrt.org/docs/guide-developer/feeds 在Openwrt系统中,“feed”是一系列的软件包,这些软件包需要通过 ...
分类:
其他好文 时间:
2019-04-11 01:26:40
阅读次数:
174
0 引言 cuda线程模型涉及grid的块划分和线程配置,直接影响到全局运算速度。根据文档《CUDA_C_Programming_Guide》,性能优化有三个方面的基本策略。 (1)最大化并行执行以实现最大的利用率. (2)优化内存使用,以实现最大的内存吞吐量. (3)优化指令使用,以实现最大的指令 ...
分类:
其他好文 时间:
2019-04-10 13:30:22
阅读次数:
141
https://docs.sonarqube.org/latest/user-guide/issues/#header-4 Understanding which Issues are "New" To determine the creation date of an issue, an algo ...
分类:
其他好文 时间:
2019-04-09 18:15:13
阅读次数:
184
转自:https://keras.io/zh/getting-started/sequential-model-guide/ 1.顺序模型是多个网络层的线性堆叠。 你可以通过将网络层实例的列表传递给 Sequential 的构造器,来创建一个 Sequential 模型: 然后发现,这样也行: // ...
分类:
其他好文 时间:
2019-04-08 19:56:14
阅读次数:
272
本文为了提醒喜欢ML.NET的朋友们注意官方发布中重要变更的内容。 ...
分类:
Web程序 时间:
2019-04-06 18:51:54
阅读次数:
178
https://www.django-rest-framework.org/api-guide/permissions/#custom-permissions PS:可以在view中配置authtication_classes,来指明特定的接口需要授权 ...
分类:
其他好文 时间:
2019-04-06 17:01:55
阅读次数:
137