码迷,mamicode.com
首页 >  
搜索关键字:文档翻译    ( 633个结果
Unity2017.1官方UGUI文档翻译——Raw Image
Raw Image 原生图片 The Raw Image control displays a non-interactive image to the user. This can be used for decoration, icons, etc, and the image can also ...
分类:编程语言   时间:2017-12-19 21:08:30    阅读次数:366
hystrix文档翻译之如何使用
Hello World! 使用HystrixCommand实现“Hello World”。 使用HystrixObservableCommand实现“Hello World”。 同步执行 使用HystrixCommand的execute方法同步执行。 HystrixObservableCommand ...
分类:其他好文   时间:2017-12-19 15:19:27    阅读次数:254
Unity2017.1官方UGUI文档翻译——Text
Text 文本 The Text control displays a non-interactive piece of text to the user. This can be used to provide captions or labels for other GUI controls o ...
分类:编程语言   时间:2017-12-14 21:01:28    阅读次数:181
hystrix文档翻译之工作原理
流程图 下面的图片显示了一个请求在hystrix中的流程图。 1.构造一个HystrixCommand或者HystrixObservableCommand对象 第一步是创建一个HystrixCommand或者HystrixObservableCommand对象来执行依赖请求。创建时需要传递相应的参数 ...
分类:其他好文   时间:2017-12-14 13:33:03    阅读次数:187
hystrix文档翻译之开始使用
获取包 使用maven获取包。 使用lvy获取包 如果希望使用maven下载包 然后执行 它将会下载hystrix-core-*.jar和他的依赖包。 使用hystrix的一个简单例子: 有一下三种方式调用命令 编译hystrix checkout源码并编译 执行 clean build ...
分类:其他好文   时间:2017-12-14 13:16:58    阅读次数:172
hystrix文档翻译之概述
Hystrix是什么 在一个大型的分布式系统中,难免有些依赖服务会失败。hystrix通过容错逻辑来控制不同服务间的交互。hystrix通过隔离各服务交互节点来防止连级错误,并且提供降级功能,最终保证系统的可靠性。 hystrix的历史 略 hystrix作用 hystrix被设计来解决一下问题: ...
分类:其他好文   时间:2017-12-13 14:37:14    阅读次数:139
Spring Data JPA(官方文档翻译)
关于本书 介绍 关于这本指南 第一章 前言 第二章 新增及注意点 第三章 项目依赖 第四章 使用Spring Data Repositories 4.1 核心概念 4.2 查询方法 4.3 定义repository的接口 4.4 定义查询方法 4.5. 创建repository实例 Spring D ...
分类:编程语言   时间:2017-12-12 13:46:25    阅读次数:164
Unity2017.1官方UGUI文档翻译——Canvas Scaler
Canvas Scaler 画布缩放器 The Canvas Scaler component is used for controlling the overall scale and pixel density of UI elements in the Canvas. This scaling ...
分类:编程语言   时间:2017-12-06 13:06:48    阅读次数:404
Unity2017.1官方UGUI文档翻译——Rich Text
Rich Text 富文本 The text for UI elements and text meshes can incorporate multiple font styles and sizes. Rich text is supported both for the UI System a ...
分类:编程语言   时间:2017-11-28 11:48:05    阅读次数:288
matlab之“audioread”函数帮助文档翻译
课 程 设 计 (1) 原文 audioread Read audio file audioread Read audio file Read audio file Read audio file Syntax [y,Fs] = audioread(filename) [y,Fs] = audior ...
分类:其他好文   时间:2017-11-25 21:37:32    阅读次数:416
633条   上一页 1 ... 11 12 13 14 15 ... 64 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!