MY词语>英语词典>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.
      你已经非法访问并盗用了机密的安全文件。

双语例句

  • Our approach unifies the paradigm for creating and accessing business logic.
    我们的方法统一了创建和访问业务逻辑的范型。
  • A system load analysis model for user concurrent accessing is established.
    构建了用户并发访问过程的系统负载分析模型。
  • I also provide an example Java client program for accessing Derby.
    另外,我还提供了一个用于访问Derby的示例Java客户机程序。
  • A highly duplicated index can severely impact the speed of accessing, updating and deleting data.
    一个高度重复的索引可能会严重影响访问、更新和删除数据的速度。
  • There was a problem in accessing the system's multimedia component.
    访问系统的多媒体组件时出现了问题。
  • Fix problems with accessing shared files and printers.
    纠正访问文件和打印机的问题。
  • Accessing properties of JavaBeans in the request, session, and application contexts.
    在请求、会话和应用程序上下文中访问JavaBean的属性。
  • These plugins include accessing various data stores including CouchDB, REST storage and Google AppEngine.
    这些插件包括访问存取各种数据库,例如CouchDB、REST存储和GoogleAppEngine。
  • UriInfo is an interface for accessing application and request URI information.
    UriInfo是个接口,可以获取应用和请求的URI信息。
  • Just_this skips the method code, while accessing foo.
    对foo.justthis的访问跳过了方法代码,而对foo.somethingelse的访问则运行了代码;