码迷,mamicode.com
首页 >  
搜索关键字:introduce    ( 268个结果
对prototype的一些思考
function People(name){ this.name=name; //对象方法 this.Introduce=function(){ alert("My name is "+this.name); }}//类方法People.Run=function(){ alert("I can ru ...
分类:其他好文   时间:2017-04-21 22:35:06    阅读次数:205
机器学习-第一周
机器学习-第一周 这是机器学习的第一周课程,涉及到的内容较少,主要是认识一下什么是机器学习以及机器学习两个主要的分类:有监督学习和无监督学习。另外,通过一个最基础的线性回归模型来介绍机器学习中的一些相关的概念。 本周内容思维导图 Introduce 什么是机器学习? A computer progr ...
分类:其他好文   时间:2017-04-16 12:13:21    阅读次数:137
react 常用的ui库
https://ant.design/docs/react/introduce-cn ANT DESIGN http://www.material-ui.com/#/ Material-UI ...
分类:其他好文   时间:2017-04-09 17:18:53    阅读次数:125
Reflux中文教程——概览
翻译自github上的reflux项目,链接:https://github.com/reflux/refluxjs 〇、安装及引入 安装: 引入: 或 一、Overview概览 The main function of Reflux is to introduce a more functional ...
分类:其他好文   时间:2017-04-08 16:53:39    阅读次数:651
SVG Use(转)
转自:http://www.zhangxinxu.com/wordpress/2014/07/introduce-svg-sprite-technology/ 未来必热:SVG Sprite技术介绍 一、Sprite技术 这里所说的Sprite技术,没错,类似于CSS中的Sprite技术。图标图形整 ...
分类:其他好文   时间:2017-04-01 21:40:24    阅读次数:324
一篇好文档,请Thymeleaf Layout Dialect
Thymeleaf Layout Dialect https://ultraq.github.io/thymeleaf-layout-dialect/ This will introduce the layout namespace, and 5 new attribute processors t ...
分类:其他好文   时间:2017-03-12 21:29:12    阅读次数:193
[Node.js] Identify memory leaks with nodejs-dashboard
In this lesson, I introduce a memory leak into our node.js application and show you how to identify it using the Formidable nodejs-dashboard. Once ide ...
分类:Web程序   时间:2017-02-06 21:00:49    阅读次数:262
CCNA_1(Introduce/CCIE Overview/Topology/OSI Overview/Device Overview/Cables Overview)
拓扑TopologyCAM表内存可寻址表,MAC地址和发包接口动态macagingtime100sFSC帧校验序列MD5校验UnicastMulticastBroadcast三层地址255.255.255.255二层地址FF.FF.FF.FF局域网四个冲突域一个广播域广域网Bandwidth带宽Duplex双工模式三层交换机已经可识别ip网段即是广播域两个广..
分类:其他好文   时间:2017-01-23 15:55:09    阅读次数:299
重构指南 - 引入参数对象(Introduce Parameter Object)
当一个方法的参数超过3个以上,就可以考虑将参数封装成一个对象。将参数封装成对象后提高了代码的可读性,并且该参数对象也可以供多个方法调用,以后如果增加删除参数,方法本身不需要修改,只需要修改参数对象就可以。 重构前代码 public class Registration { public void C ...
分类:其他好文   时间:2017-01-18 08:44:51    阅读次数:193
[JS Compose] 3. Use chain for composable error handling with nested Eithers (flatMap)
We refactor a function that uses try/catch to a single composed expression using Either. We then introduce the chain function to deal with nested Eith ...
分类:Web程序   时间:2016-12-14 07:36:47    阅读次数:241
268条   上一页 1 ... 11 12 13 14 15 ... 27 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!