You will now create a private variable for the process.
现在,您将为流程创建一个私有变量。
Add a private variable filename of type String to this class.
将私有变量filename添加到该类中,数据类型为String。
A new private variable Untitled1 appears in the list on the left.
一个新私有变量untitled1出现在左侧的列表中。
It is because new function is trying to access private variable but it cannot.
这是因为新的函数虽然尝试访问私有变量但它实际是不允许的。
Demands placed on the assembly or non-private variable level will not produce a compiler warning.
针对程序集或非私有变量级别的要求将不会产生编译器警告。
This code defines the private variable (nothing is visible unless annotated as Shared), and then the initialization logic.
这段代码定义私有变量(除非注释为shared的,否则所有元素都是不可见的),然后定义初始化逻辑。
To retain a reference to this object, declare a private variable in the class in which you implement the solution event handlers.
若要保留此物件的参照,请在您实作方案事件处理常式的类别中宣告私用变数。
The string is saved in a private variable so we have access to the string when the enumerator calls the matches() method to create the result set.
这个字符串被保存在私有变量中,这样当枚举器调用matches()方法创建结果集的时候就可以访问这个字符串。
As mentioned before, each session has its own private value of a given global variable.
如上文所述,每个会话对于给定的全局变量都具有自己的私有值。
And because each global variable has session scope, every session has its own private value that it can manipulate and use and no other session can access that value.
并且由于每个全局变量以会话为范围,所有会话都拥有自己的私有值进行操作和使用,而其他会话无法访问这些私有值。
The agent private memory can be increased by moving the instance Shared memory to a higher address by setting the DB2DBMSADDR DB2 registry variable.
我们可以通过设置DB2DBMSADDRDB 2注册表变量,将实例共享内存移到更高的地址,从而增加代理私有内存。
This business object encapsulates the Notes document in a private instance variable inherited from the BOEntity class, so any direct access to this document and its items is prevented.
而这个业务对象在从boentity类继承的一个私有实例变量中封装Notes文档,这样可以保护任何对该文档及其项的直接访问。
As the name suggests, the convert local variable to field refactoring takes a local variable and converts it to a private field of the class.
正如其名称所示,这个ConvertLocalVariabletoField重构能够获取一个本地变量并将这个变量转换为此类的一个私有字段。
Finally, we need to add a single variable to the 'private:' section of the header file. This is the object that will handle the external executable (FFMPEG) from within qt.
最后,我们需要在头文件的“private:”部分中添加一个变量。
To facilitate this, the plug-in class implements the singleton pattern: It stores a reference to itself in a private class variable.
为了使这一点更方便,插件类实现单模式(singletonpattern):它在私有类变量中存储一个自身的引用。
Therefore, analyzing the main variable which can decide the suitable boundary of the private enterprise's system is of extremely vital significance.
为此,对决定私营企业制度适用边界的主要变量进行分析具有十分重要的意义。
How can I use a private member variable in a non-member function, when the variable happens to be a pointer?
我如何能在非成员函数使用私有成员变量时,变量是指针?
This enables a cool way to use dispatch_once in your code: just declare a global variable with an initializer and mark it private.
这样就有了一种很酷的'单次调用'方式:只声明一个全局变量和私有的初始化方法即可。
This enables a cool way to use dispatch_once in your code: just declare a global variable with an initializer and mark it private.
这样就有了一种很酷的'单次调用'方式:只声明一个全局变量和私有的初始化方法即可。
应用推荐