accessor

英 [ˈæksɛsə] 美 [ˈækˌsɛsər]

网络  存取子; 存取; 访问器; 存取器; 访问方法

计算机



双语例句

  1. First, I can bypass the accessor method of a property by prepending a@ to a property.
    首先,可以通过在一个属性前面附加一个@来绕过该属性的访问器方法。
  2. Doing lots of reflection can cause many accessor classes and classloaders to be created.
    执行大量反射会造成创建许多访问程序类和类加载器。
  3. If the object argument is null, you need to generate a null accessor for the type.
    如果对象参数为空,您需要为这个类型生成一个空访问器。
  4. Several other methods, including text(), html(), and xml(), perform double duty as both accessors and mutators.
    还有一些方法,包括text()、html()和xml(),作为accessor和mutator同时执行两种任务。
  5. This command loads the module named manager. py, which has a number of Manager accessor methods and some code to start the Manager.
    该命令加载了名为manager.py的模块,这个模块有很多Manager访问方法和一些代码来启动Manager。
  6. This provides more secure access than a traditional alternative: Run the Web server as root(!), with instances switching to the privilege of the file accessor.
    与传统备选方法相比,这种方法提供了更安全的访问:以root的身份运行Web服务器,并提供转换到文件访问器权限的实例。
  7. There is no mechanism in the mapping meta-data file to distinguish these two styles of boolean property because the boolean getProperty is an incorrect accessor.
    在映射元数据文件中没有辨别这两种样式的布尔型属性的机制,因为布尔型getProperty是一个不正确的访问器。
  8. As for followpos(), I have added an accessor and new code in the class constructor
    至于followpos(),我在类构造器中添加了一个取值(方法)和新代码
  9. In this bean class most of the methods, other than the EJB call back methods, are accessors and setters for the above properties.
    在这个bean类中,大多数方法(EJB回调方法除外)都是上述属性的accessor和setter。
  10. Similarly, write-only should be used whenever the corresponding C# property has only set accessor.
    类似的,在相应的C属性只有setaccessor时,应该使用write-only。
  11. The read-only value should be used whenever the corresponding C# property has only the get accessor method.
    在相应的C属性只有getaccessor方法时应该使用read-only值。
  12. ActionForms are nothing but Java classes extending the Struts-provided ActionForm classes, which have accessor and mutator methods.
    ActionForms只是一些Java类而已,它继承了Struts所提供的ActionForm类,这些类中包含有accessor和mutator方法。
  13. You also need to add a few simple accessor methods to SimpleNode.
    您还需要将一些简单的存取器方法添加到SimpleNode。
  14. Both the chart data service and the chart data updater depend on the chart data accessor to load data from or store data to a data store.
    图表数据服务和图表数据更新器都依赖图表数据访问器来从数据存储加载数据,或向其中存储数据。
  15. You can create the class quickly by using Eclipse's features for creating accessors and constructors from fields.
    您可以通过使用Eclipse的从字段创建存取器(accessor)和构造函数的特性来创建这些类。
  16. This accessor is called back in the onSubmitClick() event handler method in the InputPage after it gets a new instance of the page.
    InputPage中的onSubmitClick()事件处理方法在获得页面的新实例之后调用这个accessor方法。
  17. You then provide matching annotations and field names above the accessor methods.
    然后提供accessor方法上面所匹配的注解和字段名称。
  18. You can control the reflection accessor behaviour using system properties.
    您可以使用系统属性控制反射访问程序行为。
  19. You'll use attr_accessor to define methods for reading and setting this variable.
    您将使用attraccessor来定义用于读取和设置这个变量的方法。
  20. Flags a property as an accessor function for an element of the default collection.
    将属性标记为默认集合的某个元素的访问器函数。
  21. Both accessor methods of a property or event must have the same modifiers
    属性或事件的两个访问器方法必须具有相同的修饰符
  22. When you declare a property, you must also declare its accessor methods.
    当声明属性时,还必须声明它的访问器方法。
  23. Event accessor must begin with add_or remove_.
    事件访问器必须以add或remove开头。
  24. To do this, you need to call C++ accessor functions whenever a script reads or writes those variables.
    要做到这一点,每当一个脚本需要去读写这些变量时,你需要去调用C++访问器函数。
  25. An accessor is a C++ callback that calculates and returns a value when an object property is accessed by a JavaScript script.
    访问器是一个计算并且返回一个值的C++回调函数,将在一个对象的属性被JavaScript脚本访问时调用。
  26. No repeating element accessor for { 0}: { 1}.
    {0}:{1}没有重复的元素访问器。
  27. There is no set accessor because the name must be provided to the constructor.
    不存在设置访问器,因为必须给构造函数提供名称。
  28. An accessor discovers from its context what it is being asked to do.
    访问器从其上下文中寻找它要做的事情。
  29. A console window will appear, prompting you to specify which kind of accessor to use.
    将出现一个控制台窗口,提示您指定要使用的访问器类型。
  30. Use accessor methods instead of constructors to reinitialize the object.
    使用访问函数方法代替构造函数来重新初始化对象。