current result信息详情

current result发音

意思翻译

当前结果

相似词语短语

result───n.结果;成绩;答案;比赛结果;vi.结果;导致;产生

in result───adv.结果

current───adj.现在的;流通的,通用的;最近的;草写的;n.(水,气,电)流;趋势;涌流;n.(Current)(英)柯伦特(人名)

result of───是…结果;由于…结果

View Result───查看结果

examination result───考试结果,成绩;核赔结论

concordant result───一致结果

check result───检验结果,校验结果;检验[核对]结果

asa result───asa结果

双语使用场景

Our current result exhibited that this approach is an efficient and ease-to-use technique for maize genetic transformation.───此结果表明,超声波处理花粉转化技术是一种方便、有效的玉米遗传转化新途径。

the results it gives can only look as the standard for judgment, and cannot give us the essential method to solve problems or optimize current result.───数值方法的基础是理论分析,而且数值分析只能给出特定条件下的结果,其结果具有评价性能参考意义,不能从根本上提供解决或者优化问题的方法。

At run-time, your RowHandler decides which one is the appropriate object to return for the current result set row.───在运行时,RowHandler决定对于当前的结果集行返回哪种对象。

Closes an open cursor by releasing the current result set and freeing any cursor locks held on the rows on which the cursor is positioned.───释放当前结果集,然后解除定位游标的行上的游标锁定,从而关闭一个开放的游标。

Method simply returns the current result of the static counter value.───方法只返回静态计数器值的当前结果。

The CLOSE statement releases the current result set associated with the cursor.───CLOSE语句释放与游标关联的当前结果集。

GetSchemaTable returns a DataTable object populated with rows and columns that contain the schema information for the current result set.───GetSchemaTable将返回一个填充了行和列的DataTable对象,这些行和列包含当前结果集的架构信息。

The End method stops processing a script, and returns the current result.───End指令的作用是结束脚本进程,返回当前结果。

英语使用场景

Listing 6 shows a thread-safe counter that uses synchronized to ensure that the increment operation is atomic and uses volatile to guarantee the visibility of the current result.