The primary culture of vascular smooth muscle cell used attachment-block method.
血管平滑肌细胞的原代培养采用贴块法进行。
DATA SYNTHESIS: The Schwann cells could be cultured by tissue block method and enzymes digesting method.
资料综合:许旺细胞的培养方法包括组织块法和酶消化培养法。
The writer takes Baishui gold placer as an example and suggests a "synthetic block method"for the calculation of gold placer reserves.
作者以白水砂金矿为例,提出合成块段法计算砂金储量的方法。
METHOD: Human pulp cells were primary cultured with tissue block method, enzymolytic method, and tissue block enzymolytic method separately.
方法:分别采用组织块法、酶消化法、组织块酶消化法进行人牙髓细胞原代培养。
Experiments of the initiation capacity of the new structure and that of the conventional cylindrical structure were made through steel block method.
利用轴向钢凹实验方法对新结构传爆药柱与常规圆柱形传爆药柱的起爆威力进行了对比实验。
Through exemplification and research of making the use of the practical computer technology to design railway maintenance machinery with building block method.
通过实际利用计算机技术对铁路养路机械积木式组台设计的例证、研究。
The reserve calculation methods used in the production units at present are mainly the traditional ones based on solid geometry, namely cross-section method or geological block method.
目前,在实际生产单位所采用的储量计算方法主要是基于立体几何的传统方法,即剖面法或地质块段法。
Note that the resource adapter should not block in this method.
注意,资源适配器不应当阻塞在这个方法中。
Many standard optimizations can only be performed within a "basic block," and so inlining method calls is often important to achieve good optimization.
许多标准的优化只能在“基本块”内执行,所以内联方法调用对于达到好的优化通常很重要。
The method takes a block to dynamically determine the headers.
这个方法使用一个块动态地决定标题。
Because the entire body of the method is a single block, I can define and use local variables within the body without any problems.
因为整个方法是一个块,所以我可以毫无问题地在正文中定义并且使用局部变量。
Translate block comments at the beginning of methods describing what the method does into unit tests.
将位于方法开头、说明该方法所起作用的注释块翻译为单元测试。
Synchronized methods and blocks allow a thread to lock an object on entry and unlock the object on exit (to the method or block).
同步的方法和代码块允许线程在入口处锁定对象并在出口处解锁(针对方法或代码块)。
Synchronized method or synchronized block?
同步方法或同步代码块?
Creating the synchronized block yielded 16 lines of bytecode, whereas synchronizing the method returned just 5.
创建同步代码块产生了16行的字节码,而创建同步方法仅产生了5行。
The new method is created with the selected block of code in it refactored to properly use the argument and return values of the new method.
当重构了新方法内的所选代码块以便恰当使用新方法的参数和返回类型后,新方法就创建完成了。
Linear mode is one of the simplest methods of combining two or more block devices into a "RAID" volume — the method of simple concatenation.
线性模式是将两个或多个块设备组合为一个“RAID ”卷的最简便方法之一——只是将设备连接起来。
Each object allocated on the GC heap has an 8-byte overhead (sync block + method table pointer).
每个在GC堆中分配的对象有一个8字节的头(同步块+方法表指针)。
Click inside the method block so that the TDT context will be aligned.
在方法块中单击,以便TDT上下文的排列。
For example, many JVMs are sophisticated enough to recognize that a block of code being looped over constitutes "hot" code, even if there's only a single call to the method that contains that block.
例如,许多先进的编译器可以识别出构成“热”代码的循环代码块,即使它只包含对包含方法的一个调用。
The method should not block and should return in a timely fashion.
这个方法将不会堵塞并会及时返回。
In this case, the each method has the block of code between the braces associated with it.
在此情况下,each方法都有一个代码块,并且被与之相关的括号括起来。
You pass the before method an optional symbol and a code block.
您向before方法传递一个可选的标志和一个代码块。
This method processes one block at a time and stores the output (the encrypted result) in the ivBytes array.
这个方法一次处理一块并将输出(加密的结果)储存在ivBytes数组中。
For each case, you pass a code block that fires a Squeak method.
针对每种情况,传递一个代码块,它触发一个Squeak方法。
This method, called from a Finally block instead of Close, would encapsulate the Close/Abort logic.
在Finally语句块中可以调用该方法,而不是调用Close,它封装了Close/Abort逻辑。
Listing 4 adds logging to the third try block, logging just the method name for each part of the stack trace.
清单4向第三个try块添加了日志记录功能,只记录堆栈跟踪每部分的方法名称。
Using a dispatcher queue to execute the code in parallel with the caller and then an OS event to block a public method that waits for the result (assuming a synchronous future pattern).
使用一个dispatcherqueue来并行的执行调用者和被调用的代码,然后一个操作系统事件会阻塞一个等待结果的公共方法假定一个同步未来模式assuming a synchronous future pattern,看不懂,再汗一个-_- !
As more advanced JVMs have emerged, the cost of synchronization has decreased, but there is still a performance penalty for entering and leaving a synchronized method or block.
随着更高级的JVM的出现,同步的代价降低了,但出入synchronized方法或块仍然有性能损失。
Because shout is a static method that takes in a String as the first parameter, all Strings wrapped in a use block get a shout method.
由于shout是一个接受String作为第一个参数的静态方法,因此所有封装到use块中的String都获得了一个shout方法。
应用推荐