This paper studies the method of point by point dimension parametric drive.
提出了逐点驱动的尺寸驱动参数化方法。
Based on that the paper implement the method of point the suction device accurately and analyse the feasibility of sensor.
在此基础上分析设计了对吸口位置精确定位的控制方法,以及传感器选用的可行性。
This paper introduces how Jihua Synthetic Resin Factory gets the wastewater in ABS unit to reach the COD discharge standard by the method of point source treating and process optimizing.
对吉林石化公司合成树脂厂废水处理系统存在问题进行了分析,通过点源治理、艺调优等方法使废水COD达标。
The static method process engineer repeats the creation of extension pages for each extension point identified in the static method.
静态方法流程工程师为使用静态方法标识的每个扩展点重复创建扩展页面。
A join point is "a well-defined point in the program flow." 3 There are many types of join points, such as a method call or a method return, which can be either a normal return or a thrown exception.
一个连接点是:一个在程序流程中定义明确的点。3连接点有很多类型,正如一个方法的调用或一个方法的返回,都可以是一个正常的返回或者抛出一个异常。
AOP lets you attach these aspects to POJOs, then specify a point in time (like the beginning of a method or exception generation) and another aspect to attach.
AOP使您可以将这些方面联系到POJO,然后指定一个时间点(如方法开始时或产生异常时)和另一个需要联系的方面。
Though starch is arefined and relatively expensive starting point, his method is more efficientthan any of the alternatives that begin with plant matter. It is also a proofof principle.
尽管淀粉提纯物,耗费较高,但它比其他任何以植物为原料的方法都更高效,并且原理得到了证明。
Applying this method on the result of ST_Envelope, which always returns a polygon for any non-empty geometry, gives us the single point we need.
将这个方法应用到ST_Envelope(对于任何非空的几何图形,它总是返回一个多边形)的结果上将得到我们需要的那个点。
When the menu name you defined in the label of your extension point is called, the public void run (IAction arg0) method of the object extending the LiveNameActionDelegate class is invoked.
在调用扩展点的标签中定义的菜单名时,将调用扩展personaction类的对象的publicvoid runWithEvent (Eventarg0)方法。
The entry point of this class is the process_definition method, shown in Listing 9
此类的入口点是 process_definition方法,如清单9 所示
The content handler may be invoked either by the user, calling the complete , method on the event instance, or at the point of emission where the emitter invokes the complete method.
内容处理程序可以由用户调用事件实例的complete方法来调用,或者是在发射器调用complete方法时的发射点处调用。
To delete the book with the id of 103, you would simply set the URL to point to item 103, change the method to delete, then press GO again (Figure 22).
要删除ID为103的图书,您只需将URL设置为指向项目103,将方法更改为DELETE,然后再次单击GO(图22)。
A simple example for main (String ) method executions would be to rerun the join point with different String arrays to generate a number of tests.
执行main (String)方法的一个简单例子是用不同的String数组生成一些测试,并反复运行连接点。
The pluglet execution entry point is the method plugletmain() of the pluglet class: GenerateActivityDiagram.
pluglet是 pluglet类的plugletmain()方法的执行切入点:GenerateActivityDiagram。
However, this behavior will break the expectations of the client because the servlet will resume at the start of the method, rather than at point where suspend was called.
然而,这种行为将打断客户机的预测,因为servlet将从头执行方法,而不是从调用suspend的位置执行。
This method calculates where the middle of any particular button is, relative to the actionBar control itself, and then clicks that point.
这种方法计算出按钮中心相对于actionBar 控件的位置,然后点击此点。
You can now call this method and interrupt execution at any point of the loop, capturing the state of the program.
现在,可以调用这个方法并在循环的任意位置中断执行,这会捕获程序的状态。
Productivity takes a hit because of the intervention of management at every point in the workflow, but this is acceptable when one considers the risk inherent in the alternative luck method.
生成效率会有间歇式的停止,因为在工作流程的每一点上都会有管理的干预,但是当考虑到幸运方法内在的风险,这点还是可以接受的。
Between these two extremes, there is a need for a distributed service discovery method that provides references to service descriptions at the service provider's point-of-offering.
两种极端之间需要分布式服务发现方法,它在提供者的提供点提供对服务描述的引用。
Along the bottom of Figure 1 are the three types of submission methods, with the vertical dashed lines indicating the point in the lifecycle at which that particular method will return.
沿着图1的底部,有三种提交方法,从上到下的点线表示具体的方法返回的生命周期中的时间点。
It is the application of the method element in a process that provides it with context that allows you to decide on what parts of the method you are actually performing at what point in the lifecycle.
过程中方法元素的应用,提供了一种环境允许你决定方法的哪些部分实际上在生命周期的什么点上执行。
Being verbose is usually a poor method of communication, since it implies the usage of words or phrases that are beyond the scope of your audience's knowledge, or you're just not getting to the point.
语言冗长通常是一种不好的交际方式,因为这意味着你所说的话让听众摸不着头脑,或者你跑题了。
Listing 11 shows the key method of interest in the AuthorizationManagerImpl, from the point of view of service layer protection.
清单11显示了从服务层保护的角度来看,AuthorizationManagerImpl中令人感兴趣的关键方法。
At some point in its execution, the each method executes the yield instruction giving it an argument that happens to be the next element of the list in the case of the Array class's each method.
在执行中的某个时刻,each方法执行yield指令,在Array类的each方法的情况下,给该指令一个正巧成为列表中下一个元素的参数。
For me, the cutoff point is more like 50 lines of code, whereas some developers would say that a method is too long if it requires you to scroll down to see its entire body.
就我而言,截止点(cutoff point)大约是50行代码,但有些开发人员会说,如果某一方法需要您向下滚动整整一天才能看完,那么该方法太长了。
The mutability of the Point class creates a documentation burden for every method that accepts a Point parameter or returns a Point.
Point类的可变性使得每一个接受Point作为参数或者要返回一个Point的方法背上了编写文档说明的沉重负担。
Note that the handle method in every extension to the com.ibm.rcp.net.faults.handler extension point is called every time any type of network fault is detected.
请注意,每次检测到网络故障时,都会调用com.ibm.rcp.net . faults.handler扩展点的每个扩展内的handle方法。
Finally, our header method draws a two-point black line all the way across the page's content area at the bottom of the header.
最后,我们的Header方法在标题的底部绘制了一条两点黑线,一直穿过页面的内容区域。
Finally, our header method draws a two-point black line all the way across the page's content area at the bottom of the header.
最后,我们的Header方法在标题的底部绘制了一条两点黑线,一直穿过页面的内容区域。
应用推荐