• 可以任意类型活动中添加注释问题响应

    Comments, questions, and responses can be added to any type of Activity.

    youdao

  • 还有一个严重问题生成注释可能会破坏某些样式表

    And there's a more serious problem: the generated annotations may break some stylesheets.

    youdao

  • 对于下个文章回到在上文章简要提到问题,即注释外部配置文件之间权衡

    For next month's column, I'm going back to an issue I mentioned briefly in an earlier column: the trade-offs between annotations and external configuration files.

    youdao

  • JPA允许通过注释懒散地加载属性正如我们后面看到的,考虑实体一个POJO时,方法自身问题

    JPA allows for "lazily" loading the properties through annotation, but as we will see in a later point, this approach creates its own problems when coupled with thinking that the entity is a POJO.

    youdao

  • 黛以单独注释解决了这个问题,她将这些段落置于诗篇正文方便一起阅读

    Ms Padel has overcome this problem by having paragraphs of notes run, in a single column, beside the texts of the poems so that they can be read side by side.

    youdao

  • 到目前为止已经看到如何在OptimQueryTuner各项功能帮助下分析问题查询这些功能包括查询注释访问计划等等

    So far, you've seen how you can analyze and tune a problem query with the assistance of Optim query Tuner capabilities, such as query annotation, access plan graph, and so on.

    youdao

  • 首先考虑这样情况假设通过定制InProgress注释标记一个正在开发之中,这完全没有问题吧?

    First, take a use case: Suppose that you mark a class as being in progress, through your own custom InProgress annotation. No problem, right?

    youdao

  • 非常确信增加 “-fPIC” 可以解决这个问题正是错误消息建议的(也是Makefile有关其他两个常见的 64体系架构注释我们提示)。

    Sure enough, adding "-fPIC," as the error message suggested (and as hinted at by the Makefile's comments about two other common 64-bit architectures), fixes the problem.

    youdao

  • 这种方法这个领域资深科学家,多伦多大学GeoffreyHinton称为深度学习”(见注释5),它不必仅限于处理计算机视觉问题

    This approach (which Geoffrey Hinton of the University of Toronto, a doyen of the field, has dubbed "deep learning") need not be confined to computer-vision.

    youdao

  • 其他注释(书签断点语法问题)类似,这些注释也是通过编辑器左侧空白符号指示的。

    Like other annotations such as bookmarks, breakpoints, and syntax problems, these are indicated by a symbol in the left margin of the editor.

    youdao

  • 一些国家比如印度比利时英语充其量不过第三第四种语言,多语言注释或者多语言代码的问题想像的还要大的一个问题

    In countries, such as India and Belgium, where English is a third or fourth language at best, multilingual comments or multilingual code is a slightly bigger issue than you might imagine.

    youdao

  • 第二问题就是任何重要样式表执行中都会产生许多注释这样可能由于注释太多而难以找到那些真正兴趣的注释

    A second worry is the generation of a lot of comments in any nontrivial stylesheet executionperhaps so many that it would be hard to find the ones you're really interested in.

    youdao

  • 使用相关统计数据注释问题查询,这样可以更好地理解DB 2使用哪些内容来进行评估。

    Annotate the problem query with relevant statistics to better understand what the DB2 optimizer is using for its estimations.

    youdao

  • 编写定制注释解决特定业务问题有效方法

    Writing custom annotators can be a useful way to solve a specific business problem.

    youdao

  • 后面文章中研究注释外部配置文件权衡时我会回到这个问题

    I'll return to this point in a later column when I look at the trade-offs between annotations and external configuration files.

    youdao

  • 一个问题就是生成注释提供的信息期望的

    One concern is that the generated comments are less informative than they might be.

    youdao

  • 涵盖注释器的UIMA代码发生问题以及定制注释器的注释器代码中发生的问题

    This covers all problems that occur in the UIMA code of your annotator and problems that occur in the annotator code of a custom annotator.

    youdao

  • 如果能够解决问题那么注释返回个比较长的返回值。

    If this solves the problem, your annotator may return unexpectedly long return values.

    youdao

  • 找出实际错误后,又在上面找到问题后面加注释

    After pointing out the actual errors, I made a point of adding comments about those things I just mentioned.

    youdao

  • 某些情况下,必要从级别获取UIMA日志消息调试注释器的问题

    On some occasions it may be necessary to debug the problems of your annotator by retrieving UIMA log messages of a finer level.

    youdao

  • 其他工作可能包括为图片添加注释指出问题疑问,让中心医院医生解答

    Additional things could include annotating an image to point out a problem or a question to be answered by a doctor at a central hospital.

    youdao

  • 如果UIMA 注释结果大于它们映射到的结果那么可能出现难以识别问题

    Possible problems that are not easy to identify can occur if the results of the UIMA annotator are larger than the result column they are mapped to.

    youdao

  • 问题加入所有空格、分行符、注释增加脚本文件大小应用程序加载时间

    The problem is, all of the whitespace, line breaks, and comments that you add to your code increase the file size of the script and the load time of your application.

    youdao

  • 模型提供个深刻老到的观点,以了解怎样通过注释性的UML表达业务问题

    Models provide vivid insight into how business problems can be expressed through notational UML. A typical requirements gathering includes these components.

    youdao

  • 通常简单的解决办法configure注释相应测试直接设置问题环境变量

    Often, the easiest thing to do is simply to comment out the relevant test in configure, and set the variable in question directly.

    youdao

  • 如果任何问题的话,请出来注释表格

    If you have any questions, feel free to ask in the comment form below.

    youdao

  • 需要注意主要问题v1注释

    The main thing I want to call attention to is the v1 comment.

    youdao

  • 当然可以使用JPA的EntityListeners注释处理这个问题意味着我可以监控删除事件,在事件发生时删除Runner实例

    I, of course, can handle this by using a JPA's EntityListeners annotation, which means I can hook into a removal event and use it to remove Runner instances.

    youdao

  • 当然可以使用JPA的EntityListeners注释处理这个问题意味着我可以监控删除事件,在事件发生时删除Runner实例

    I, of course, can handle this by using a JPA's EntityListeners annotation, which means I can hook into a removal event and use it to remove Runner instances.

    youdao

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

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

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