• 使用社交网络服务论坛讨论线程其他博主建立联系。如果他们喜欢发的东西链接的。

    Use social networking services, forums and discussion threads to connect with other bloggers. If they like your stuff, they will link to you.

    youdao

  • 节点之下一系列主题名称例如闲谈技术等等每个主题名称指向某个讨论线程

    Underneath that there are a series of topic names, such as gossip, technology, and so on, each of which points to a discussion thread.

    youdao

  • 本文通过讨论如何管理线程优先优先级序列来描述RTSJ线程化和同步

    This article describes aspects of RTSJ threading and synchronization by discussing how thread priorities and priority queues are managed.

    youdao

  • 这些阅读器可以使用扩展来将条目评论显示线程讨论

    Those readers can use that extension to display comments to an entry as a threaded discussion.

    youdao

  • 使用社交网络服务论坛讨论线程其他博主建立联系。

    Use social networking services, forums and discussion threads to connect with other bloggers.

    youdao

  • 移植应用程序使用RT线程编写应用程序以利用 RT 线程需要考虑 RT线程一些特性讨论这些特性。

    This section discusses features of RT threading that you need to take into account when porting applications to use RT threads or when writing new applications to exploit RT threading.

    youdao

  • 讨论线程服务中,连接资源表示形式示例可能包括讨论主题及其属性以及指向为主题提供响应嵌入链接

    In the discussion threading service, an example of connected resource representations might include a root discussion topic and its attributes, and embed links to the responses given to that topic.

    youdao

  • 因此新浪微博通过线程技术允许用户将发表的任何一个单一信息作为论坛主题进行讨论

    It built in threading features that allow any single message to act as a forum for discussion.

    youdao

  • 第1部分中,我们已经进程线程进行了讨论

    In Part 1, we dealt with processes and threads.

    youdao

  • 结构中,只需 /topics/ 后面输入某个内容即可容易收集讨论线程

    Within this structure, it's easy to pull up discussion threads just by typing something after /topics/.

    youdao

  • 如果使用WebSpherePortal中的并行Porlet呈现功能(稍后讨论),则可并行呈现线程配置超时。

    If the parallel portlet rendering feature in WebSphere Portal is used (discussed later), time outs are configurable for the parallel render threads.

    youdao

  • 默认情况下,会运行自己的线程(有另外的选择我们在《第9章-使用Actor的健壮的,可伸缩并发编程》中讨论),等待消息

    By default, it runs in its own thread (there are alternatives we will discuss in Chapter 9, Robust, Scalable Concurrency with Actors), waiting for messages.

    youdao

  • 除了NFS内核线程之外可以设置本文讨论参数然后就不用理会它们了。

    With the exception of NFS kernel threads, you can set and then ignore the parameters discussed in this article.

    youdao

  • 本文讨论如何应用服务器配置内存线程JDBC连接池的初始值

    The article also discusses how to initially configure the memory, thread pool, and JDBC connection pool on the application server.

    youdao

  • 本文系列文章的第一篇,讨论如何线程环境设计并发数据结构

    This article, the first in a two-part series, discusses the design of concurrent data structures in a multithreaded environment.

    youdao

  • 线程一个优点在于相对其它替代调度机制(有些我们已经讨论)而言,它们通常执行得很好

    One benefit of thread pools is that they generally perform well relative to the alternative scheduling mechanisms, some of which we've already discussed.

    youdao

  • 可以这个对象创建计时器调度其他线程工作控制导入事务系列第2部分中将详细讨论所有这些内容。

    You can use this object to create timers, schedule work on other threads, and control imported transactions, all of which I'll cover in more detail in Part 2 of this series.

    youdao

  • 最后正如以前讨论,不受服务器控制线程会造成有序关机很难实现

    Finally, as I discussed earlier, threads out of the server's control make it difficult to achieve an orderly shutdown.

    youdao

  • 从这个名称中,或许能够获得JVM如何实现硬实时线程一些线索;讨论内存管理时候我们还会详细地讨论这个问题。

    The name of the class used for hard real-time threads probably gives you a clue about how it is implemented by the JVM; we'll discuss this more when we get to memory management.

    youdao

  • 本文讨论了循环缓冲区一些常见实现线程程序循环缓冲区的启用机制提出了一些观点

    This article discusses common implementations for ring buffer and proposes some ideas for enabling a ring buffer mechanism in multi-threaded programs.

    youdao

  • 线程设计涉及到多方面考虑事项例如大小管理技术这些内容超出本文讨论范围。

    Designing thread pools involves many considerations, such as pool sizing and management techniques that are out of this article's scope.

    youdao

  • 编写线程代码时,请记住本文讨论实用程序一篇文章中讨论的实用程序。

    Whenever you're writing multithreaded code, remember the utilities discussed in this and the previous article.

    youdao

  • 为了讨论同步线程需要了解线程执行过程在处理器中的正常执行。

    In order to discuss Simultaneous Multi-Threading, you need to understand the normal execution of a single-threaded execution in a processor.

    youdao

  • 本文主要讨论特定线程编程问题解决方案一般的多道程序设计问题留待以后讨论

    This article mainly covers problems and solutions specific to multithreaded programming, leaving the general questions of multiprogramming for another day.

    youdao

  • 这里讨论示例使用了特殊无意义线程

    The example in question USES particularly pointless threads.

    youdao

  • 但是如果这个讨论导致不同主题那么打开线程继续

    But if the discussion led to an totally different subject, stop, open a new thread and go on.

    youdao

  • 为了理解DB 2 9.5新的线程功能本文首先讨论DB 2进程模型

    In order to understand the new multithreaded capabilities in DB2 9.5, this article starts with a look at the DB2 process model.

    youdao

  • 另一个知道问题Linux线程浮点堆栈限制正如JVMDiagnosticsGuide的“FloatingStacksLimitation小节讨论那样。

    Another issue to be aware of is a thread floating stack limitation on Linux, as discussed in the "floating Stacks limitation" subsection of the JVM Diagnostics Guide.

    youdao

  • 这个博文中,Coletta讨论Flash运行时线程天性所带来挑战

    In Coletta's post this week, he discusses some of the challenges with the singled threaded nature of the Flash runtime.

    youdao

  • 可能短短几文字中讨论Swing应用程序中的线程问题这么复杂主题

    I couldn't possibly cover a topic as complex as threading issues in a Swing application in a few short paragraphs.

    youdao

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

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

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