码迷,mamicode.com
首页 >  
搜索关键字:guide    ( 3262个结果
[Java基础]-- Java GC 垃圾回收器的分类和优缺点
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
Ansible Tower 全方位整理
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
Django rest framework (视图类详解)
官网: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
centos 7 安装和基本配置
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
OpenWRT 编译过程
一、使用Ubuntu编译OpenWRT源码 第一步:安装基础软件 第二步:克隆代码 解释 OpenWRT Feed 机制 参考文档: https://openwrt.org/docs/guide-developer/feeds 在Openwrt系统中,“feed”是一系列的软件包,这些软件包需要通过 ...
分类:其他好文   时间:2019-04-11 01:26:40    阅读次数:174
60 cuda全局性能优化
0 引言 cuda线程模型涉及grid的块划分和线程配置,直接影响到全局运算速度。根据文档《CUDA_C_Programming_Guide》,性能优化有三个方面的基本策略。 (1)最大化并行执行以实现最大的利用率. (2)优化内存使用,以实现最大的内存吞吐量. (3)优化指令使用,以实现最大的指令 ...
分类:其他好文   时间:2019-04-10 13:30:22    阅读次数:141
sonarqube中new issue的标准
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
Keras序列模型学习
转自:https://keras.io/zh/getting-started/sequential-model-guide/ 1.顺序模型是多个网络层的线性堆叠。 你可以通过将网络层实例的列表传递给 Sequential 的构造器,来创建一个 Sequential 模型: 然后发现,这样也行: // ...
分类:其他好文   时间:2019-04-08 19:56:14    阅读次数:272
关于ML.NET v1.0 RC的发布说明
本文为了提醒喜欢ML.NET的朋友们注意官方发布中重要变更的内容。 ...
分类:Web程序   时间:2019-04-06 18:51:54    阅读次数:178
django drf 权限permission
https://www.django-rest-framework.org/api-guide/permissions/#custom-permissions PS:可以在view中配置authtication_classes,来指明特定的接口需要授权 ...
分类:其他好文   时间:2019-04-06 17:01:55    阅读次数:137
3262条   上一页 1 ... 58 59 60 61 62 ... 327 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!