• 强大交易站点动态备份,从此无须担心网络阻塞影响交易行为

    More powerful: the dynamic back-up site transactions, from network congestion not have to worry about impact of trade practices.

    youdao

  • 采用MPLS流量工程可以避免引起网络阻塞用户提供更好服务

    The network choking can be avoided by using MPLS Traffic Engineering and better service for user provided.

    youdao

  • 文中指出网络阻塞概率来源,并着重对第三个来源进行了定量分析。

    The sources of the blocking rate is pointed out and the third part is analysised mathmaticly. The capacity of the network is given using the obtained result.

    youdao

  • 无结构P 2 P网络某些共享资源节点容易出现网络阻塞瓶颈问题

    Certain high sharing nodes in unstructured P2P networks are vulnerable to counter congestion and bottlenecks.

    youdao

  • 通过注册登录等处设立验证可以防止有人恶意占用网络资源缓解网络阻塞

    Through setting the identifying code at the side of register and logging, It can prevent maliciously occupied network resources, release network congestion.

    youdao

  • 但是如果网络阻塞端口80811533TCP通信那么可以考虑启用这个选项

    If you are dealing with a network that blocks TCP communications on ports 8081 and 1533, though, you might consider enabling this option.

    youdao

  • 仿真实验结果表明抢占技术可以在低负载情况降低网络阻塞超过一个数量级

    Simulation results show that the soft preemptive scheme can reduce overall network blocking probability by more than one order of magnitude under a light traffic load.

    youdao

  • 一个报价策略除了考虑成本需求之外,还需要考虑交易规则结算方法网络阻塞

    Besides costs and requirements, a bidding strategy should consider more factors such as market rules, standard method of settlement and grid congestion.

    youdao

  • 此外安全电价可以发挥经济杠杆作用缓解输电网络阻塞问题短期容量不足问题。

    Besides, as economic leverage the pricing considering system security can play a role in remitting both power network congestion and short-term undercapacity.

    youdao

  • Windowsftp服务器软件主要特点提供目录缓存功能网络阻塞功能

    The Windows Server software. The main feature is a list of functional and non-network congestion caching function.

    youdao

  • 设计能够很好地实现有序网络数据传输降低大型网络考试时发生网络阻塞的几率,具有强的实用性

    This design can transmit the mesh data orderly and well and reduce the congestion in the massive network test, and it has a strong practical value.

    youdao

  • 其次为了确保备份数据安全性网络本身性能要求也很高可以出现网络阻塞网络意外中断等事件

    Secondly, in order to ensure the safety of the backup data, the system requires the network with excellent performance, accidents like network jam or network breakdown is not permitted.

    youdao

  • 针对由通信问题引起网络阻塞现象,理论分析入手,详细讨论了阻塞产生原因以及解决方法,最后利用实验实例验证了方法的正确性。

    The network blocking causes are discussed and a method is presented to solve the problems through the use of theoretical analysis. The suitability of the method is demonstrated in an example.

    youdao

  • 电子白板系统数据传输中,针对所传输数据类型的不同,分别采用TCPUDP两种不同协议进行传输,降低网络阻塞提高传输效率

    In the whiteboard system data transmission, according to different data type transmission, we use two different protocols of TCP and UDP to reduce network congestion and improve transfer efficiency.

    youdao

  • 运河堵塞崩塌阻塞错综复杂灌溉网络

    Small blockages or collapses of the canal would choke the intricate irrigation networks.

    youdao

  • 初始化使用少量阻塞调用尤其是编写注重性能网络服务时。

    Use blocking calls sparingly and only for initialization, especially when writing network services where performance matters.

    youdao

  • 特别是如果把所有事件放在主线程中来处理,需要长时间来处理的事件比如网络访问或者数据库查询,会阻塞整个UI

    Specifically, if everything is happening in a single thread, performing long operations such as network access or database queries on the UI thread will block the whole user interface.

    youdao

  • 意味着有人尝试这个网络访问站点时,他们受到阻塞,这也将缩减您的用户

    And that means when someone tries to access your site from that network, they'll be blocked, too... meaning you've just cut your user base.

    youdao

  • 如果UI线程需要处理一件事情那些耗时很长的操作——诸如访问网络查询数据库等——将会阻塞整个UI(线程)。

    Specifically, if everything is happening in the UI thread, performing long operations such as network access or database queries will block the whole UI.

    youdao

  • 数据包丢失延迟到达情况下将启用阻塞控制进一步限制性能避免更多全局网络问题

    Packet loss, or late arrival, enables congestion control, which further limits performance to avoid more global networking issues.

    youdao

  • 含有恶意代码问题代码广告阻塞网络降低性能锁死整个页面甚至浏览器崩溃

    An AD containing malicious or poorly written code could hog the network connection, degrade performance, freeze the entire page, or crash the browser.

    youdao

  • 执行这个网络行为期间,curl_exec函数一直阻塞直到HTTP操作完成

    During this network activity, the curl_exec function will block until the HTTP operation is completed.

    youdao

  • 比如service可以用户执行另一个应用后台播放音乐或者阻塞用户与activity交互通过网络抓取数据

    For example, a service might play music in the background while the user is in a different application, or it might fetch data over the network without blocking user interaction with an activity.

    youdao

  • 由于它们因特网网关带宽限制美国陆海空三军最近开始阻塞来自它们内部网络的,对例如YouTubeMySpace之类视频服务器访问请求。

    America's armed forces recently began blocking access to video services such as YouTube and MySpace from their internal networks, because of bandwidth limitations at their Internet gateway.

    youdao

  • 可以阻塞线程,再调用f.get()可以网络调用继续进行或是忽略掉f

    allows your thread to block - by calling f.get() - to ensure the network calls succeed, or go away by ignoring f altogether.

    youdao

  • Python标准缺少异步、非阻塞网络应用程序支持的说法并不完全正确

    It is not quite true that Python's standard library lacks support for asynchronous, non-blocking network applications.

    youdao

  • 大量使用时,Web服务变得过于庞大,从而阻塞网络通信

    When used in massive quantities, Web services get bloated and clog up network traffic.

    youdao

  • 使用大量大型文件时,这些Web服务阻塞网络通信导致系统超载

    When large files are used in massive quantities, these Web services can clog up network traffic, resulting in system overloads.

    youdao

  • 某个网络路由器出现问题导致WebSphereApplicationServer服务区域很多工作线程阻塞

    A network router had issues and caused many worker threads within the WebSphere Application Server servant region to block.

    youdao

  • 某个网络路由器出现问题导致WebSphereApplicationServer服务区域很多工作线程阻塞

    A network router had issues and caused many worker threads within the WebSphere Application Server servant region to block.

    youdao

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

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

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