码迷,mamicode.com
首页 >  
搜索关键字:guide    ( 3262个结果
Elasticsearch之Nested(嵌套)系列
工作需要,专门花了一下午研究了Elasticsearch里面的nested。最好的材料还是官网上面的Elasticsearch: The Definitive Guide, 所以直接将里面涉及到nested的文章找来看了看,顺便把它们翻译了,贴出来和大家分享。同时综合考虑了一下,把英语大体的 英文原文也一起贴 出来了。希望这样能够适应不同读者的口味。     文章都顺手翻译了,每天贴出来一...
分类:其他好文   时间:2015-04-14 18:07:33    阅读次数:622
SAP UI5 - 基础
今天开始准备跟着UI5的 Developer Guide学习,记录一些之前没有注意到的用法。1. sap.ui.commons.Button1 myButton.attachPress(function(){$("#btn").fadeOut()});这段代码添加button的事件响应,通过jQue...
分类:其他好文   时间:2015-04-14 16:32:36    阅读次数:143
Style-Guide-Collection
> Collection of some commonly used style guide > From:https://github.com/xiaobeicn/Style-Guide-Collection ---- ### A * Angular + [johnpapa/angularjs-style-guide](https://github.com/johnpapa/angul...
分类:其他好文   时间:2015-04-14 13:09:24    阅读次数:100
apple官方文档翻译:URL Loading System Programming Guide
本指南描述了使用标准Internet协议来处理Urls、与服务器通信的相关类。...
分类:移动开发   时间:2015-04-14 11:12:46    阅读次数:152
糖尿病人饮食
http://www.diabetes.org.uk/Guide-to-diabetes/Enjoy-food/Food-and-diabetes/10-ways-to-eat-well-with-diabetes/10 ways to eat well with diabetes Whether ...
分类:其他好文   时间:2015-04-14 00:15:34    阅读次数:175
Android Fresco图片处理库用法API英文原文文档2-2(Facebook开源Android图片库)
Android Fresco图片处理库用法API英文原文文档2-2(Facebook开源Android图片库) 这是英文文档的第二部分(2):DRAWEE GUIDE 由于第二部分内容多一些,所以分为2个文章发。方便大家查看。 Using the ControllerBuilder SimpleDraweeView has two methods for s...
分类:移动开发   时间:2015-04-13 16:48:05    阅读次数:283
Android Fresco图片处理库用法API英文原文文档3(Facebook开源Android图片库)
这是英文文档的第三部分:IMAGE PIPELINE GUIDE Introduction to the Image Pipeline The image pipeline does everything necessary to get an image into a form where it can be rendered into an Android de...
分类:移动开发   时间:2015-04-13 16:47:12    阅读次数:364
Android Fresco图片处理库用法API英文原文文档2-1(Facebook开源Android图片库)
这是英文文档的第二部分(1):DRAWEE GUIDE 由于第二部分内容多一些,所以分为2个文章发。方便大家查看。 Using Drawees in XML Drawees have very extensive customization facilities. The best way to customize your Drawee is to do so...
分类:移动开发   时间:2015-04-13 14:39:08    阅读次数:375
AngularJS ui router
http://angular-transitions.mgechev.com/#/repeathttp://bubkoo.com/2014/01/01/angular/ui-router/guide/state-manager/http://angular-ui.github.io/ui-route...
分类:Web程序   时间:2015-04-12 11:55:07    阅读次数:168
android屏幕适配详解
android屏幕适配详解官方地址:http://developer.android.com/guide/practices/screens_support.html一、关于布局适配建议1、不要使用绝对布局2、尽量使用match_parent 而不是fill_parent 。3、能够使用权重的地方尽...
分类:移动开发   时间:2015-04-11 23:51:23    阅读次数:179
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!