• 审计应当审计对象书面意见一并报送审计机关

    The audit team shall submit to the audit institution the auditee's written comments along with its own report.

    youdao

  • 审计组的审计报告报送审计机关应当征求审计对象意见

    However, prior to submission of the report to the institution, the team shall solicit opinions of the auditee.

    youdao

  • 分析审计定义功能介绍了审计对象的选择条件和审计进程遵循规则

    Based on analysis of definition and function of audit mechanism, the principle of setting audit object and rules that audit must abide by are introduced.

    youdao

  • 审计对象应当接到审计审计报告,将书面意见送交审计组。

    The entity under audit shall, within ten days upon receipt of the audit report of the audit team, submit its written opinions to the audit team.

    youdao

  • 审计对象应当接到审计组的审计报告书面意见送交审计

    The auditee shall, within 10 days from the date it receives the audit team's report, send its comments in writing to the audit team.

    youdao

  • 最初内部控制关注研究源于外部审计基于降低审计风险而进行的对被审计对象内部控制的评价

    The initially concern and research of the internal control from external audit that based on the targets of reducing the audit risk through evaluate its effectiveness.

    youdao

  • 结果表明模型较好地帮助审计人员准确判断审计对象的基本状况快速确定审计重点提供了有力的保证。

    The result demonstrates, the model can help the auditing people judge the auditing object condition accurately, it is important to find auditing emphasis.

    youdao

  • 不朽内存创建审计线程对象,在运行

    Create the auditing thread object in immortal, running in the heap.

    youdao

  • 如果应用程序不能验证通过用于对象安全性用户一个名称空间那么对象就不能被审计

    If the application cannot authenticate to a namespace that is used for object security or users, then its objects cannot be audited.

    youdao

  • 使用消息日志程序记录数据对象以便审计消息流。

    Log data objects using the message logger to audit a message flow.

    youdao

  • 每当框架保存对象时,需要一个地方填充这些审计字段

    Whenever the framework saves an object, there needs to be a place to populate these auditing fields.

    youdao

  • 安全和审计日志备份启动档案副本调试信息以及很少访问对象

    Security and audit logs, backups, boot disks, archival copies, debugging information, rarely accessed large objects.

    youdao

  • 一个内容审计选项用来决定审计是否记录找到报告对象报告版本输出细节

    A Content audit option that determines if the audit should record details of report versions and outputs for report objects that it finds.

    youdao

  • 通过保存方法添加审计逻辑使用这个dao保存任何对象都会自动填充审计字段。

    By adding the auditing logic to the save method, any object saved using the DAO will automatically have the auditing fields filled in.

    youdao

  • 现在如清单26创建POP,并指定被保护对象所有动作审计

    Now, as shown in Listing 26, create a POP with a specification that all actions on the protected object will be audited.

    youdao

  • 生硬的方式:在需要修改审计信息对象任何地方,都确保正确填充审计信息。

    Brute force: You can simply make sure that audit information is populated with the correct values anywhere an object requiring audit information is modified.

    youdao

  • 这个订单审计流程需要两个业务对象OrderRequestCutomer(见3)。

    There are two business objects needed for the order audit process: OrderRequest and Cutomer (Figure 3).

    youdao

  • 订单审计流程两个必需业务对象BO):OrderRequestPersonInfo(见3)。

    There are two business objects (BO) needed for the order audit process: OrderRequest and PersonInfo (Figure 3).

    youdao

  • 引入BaseEntityAuditableEntity可以根据是否需要对象审计信息,分别这些基类派生出具体的持久化类。

    It also introduces the BaseEntity and AuditableEntity base classes, from which concrete persistent classes can be extended, depending on whether or not auditing information is required for an object.

    youdao

  • 审计contentstore记录所找到所有对象(文件夹报告查询)。

    This audit will process through the content store tree and log all the objects (folders, reports, queries, etc.) that it finds.

    youdao

  • Oracle允许审计跟踪用户对象

    Oracle allows you to audit trail users and objects.

    youdao

  • 对于ContentStore内用于对象安全性功能分配每个名称空间,都必须一个具备有效登录细节的项存在确保它们审计

    It is essential that an entry exists, complete with valid login details, for every namespace that is used for object security or capability assignment in the Content Store so that they can be audited.

    youdao

  • 存在ContentStore内的对象审计

    An audit of all the objects that exist in the main Content Store.

    youdao

  • 为了让审计系统了解如何每个对象作为条记录输出审计日志中需要使用 /etc/security/events文件中的相应条目

    For audit to understand how to print each object as a record to the audit log, it needs a corresponding entry in the /etc/security/events file.

    youdao

  • 1引入IdentifiableAuditable接口这些接口定义API用来标识对象实例设置对象实例的审计信息

    Figure 1 introduces the Identifiable and Auditable interfaces, which define the API for identifying object instances and setting audit information on object instances.

    youdao

  • 要求审计任何对象需要增加4个字段每个字段存储一种审计信息

    Any object that requires auditing needs just four additional fields, one for each piece of auditing information.

    youdao

  • 当前网站集中读取审计信息前,我们首先要创建SPAuditQuery对象,并用一个SPSite对象初始

    To read audit entries from the current site collection you must start by creating an SPAuditQuery object and initializing it with an SPSite object.

    youdao

  • 审计最大传入队列深度显示了同一时刻多少个measurement对象正在排队等候审计线程处理

    The audit maximum incoming queue depth shows how many measurement objects were waiting on the queue to be processed by the audit thread at any one time.

    youdao

  • 大多数应用程序需要记录审计信息,比如何时创建对象创建了对象、何时修改对象以及谁修改了对象

    Most applications want to keep track of when some or all objects are created and who created them, as well as when an object is modified and who modified it.

    youdao

  • 本文代码示例(下载可以获得完整代码)演示如何使用这些接口帮助执行审计减少数据访问对象(DAO)中的代码重复

    This article's code examples (see Download to obtain the full package) show how to use these interfaces to facilitate auditing and reduce code duplication in data access objects (DAOs).

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定