记作业>英语词典>accessing翻译和用法

accessing

英 [ˈæksesɪŋ]

美 [ˈæksesɪŋ]

v.  访问,存取(计算机文件); 到达; 进入; 使用
access的现在分词

现在分词:accessing 

计算机

柯林斯词典

  • N-UNCOUNT 进入(权);通道;入径
    If you haveaccess toa building or other place, you are able or allowed to go into it.
    1. The facilities have been adapted to give access to wheelchair users.
      这些设施已经改造过以方便轮椅使用者进入。
    2. Scientists have only recently been able to gain access to the area...
      科学家直到最近才得以进入该地区。
    3. The Mortimer Hotel offers easy access to central London.
      从莫蒂默旅馆去往伦敦市中心交通近便。
  • N-UNCOUNT 查阅(或使用)的机会(或权利)
    If you haveaccess tosomething such as information or equipment, you have the opportunity or right to see it or use it.
    1. ...a Code of Practice that would give patients right of access to their medical records.
      允许病人查看自己病历的职业准则
    2. ...whether one has access to a dish and the other accoutrements needed to watch satellite TV.
      是否能使用碟型卫星天线以及其他观看卫星电视所需要的装备
  • N-UNCOUNT 接近(或面见)的机会(或权利)
    If you haveaccess toa person, you have the opportunity or right to see them or meet them.
    1. He was not allowed access to a lawyer.
      他未被获准见律师。
    2. My ex-wife deliberately sabotages my access to the children.
      我的前妻蓄意阻挠我见孩子。
  • VERB 存取,访问(计算机信息)
    If youaccesssomething, especially information held on a computer, you succeed in finding or obtaining it.
    1. You've illegally accessed and misused confidential security files.
      你已经非法访问并盗用了机密的安全文件。

双语例句

  • The HTML DOM defines a standard way for accessing and manipulating HTML documents.
    HTMLDOM定义了一个访问和处理HTML文档的标准方法。
  • UriInfo is an interface for accessing application and request URI information.
    UriInfo是个接口,可以获取应用和请求的URI信息。
  • JSR-170 provides two methods for accessing nodes: traversal access and direct access.
    JSR-170提供了两种存取内容的方法:遍历存取和直接存取。
  • Fix problems with accessing shared files and printers.
    纠正访问文件和打印机的问题。
  • The differences between Java and SQL need to be managed when accessing relational data from Java.
    当从Java程序访问关系数据时,Java与SQL之间的不同点需要得到管理。
  • There was a problem in accessing the system's multimedia component.
    访问系统的多媒体组件时出现了问题。
  • This password can now be used for accessing DB2 and DB2 NVS via SSH.
    现在,可以使用这个密码通过SSH访问DB2和DB2NVS。
  • This datasource will be used for configuring the federated repository accessing this database.
    此数据源将用于配置访问此数据库的联合存储库。
  • Directory standards define a format for storing and accessing that information.
    目录标准定义储存和访问这种信息的格式。
  • Just_this skips the method code, while accessing foo.
    对foo.justthis的访问跳过了方法代码,而对foo.somethingelse的访问则运行了代码;