码迷,mamicode.com
首页 >  
搜索关键字:tutorial    ( 3034个结果
kafaka quickstart
http://kafka.apache.org/ http://kafka.apache.org/downloads Quickstart This tutorial assumes you are starting fresh and have no existing Kafka or ZooKe ...
分类:其他好文   时间:2017-09-05 19:05:15    阅读次数:191
关于 python 新式类和旧式类继承顺序的验证
参考:http://www.cnblogs.com/blackmatrix/p/5630515.html 官方:https://docs.python.org/2/tutorial/classes.html 关于多继承问题 Python supports a limited form of mult ...
分类:编程语言   时间:2017-09-05 10:49:10    阅读次数:265
Numpy使用方法
地址:http://www.cnblogs.com/xinchrome/p/5043480.html 另附Stanford的Numpy Tutorial地址:http://cs231n.github.io/python-numpy-tutorial/ 一、数组方法 创建数组:arange()创建一维 ...
分类:其他好文   时间:2017-09-04 17:43:40    阅读次数:183
理解linux安装软件
http://www.codecoffee.com/tipsforlinux/articles/27.html This tutorial is aimed at those who have just started using Linux. Generally when users from t ...
分类:系统相关   时间:2017-09-04 14:52:32    阅读次数:264
编程方式比较
1. 面向对象和函数的比较 http://www.cnblogs.com/zhenw/p/6160931.html 2. 函数式编程入门教程 http://www.ruanyifeng.com/blog/2017/02/fp-tutorial.html ...
分类:其他好文   时间:2017-09-04 13:26:13    阅读次数:157
[fb 面经] intervals sweep line
Leetcode 上的题 Merge Intervals Insert Intervals Meeting Rooms Meeting RoomsII Topcoder tutorial: Sweep Line Algorithms some from gitbook about sweep lin ...
分类:其他好文   时间:2017-09-03 10:00:38    阅读次数:242
CSS3边框与背景
参考: http://www.runoob.com/css3/css3-tutorial.html CSS3被拆分为"模块"。旧规范已拆分成小块,还增加了新的。 一些最重要CSS3模块如下: 选择器 盒模型 背景和边框 文字特效 2D/3D转换 动画 多列布局 用户界面 1.CSS3边框: 用 CS ...
分类:Web程序   时间:2017-09-02 15:37:45    阅读次数:289
Lua之数组
Lua数组数组,就是相同数据类型的元素按一定顺序排列的集合,可以是一维数组和多维数组。Lua数组的索引键值可以使用整数表示,数组的大小不是固定的。array={"Lua","Tutorial"} fori=0,2 do print(array[i]) endfor循环模式开始下标是从1开始的,所以,i的初始值默认设置为0运..
分类:编程语言   时间:2017-09-01 15:45:37    阅读次数:211
win10+mongodb安装配置
刚入职新公司,用的mongodb,所以最近开始学习研究mongodb。 mongo的入门学习资料在http://www.runoob.com/mongodb/mongodb-tutorial.html即可。 win10下本地安装mongodb: 首先到官网下载安装包,当然官网的我下载很慢,所以索性百 ...
分类:数据库   时间:2017-08-31 12:49:11    阅读次数:282
(转) Redis学习教程--基本命令
原文出自:http://www.cnblogs.com/woshimrf/p/5198361.html 目录 参阅redis中文的 互动教程(interactive tutorial)的学习笔记。 全局操作: 1.redis是key-value存储的,放在内存中,并在磁盘持久化的数据结构存储系统 通 ...
分类:其他好文   时间:2017-08-31 11:09:24    阅读次数:302
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!