码迷,mamicode.com
首页 >  
搜索关键字:getting    ( 1564个结果
Python 第五十四章 bootsrtap
bootstrap 栅格系统 列偏移col md offset x 列嵌套 bootstrap 文档 https://v4.bootcss.com/docs/4.3/getting started/introduction/ bootstrap 代码实例 https://v4.bootcss.com ...
分类:编程语言   时间:2019-09-20 16:32:31    阅读次数:86
Trying out the Intel Neural Compute Stick 2 – Movidius NCS2
Trying out the Intel Neural Compute Stick 2 – Movidius NCS2 Disclaimer: The opinions in this article (and on this website in general) are entirely min ...
分类:其他好文   时间:2019-09-20 00:35:02    阅读次数:119
无废话centos+TDengine+Telegraf+Grafana入门
安装TDengine:1、从官网https://www.taosdata.com/cn/getting-started/下载RPM包(tdengine-1.6.2.0-3.el7.x86_64.rpm)2、安装:rpm -ivh tdengine-1.6.2.0-3.el7.x86_64.rpm3、 ...
分类:其他好文   时间:2019-09-18 19:41:47    阅读次数:262
devstack keystone
Sep 17 18:11:40 zuul devstack@keystone.service[8085]: [uWSGI] getting INI configuration from /etc/keystone/keystone-uwsgi-public.iniSep 17 18:11:40 zu ...
分类:其他好文   时间:2019-09-17 19:21:54    阅读次数:121
Django-简述generic views
Use generic views: Less code is better. These views represent a common case of basic Web development: getting data from the database according to a pa ...
分类:其他好文   时间:2019-09-11 10:02:26    阅读次数:120
函数缓存 (Function caching)
函数返回值缓存是优化一个函数的常用手段。我们可以将函数、输入参数、返回值全部保存起来,当下次以同样的参数调用这个函数时,直接使用存储的结果作为返回(不需要重新计算)。 函数缓存允许我们将一个函数对于给定参数的返回值缓存起来。当一个I/O密集的函数被频繁使用相同的参数调用的时候,函数缓存可以节约时间。 ...
分类:其他好文   时间:2019-09-01 01:31:01    阅读次数:121
测开之路一百零五:bootstrap的两种引用方式
一:下载到本地引用: 3.3.7版本:https://getbootstrap.com/docs/3.3/getting-started/#download 下载后解压到本地项目中引用 第二种,cdn标签引用:https://www.bootcdn.cn/twitter-bootstrap/ 为了稳 ...
分类:其他好文   时间:2019-08-27 15:46:00    阅读次数:86
Rendering in UE4
Intro Thinking performance. Identify the target framerate, aim your approach on hitting that target framerate. Everything needs to be as efficient as ...
分类:其他好文   时间:2019-08-25 16:29:55    阅读次数:188
音频、视频、VR...
https://developers.google.cn/web/fundamentals/vr/getting-started-with-webvr/ ...
分类:其他好文   时间:2019-08-21 13:56:50    阅读次数:94
ORACLE官网JAVA学习文档
Trails Covering the Basics 1 Getting Started 1.1 The Java Technology Phenomenon 1.1.1 About the Java Technology The Java Programming Language ?? Figur ...
分类:数据库   时间:2019-08-16 00:29:35    阅读次数:146
1564条   上一页 1 ... 15 16 17 18 19 ... 157 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!