码迷,mamicode.com
首页 >  
搜索关键字:getting    ( 1564个结果
Jupyter notebook 的安装、入门
安装: https://m.jb51.net/show/135172 入门:http://codingpy.com/article/getting-started-with-jupyter-notebook-part-1/ http://codingpy.com/article/getting-st ...
分类:其他好文   时间:2018-06-23 21:03:16    阅读次数:139
Docker 开发概述
This page lists resources for application developers using Docker. Develop new apps on Docker If you’re just getting started developing a brand new ap ...
分类:其他好文   时间:2018-06-23 21:02:51    阅读次数:195
bootstrap使用前注意点和盒子模型
bootstrap注意事项: https://getbootstrap.com/docs/4.0/getting-started/introduction/#quick-start 盒子模型: https://css-tricks.com/box-sizing/ 转自https://www.cnbl ...
分类:其他好文   时间:2018-06-17 19:49:01    阅读次数:206
Vue.js教程--况颜
Vue.js教程 1. Getting Started 以下示例,在博客中有具体讲解,博客链接:Vue.js——60分钟快速入门 Hello World双向绑定示例 Hello World示例 常用内置指令 v-if指令示例 v-show指令示例 v-else指令示例 v-for指令示例 v-bin ...
分类:Web程序   时间:2018-06-14 18:41:58    阅读次数:292
zabbix系列之二——安装
1Getting zabbix Four ways of getting: Index Option note 1 Install it from the distribution packages A step-by-step tutorial for installing Zabbix from ...
分类:其他好文   时间:2018-06-14 15:05:52    阅读次数:370
npm bower gulp
npm即nodejs package manager ,是nodeJs的包管理工具,使用前需安装nodeJs(https://www.npmjs.com.cn/getting-started/installing-node/) bower,Bower是一个客户端技术的软件包管理器,它可用于搜索、安装 ...
分类:其他好文   时间:2018-06-13 14:57:26    阅读次数:178
.Net Core使用NLog记录日志
参见:https://github.com/NLog/NLog.Web/wiki/Getting-started-with-ASP.NET-Core-2 大致步骤: Nuget中引用NLog及NLog.Web.AspNetCore 4.5+ 创建nlog.config文件,部分修改: 右键nlog. ...
分类:Web程序   时间:2018-06-12 16:12:06    阅读次数:532
高封装的property方法
class Person(): def __init__(self): self.__age = 0 def set_age(self, age): if age 200: self.__age = 0 else: self.__age = age def get_age... ...
分类:其他好文   时间:2018-06-08 19:23:02    阅读次数:190
诊断:AWR快照停止自动采集
11.2.0.4数据库中,MMON进程,有时候由于一些莫名其妙的原因挂掉,接下来AWR的快照也就无法正常自动生成。MMON进程应该自动重启,却并没有自动被启动。 那么我们有可能是遇到了bug 解决方法就有1)打补丁patch 19565533;2)作为一个workround,我们可以手工重启MMON ...
分类:其他好文   时间:2018-06-06 21:57:31    阅读次数:164
IntelSEAPI
文档零零碎碎的,有些地方说得不清楚,甚至相同内容在各处有不同的表述。 "[文档1: Profiling OpenCV Applications]" "[文档2: IntelSEAPI README]" "[文档3: IntelSEAPI Getting started]" 1. 依赖:python, ...
分类:Windows程序   时间:2018-06-06 18:27:50    阅读次数:259
1564条   上一页 1 ... 38 39 40 41 42 ... 157 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!