码迷,mamicode.com
首页 >  
搜索关键字:官网文档    ( 472个结果
jQuery的Deferred对象教程
阮一峰的这往篇教程讲得非常好:http://www.ruanyifeng.com/blog/2011/08/a_detailed_explanation_of_jquery_deferred_object.htmljQuery官网文档:http://api.jquery.com/category/d...
分类:Web程序   时间:2015-11-18 12:26:20    阅读次数:115
009 The Interfaces In JAVA(官网文档翻译)
InterfacesThere are a number of situations in software engineering when it is important for disparate groups of programmers to agree to a "contract" t...
分类:编程语言   时间:2015-10-30 10:49:58    阅读次数:154
IOS动画实现(3)UIView封装的动画
苹果官网文档UIView触发动画的方式分为两类,打开UIView.h头文件可以看到两个UIView的Category,@interface UIView(UIViewAnimation) 以及@interface UIView(UIViewAnimationWithBlocks)两种动画的方式就在此...
分类:移动开发   时间:2015-10-16 13:13:03    阅读次数:132
docker 1.8+之后ubuntu安装指定版本docker-engine
这边记录ubuntu安装过程,首先是官网文档If you haven’t already done so, log into your Ubuntu instance.Open a terminal window.Add the newgpgkey.$ apt-key adv --keyserver...
分类:系统相关   时间:2015-10-13 16:49:17    阅读次数:239
对zabbix discovery(LLD)的理解
对zabbixdiscovery(LLD)的理解 一、主要用法,请参考官网文档 https://www.zabbix.com/documentation/2.2/manual/discovery/low_level_discovery 理解: 1、server和agent或者snmp固定时间沟通1次获取数据。 2、处理返回值,通常是一个json格式的k/v词典,k/v映射到macro上,..
分类:其他好文   时间:2015-10-09 15:36:32    阅读次数:770
(转)ZooKeeper 笔记(1) 安装部署及hello world
ZooKeeper 笔记(1) 安装部署及hello world先给一堆学习文档,方便以后查看官网文档地址大全:OverView(概述)http://zookeeper.apache.org/doc/r3.4.6/zookeeperOver.htmlGetting Started(开始入门)http...
分类:其他好文   时间:2015-10-06 23:33:32    阅读次数:251
django里面文件上传处理处理
最近,写一个上次文件的django。死活传不过去。 在大神的帮助下面,最终还是成。 不过也发现一个问题: django 官网文档:https://docs.djangoproject.com/en/1.8/topics/http/file-uploads/ 表单定义 class?Upl...
分类:Web程序   时间:2015-09-19 15:27:28    阅读次数:254
spark standalone模式的HA
参照官网文档:High Availability 一共有2中模式,基于文件系统、基于zookeeper。 1.基于文件系统,即将master的信息同步到某个文件目录中,当一个master挂掉之后,会启动宁外一个master读取目录的信息,正在执行...
分类:其他好文   时间:2015-09-18 18:59:16    阅读次数:154
HBase with MapReduce (Only Read)
最近在学习HBase,在看到了如何使用Mapreduce来操作Hbase,下面将几种情况介绍一下,具体的都可以参照官网上的文档说明。官网文档连接:http://hbase.apache.org/book.html 。通过学习我个人的对MapReduce操作HBase的方式可以看作的是Map过程是负责...
分类:其他好文   时间:2015-09-18 18:30:03    阅读次数:214
easyui 动态修改窗口title
http://blog.csdn.net/liu251890347/article/details/39292307?utm_source=tuicool使用easyui作为前台框架极大的节省了项目资源,easyui官网文档中基本上囊括了所有的方法,但一些灵活性的方法文档中是找不到的,比如说动态替换...
分类:其他好文   时间:2015-09-17 22:55:50    阅读次数:159
472条   上一页 1 ... 36 37 38 39 40 ... 48 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!