您要查找的是不是:
- Does not hold static data over successive calls. 不为连续的调用持有静态数据。
- They are known to use static data structures. 众所周知它们使用了静态数据结构体。
- Classes with static data members should not be shared. 不应共享具有静态数据成员的类。
- You can see that the StaticFun method incr( ) increments the static data i. 从中可看出,StaticFun的方法incr()使静态数据i增值。
- Check if a user has tampered with the static data in the http request. 检查用户是否篡改过http请求中的静态数据。
- The sample includes a static data file so that you can run the sample. 示例中包含静态数据文件,以便可以运行该示例。
- The final culture-clash issue surrounds the organization of the static data. 最终的文化冲突问题围绕着静态数据的组织。
- Instead, synchronize access to static data by locking a private static object. 对象来同步对静态数据的访问。
- Static data members are implemented as the equivalent of global variables. 静态数据成员以全局变量的等效形式实现。
- Returning a pointer to static data may cause a function to be non-reentrant. 返回指向静态数据的指针可能会导致函数不可重入。
- Calling convention for functions and store static data on a per-process basis. 调用约定,并且按进程存储静态数据。
- So even if you've never created an object of that class you can call a static method or access a piece of static data. 所以尽管从未创建那个类的一个对象,仍能调用一个static方法,或访问一些static数据。
- Here, we will store the cached images as static data members in the tag handler helper classes. 这里,我们将把高速缓存的图像作为静态数据成员存储在标记处理器助手类中。
- In such cases, writing a program to build static data tables is usually your best answer. 在这种情况中,编写一个程序来构建一张静态表通常是最好的解决方案。
- Windows Forms Scribble solution is extended to include some native classes that contain static data. Windows窗体随意画图解决方案被扩展为包括一些包含静态数据的本机类。
- Does not return a pointer to static data; all data is provided by the caller of the function. 不返回指向静态数据的指针;所有数据都由函数的调用者提供。
- The second code example demonstrates how to use declarative syntax to display static data in the TreeView control. 第二个代码示例演示如何使用声明性语法在TreeView控件中显示静态数据。
- The following code example demonstrates how to use declarative syntax to display static data in the TreeView control. 下面的代码示例演示如何使用声明性语法在TreeView控件中显示静态数据。
- Are not reentrant, because they use a static data structure that records which memory blocks are free. 都不是可重入的,因为它们使用静态数据结构来记录哪些内存块是空闲的。
- The framework covers the logical security aspect of a Web application and protects static data on the Web page. 这个框架覆盖了Web应用程序的逻辑安全方面,并保护了Web页中的静态数据。