So functions and return values.
函数和返回值。
对返回值进行序列化。
Keep bounded wildcards out of return values.
不要对返回值使用通配符。
Any return values are displayed on the console.
所有返回值都显示在控制台上。
SOAP messages encode parameters and return values.
SOAP消息对参数进行编码,并返回值。
Do not use custom types as parameters or return values.
不要使用定制类型作为参数或返回值。
MDBs and similar software pieces don't have return values.
MDB和类似的软件部分没有返回值。
A few, such as the Configure and GC commands, return values.
很少的一些命令,比如Configure和GC命令,返回值。
In RPC style, messages contain parameters and return values.
如果是rpc,消息会包含了一些参数和返回值。
So, thankfully I know I have storage space for return values.
很庆幸我们为返回值预留了存储空间。
Specify constraints for class fields and method return values
为类字段和方法返回值指定约束条件
Postconditions are often expressed as assertions about method return values.
后置条件测试通常用方法返回值的断言来表示。
Do not use variants or the currency data type as parameters or return values.
不要使用变量或货币数据类型作为参数或返回值。
Eclipse generates the new class with default return values for non-void methods.
eclipse为非void的方法产生带有默认返回值的新类。
The RecordComparator API consists of one method and three pre-defined return values.
RecordComparatorAPI包括一个方法和三个预定义的返回值。
If this solves the problem, your annotator may return unexpectedly long return values.
如果这能够解决该问题,那么注释器将返回一个比较长的返回值。
Method parameters and return values are serialized over RMI-IIOP and returned by value.
方法参数和返回值将在RMI - IIOP上序列化,并由值返回。
Strong-typed: no strings for expectations, no object-typed return values or constraints.
强类型:不支持使用字符串来设置期望(expectations),也不支持Object类型的返回值和约束条件。
This arguably points to the need to always model return values in your sequence diagrams.
这可能证明为什么总是需要在序列图为返回值建模。
With syscall probes, the input arguments and return values are available to the VUE script.
通过使用系统调用探测,可以在vue脚本中使用输入参数和返回值。
It's also nice because it hides the details of the event objects and handler return values.
另一个好处是,它隐藏了事件对象和处理程序返回值的细节。
Listing 2 shows the kind of cluttered code that would result from using Boolean return values.
清单2显示了一种有点杂乱的代码,这是使用布尔返回值产生的结果。
This is because they are both OUT parameters and are only used to provide the return values.
这是因为它们都是OUT参数,只用于提供返回值。
Handlers are supposed to return values that indicate whether they handled the event or ignored it.
处理程序被假设为返回表明它们是处理事件还是忽略事件的值。
Both JRMP and IIOP are used to send message invocation information or return values over the wire.
JRMP和IIOP都用于通过网络发送消息调用信息或者返回数据。
After possibly converting the return values, the client stub finally returns to the client function.
在转换返回值之后,客户端存根最终返回到客户端函数。
Return values are optionally indicated using a dashed arrow with a label indicating the return value.
返回值可以使用带有表明是返回值标签的虚线箭头表示。
Always properly handle return values of functions returning references of dynamically allocated memory.
始终正确处理返回动态分配的内存引用的函数返回值。
The JSR-172 specifies that all parameters that are passed as copy and return values are created as copy.
JSR-172指定了以副本的形式传送并以副本的形式创建返回值的所有参数。
Stored procedures have a nature of their own when it comes to database objects having multiple return values.
对于有多个返回值的数据库对象,存储过程有其天然的优势。
应用推荐