绝不调用任何不可重入函数。
绝对不调用不可重入的函数。
在中断之前不调用异常处理程序。
程序可能不调用DLL中的函数。
这是非常简单的代码,它不调用分配器。
允许执行继续,但不调用异常处理程序。
Allows execution to continue without invoking the exception handler.
也就是说,在空的实例上不调用该方法。
如果我不调用基类呢?
即使你实际上从不调用该函数,情况也是这样。
还可以使用此接口创建普通对象,而不调用它们的构造函数。
You can also create vanilla objects without calling their constructors using this interface.
如果不调用,你的物体可能将不与任何物体碰撞而穿过地板。
If this is not called, your objects will probably fall straight through the floor without ever colliding with it.
如果在缓存中找到了所需的结果,它就不调用服务器,直接提供数据。
If it finds the needed results there, it won't call the server and simply provides the data.
这不是该函数的目的,我更倾向于不调用它,因为它仅用于内部工作。
This isn't what the function is intended for, and I would like to prevent outsiders from calling it, because it is intended only for my internal work.
如果你不调用任何Windows的功能,这两个是图书馆只需要。
If you don't call any Windows functions, these two are the only libraries required.
但它不调用应用处理程序;它只将其自身限于打印已识别的XPath。
It does not call into the application handler though; it limits itself to printing recognized XPaths.
有人便不得不调用外力的帮助来解释宇宙的诞生,最方便的莫过于神明一说。
One would have to invoke an outside agency, which for convenience one can call God, to determine how the universe began.
因为不调用异常处理程序,这会导致更严重的后果,包括更多的异常和错误。
Because the exception handler is not invoked, this can lead to further consequences, including additional exceptions and errors.
然而,你不调用这个方法,iPhoneOS就不会发送事件到你的窗口上。
However, if you don't call this method, the iPhone OS won't send events to your window.
malloc例程不调用构造函数,但是construct要调用构造函数。
The malloc routine doesn't call the constructor, but construct does.
但由于基线条件并不调用任何其他函数,所以无需从堆栈框架加载链接寄存器——值还在原处。
However, since the base case doesn't call any other functions, you don't need to load the link register from the stack frame — the value is still there.
如果逻辑上不要求运算符过程调用自身,请移除任何递归调用,或将其替换为不调用自身过程的语句。
If your logic does not require the operator procedure to call itself, then remove any recursive calls or replace them with statements that do not call their own procedure.
函数可以自由使用288字节的内存,对于不调用其他函数的函数来说,这段内存物理上在堆栈指针之下。
Functions are free to use the 288 bytes that are physically below the stack pointer for functions that do not call other functions.
你可以避免2的情况,只要不调用CG .Collect就行了-如果你在写应用,通常情况下你永远都不需要调用它。
You can avoid 2 by not calling GC.Collect yourself -if you are writing an app, usually you should never call it yourself.
如果没有发现该属性,或者已经过期了,应用程序不得不调用后端来获取属性,把它保存到EPPS,并且返回该属性。
If the property is not found, or is expired, the application has to call the backend to get the property, save it to EPPS, and then return the property.
这表明,进程试图访问因某种原因已破坏的共享内存段,并将不调用“fatal_error”或“panic”而崩溃。
This indicates that the process tried to access a Shared memory segment that was corrupted for some reason, and will crash without calling "fatal_error" or "panic."
尽管LOAD命令并不调用触发器,但它有一个XMLVALIDATE选项,该选项的语法与IMPORT命令的语法相同。
Though LOAD command doesn't invoke trigger, it has XMLVALIDATE option whose syntax is the same as that of IMPORT command.
这意味着正在执行的代码从来不会被这个定时器类的实例所抢占(假设你不调用Application . DoEvents)。
This means that application code that is executing will never be preempted by an instance of this timer class (assuming you don't call Application.DoEvents).
当装箱需要从int转换到Integer 时,编译器并不调用new Integer(int),而是生成对 Integer.valueOf(int) 的调用。
When boxing requires conversion from int to Integer, rather than calling new Integer(int), the compiler generates a call to Integer.valueOf(int).
因此,不调用任何数据库的库 --无论是特定的RDBMS还是通过象ODBC 这样的机制 --xml2sql和dtd2sql 都创建简单的文本SQL语句。
Therefore, rather than call any database library -- whether for a specific RDBMS or via a mechanism like ODBC -- xml2sql and dtd2sql create simple textual SQL statements.
因此,不调用任何数据库的库 --无论是特定的RDBMS还是通过象ODBC 这样的机制 --xml2sql和dtd2sql 都创建简单的文本SQL语句。
Therefore, rather than call any database library -- whether for a specific RDBMS or via a mechanism like ODBC -- xml2sql and dtd2sql create simple textual SQL statements.
应用推荐