码迷,mamicode.com
首页 >  
搜索关键字:parameters    ( 1509个结果
oracle学习笔记
--Oracle查询当前版本select * from v$version; Oracle 查询服务器端编码 select * from v$nls_parameters where parameter='NLS_CHARACTERSET'; Oracle 查询当前时间的三种方式 select sy ...
分类:数据库   时间:2016-08-06 16:02:20    阅读次数:229
rainyday.js
/** * Defines a new instance of the rainyday.js. * @param options options element with script parameters * @param canvas to be used (if not defined a ...
分类:Web程序   时间:2016-08-06 12:53:17    阅读次数:185
java tools: jstat
jstat - Java Virtual Machine Statistics Monitoring Tool jstat - Java Virtual Machine Statistics Monitoring Tool Synopsis Parameters Description Virtua ...
分类:编程语言   时间:2016-08-05 19:48:02    阅读次数:151
[李景山php]每天laravel-20161006|Validator.php-6
/** *Validatethatanattributeisdifferentfromanotherattribute. * *@paramstring$attribute *@parammixed$value *@paramarray$parameters *@returnbool */ protectedfunctionvalidateDifferent($attribute,$value,$parameters) { $this->requireParameterCount(1,$paramete..
分类:Web程序   时间:2016-08-05 12:10:07    阅读次数:178
[李景山php]每天laravel-20161005|Validator.php-5
/** *Validatethatanattributeexistswhenanyotherattributeexists. * *@paramstring$attribute *@parammixed$value *@parammixed$parameters *@returnbool */ protectedfunctionvalidateRequiredWith($attribute,$value,$parameters) { if(!$this->allFailingRequired($para..
分类:Web程序   时间:2016-08-04 11:50:48    阅读次数:271
.NET 创建 Parameters
...
分类:Web程序   时间:2016-08-02 13:06:12    阅读次数:188
[李景山php]每天laravel-20161003|Validator.php-3
/** *Validateagivenattributeagainstarule. * *@paramstring$attribute *@paramstring$rule *@returnvoid */ protectedfunctionvalidate($attribute,$rule) {//validateagivenattributeagainstarule. list($rule,$parameters)=$this->parseRule($rule);//listfunctiontoget..
分类:Web程序   时间:2016-08-02 11:49:29    阅读次数:255
Nginx - Events Module
The Events module comes with directives that allow you to configure network mechanisms. Some of the parameters have an important impact on the applica ...
分类:其他好文   时间:2016-08-01 21:05:51    阅读次数:293
Qt5 for Android: incompatible ABI
I recently installed Qt5 and works like a charm for API 17 and armeabi-v7a.But I added second AVD with other parameters (of course, I installed packag... ...
分类:移动开发   时间:2016-07-31 15:48:58    阅读次数:205
15 使用lambdas和闭包
1 使用lambdas和闭包 1.1 定义闭包 闭包是一个代码块,代替了方法或类。 groovy中的闭包基于后边的构造方式:{list of parameters-> closure body}.其中,-> 之前的值为声明的闭包参数。 如果只有一个变量的时候,可以使用固有变量 it 。 如果没有返回 ...
分类:其他好文   时间:2016-07-29 19:02:38    阅读次数:124
1509条   上一页 1 ... 77 78 79 80 81 ... 151 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!