海阔天空任我飞

导航

 

2020年8月2日

摘要: 对于分布式查询过程是在不同的机器上执行的,可分两步: ①在远程服务器上执行尽可能b多的查询处理阶段; ②在请求者服务器上执行其余阶段(合并中间结果和之后的所有内容)。 例如,SELECT f(sum(g(x)))FROM distributed_table GROUP BY h(y)中, 如果dis 阅读全文
posted @ 2020-08-02 08:44 海阔天空任我飞 阅读(593) 评论(0) 推荐(0) 编辑
 

2020年8月1日

摘要: 一、什么是Bean? In Spring, the objects that form the backbone of your application and that are managed by the Spring IoC container are called beans. A bean 阅读全文
posted @ 2020-08-01 22:56 海阔天空任我飞 阅读(880) 评论(0) 推荐(0) 编辑