数据请求 meaning in English
dd data demand
dtreq data request
Examples
- For example , placing a commonly used , relatively static dataset in application state can increase site performance by reducing the overall number of data requests to a database
例如,如果将常用的、相关的静态数据集放置到应用程序状态中,则可以通过减少对数据库的数据请求总数来提高站点性能。 - It designed by code - level custom to a standard linux system . this mini os costs less storage space , with the function of storage management and network data sharing . base on the mini os , a nas device with basic function are designed and test
通过理论分析和实验验证,在多种设计方案中选择了对标准linux系统进行代码级裁减方案,根据nas网络存储设备对操作系统的要求,构建出一个体积很小,具有存储空间管理功能,并能响应网络数据请求的小型linux系统。 - Construct the framework of district logistics information platform with design those basic function modules such as data abstract , vehicle dispatch , cargo track , contract support , synthesis information release , decision support and date transfer . in the end of the thesis , analyzes some problem concerned in the practice of platform construction and also give some possible directions for deep study afterwards
在此基础上提出区域物流系统信息平台的总体框架构想,主要是对基本功能模块进行设计,一般而言应包括:数据抽取子系统、车辆调度支持子系统、货物跟踪支持子系统、企业业务交易支持子系统、综合信息发布子系统、宏观决策支持子系统和用于数据请求与调用的子系统。 - There are two parts in system : one is client and the other is server . with the information increasing , the two - tier construction shows a lot defect . for example , inefficient ; the operating load is unequal to the unwieldy system ; the cost for maintaining the system is high ; the investment in hardware of client is high
在信息系统中,两层结构的客户机服务器模式一度在计算机业内风行,但随着it技术的发展,大型数据库的应用系统的出现,这种两层结构已不能满足不断增长的需求,主要体现在以下几个方面:执行效率无法满足日益膨胀的客户数据请求;过于庞大的系统在负载平衡能力上显得力不从心;系统维护成本偏高,扩充工作量大;客户端硬件投资比例大。 - After carefully analyzing the network data of tcp connection in http request , this paper found that the web browser faces five delay - sources while sending or retrieving data in : dns querying , initiating the tcp connection , sending the query , retrieving data , closing the tcp connection
本文在对网络延迟对网络数据请求造成的影响规律进行详细分析后,指出了网络延迟造成socketapi调用阻塞的五个阶段: dns域名解析、建立tcp连接、发送http请求、接收服务器返回的数据、关闭tcp连接等等。