multiple return信息详情
多次返回
multiple───n.倍数;[电]并联;adj.多重的;多样的;许多的
return───n.返回;恢复;归还;(网球等)回击球;被退回的东西;回路导线;v.返回;(尤指感觉)恢复;把……退回;以……相报;(网球等)回击(球);adj.来回的;巡回的;报答的;回程的;返回的
multiple sclerosis───[内科]多发性硬化;n.[医]多发性硬化
multiple system───多系统;[电]多路系统;多机系统,多路系统,并联式
multiple alleles───复等位基因(multipleallele的复数);复等位基因; 多等位基因
multiple birth───多生;多胎生产
multiple personality───[心理]多重人格
multiple myeloma───[肿瘤]多发性骨髓瘤
get multiple───获取多个
With multiple return values, it is good to have the code document which is which - go allows you to give the return values names, just like parameters.───有了多个返回值,有良好的代码文档会更好——而Go允许你给返回值命名,就像参数一样。
Stored procedures have a nature of their own when it comes to database objects having multiple return values.───有多个返回值的数据库对象,存储过程有其天然的优势。
This rule set contains some of the more questionable checks, including assigning null to a variable, multiple return points from a method, and importing from the sun packages.───这个规则集包含一些更有问题的检验,其中包括把null赋值给变量、方法中有多个返回点,以及从sun包导入等。
Stored procedures have a nature of their own when it comes to database objects having multiple return values.───对于有多个返回值的数据库对象,存储过程有其天然的优势。
Normal C coding does not allow returning multiple return values of arbitrary type, but our EXEC SQL FETCH line does precisely that.───正常的C编码不允许返回多个任意类型的值,但是EXECSQLFETCH却可以返回多行结果。
An event handler can invoke multiple methods but there is no way to receive multiple return values from an event handler.───事件处理程序可以调用多个方法,但不能从一个事件处理程序接收多个返回值。
Normal C coding does not allow returning multiple return values of arbitrary type, but our EXEC SQL FETCH line does precisely that.