英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

pooling    音标拼音: [p'ulɪŋ]
adj. 共用的

共用的

Pooling \Pool"ing\, n. (Law)
The act of uniting, or an agreement to unite, an aggregation
of properties belonging to different persons, with a view to
common liabilities or profits.
[1913 Webster]


Pool \Pool\, v. t. [imp. & p. p. {Pooled}; p. pr. & vb. n.
{Pooling}.]
To put together; to contribute to a common fund, on the basis
of a mutual division of profits or losses; to make a common
interest of; as, the companies pooled their traffic.
[1913 Webster]

Finally, it favors the poolingof all issues. --U. S.
Grant.
[1913 Webster]

69 Moby Thesaurus words for "pooling":
bipartisanship, centering, centralism, centralization, coaction,
coadjuvancy, coadministration, coagency, cochairmanship,
codirectorship, collaboration, collaborativeness, collectivism,
collusion, commensalism, common effort, common enterprise,
communalism, communism, communitarianism, community, complicity,
concentralization, concentration, concert, concord, concordance,
concurrence, convergence, cooperation, cooperativeness, duet,
duumvirate, ecumenicalism, ecumenicism, ecumenism, esprit,
esprit de corps, fellow feeling, fellowship, focalization,
focusing, harmony, joining of forces, joint effort,
joint operation, mass action, morale, mutual assistance, mutualism,
mutuality, octet, pooling of resources, pulling together, quartet,
quintet, reciprocity, septet, sextet, solidarity, symbiosis,
synergism, synergy, team spirit, teamwork, trio, triumvirate,
troika, united action


请选择你想看的字典辞典:
单词字典翻译
pooling查看 pooling 在百度字典中的解释百度英翻中〔查看〕
pooling查看 pooling 在Google字典中的解释Google英翻中〔查看〕
pooling查看 pooling 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • What is database pooling? - Stack Overflow
    360 Database connection pooling is a method used to keep database connections open so they can be reused by others Typically, opening a database connection is an expensive operation, especially if the database is remote You have to open up network sessions, authenticate, have authorisation checked, and so on
  • What is Object Pooling in Java? - Stack Overflow
    5 Pooling Object Pooling: Pooling basically means utilizing the resources efficiently, by limiting access of the objects to only the period the client requires it Increasing utilization through pooling usually increases system performance Object pooling is a way to manage access to a finite set of objects among competing clients
  • postgresql - Confused about NpgSql connection pooling vs . . .
    AddDbContextPool doesn't affect connection pooling DbContext is a Unit-of-Work, not a database connection Pooling them makes sense if you don't want to pay the (usually small) penalty of recalculating the DbSet metadata The real cost is establishing database connections and closing them Connection pooling helps by resetting connections instead of closing them, thus releasing any locks or
  • Whats the difference between Conv layer and Pooling layer in CNN?
    The pooling layer and the convolution layer are operations that are applied to each of the input "pixels" Let's take a pixel in the center of the image (to avoid to discuss what happens with the corners, will elaborate later) and define a "kernel" for both the pooling layer and the convolution layer of (3x3)
  • Postgres and . Net - Connection Pooling - Best Practices
    Due to these idle connections pooling up and reaching the max pool size, I have temporarily set the idle connection timeout very low Otherwise these idle connections stack up and hit the artificial ceiling for open connections
  • C# Object Pooling Pattern implementation - Stack Overflow
    Pooling in threaded environments is a recurring problem, solved by design patterns such as Resource Pool and Resource Cache Check out Pattern-Oriented Software Architecture, Volume 3: Patterns for Resource Management for more info
  • c# - . net connection pooling - Stack Overflow
    Most ADO providers use pooling per default The using statement is used to call the Dispose method of the object (in this case the connection class) By doing so, the connection is either returned to the pool or being disconnected depending of the connection string configuration
  • Postgres Npgsql Connection Pooling - Stack Overflow
    Npgsql connection pooling is implemented inside your application process - it has nothing to do with PostgreSQL, which is completely unaware of it The mechanism is very simple When you close a pooled connection, instead of physically closing the connection to PostgreSQL the physical connection is kept around idle in memory (in a "pool") The next time you open a new connection, if its
  • What does global pooling do? - Stack Overflow
    This pooling is hence "global" as it always is as big as necessary In contrast, usual pooling layers have a fixed size (e g of 2x2 or 3x3) This is a general concept You can also find global pooling in other libraries, e g Lasagne If you want a good reference in literature, I recommend reading Network In Network
  • c# - Oracle Connection Pooling in . Net - Stack Overflow
    Connection pooling is turned on by default as specified in the official ODP NET documentation on Connection String Attributes (default: Pooling = true) So, if your connection string omits any kind of connection pool setting, you will get a connection pool with the following basic default settings, again based on that same official ODP NET





中文字典-英文字典  2005-2009