码迷,mamicode.com
首页 >  
搜索关键字:defining    ( 195个结果
c语言中三个点的解释 : variadic
3.6 Variadic Macros A macro can be declared to accept a variable number of arguments much as a function can. The syntax for defining the macro is simi ...
分类:编程语言   时间:2016-12-30 17:25:52    阅读次数:239
docker-compose编写(英文)
原文地址:https://docker.github.io/compose/compose-file/ Compose file reference The Compose file is a YAML file defining services, networks and volumes. Th ...
分类:其他好文   时间:2016-11-30 17:04:12    阅读次数:422
Windows PowerShell: Defining Parameters
https://technet.microsoft.com/en-us/library/jj554301.aspx因为我们定义了参数,所以如下图,可以使用computername参数如下图,我们ping指定的计算机了更多示例请参阅上面的technet链接
分类:Windows程序   时间:2016-11-27 00:30:38    阅读次数:244
[Angular 2 Router] Configure Your First Angular 2 Route
Using the Angular 2 router requires defining routes, passing them in to the RouterModule.forRoot and then importing the configured RouterModule into y ...
分类:其他好文   时间:2016-09-25 06:10:57    阅读次数:215
[React Fundamentals] Using Refs to Access Components
When you are using React components you need to be able to access specific references to individual components. This is done by defining a ref. Notice ...
分类:数据库   时间:2016-08-15 06:39:53    阅读次数:178
Flink Program Guide (2) -- DataStream API编程指导 -- For Java
DataStream API编程指导 文档翻译自Flink DataStream API Programming Guide Flink中的DataStream程序是实现在数据流上的transformation(如filtering,updating state, defining windows, ...
分类:编程语言   时间:2016-08-02 21:03:00    阅读次数:732
Swift学习—教程学习五 函数(function)
5 函数(Functions) 函数是用来完成特定任务的独立的代码块。 5.1 定义与调用Defining and Calling Functions 函数名(参数列表)->返回值 { 函数体(要干什么) } 函数名用来描述其要完成的任务,调用函数时要向函数传递其要求的输入参数,参数顺序必须与函数参 ...
分类:编程语言   时间:2016-08-01 11:54:10    阅读次数:244
API翻译 --- Tasks and Back Stack
IN THIS DOCUMENT Saving Activity State  保存activity状态 Managing Tasks    管理任务 Defining launch modes 定义启动模式 Handling affinities 处理密切关系 Clearing the back stack 清除回退栈 Starting a task ...
分类:Windows程序   时间:2016-07-19 10:24:47    阅读次数:253
pyQuery
pyquery – PyQuery complete API 选择器基本支持jQuery用法 The main class Hook for defining custom function (like the jQuery.fn): >>> fn = lambda: this.map(lambda ...
分类:其他好文   时间:2016-06-22 15:51:06    阅读次数:574
为磁盘文件定义路由(Defining Routes for Disk Files) |对磁盘文件进行路由请求 |
...
分类:其他好文   时间:2016-06-10 17:39:11    阅读次数:153
195条   上一页 1 ... 11 12 13 14 15 ... 20 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!