Client端程序中NoSQL思想的应用与实现  

The Application and Implementation of Thinking NoSQL Based on Client-side Programs

在线阅读下载全文

作  者:屠强[1] 徐宁[1] TU Qiang,XU Ning(Information centre,Anhui Provincial Tumor Hospital,Heifei 230031,China)

机构地区:[1]安徽省肿瘤医院信息中心,安徽合肥230031

出  处:《电脑知识与技术》2013年第6期3764-3766,共3页Computer Knowledge and Technology

摘  要:说起NoSQL,人们首先想到的是Web,Database。Database通常是部署在服务器上,这和客户端的应用程序有什么关系呢?其中NoSQL的一种最常见的数据存储方式Key-Value,Key-Value正是通过常见的数据结构map或hashtable来实现的,而map(或hashtable)对于client的开发人员来说,可就一点都不陌生了。在client端程序的各个角落里,都遍布着map(或hashtable)的身影,我们用它来存放各种数据。该文想要讲述的,正是这样一个客户端NoSQL Key-Value store的应用的实现,这个应用方式,既是传统的——使用map存放数据,也是新颖的——用来实现模块间的解耦合。About NoSQL,we will first think of the web and database.Database is usually deployed on the server.What does it matter with the client application? In NoSQL,one of most common data storage way is Key-Value which to achieve by com mon data structure map or hashtable.However,the map(or hashtable) for client developers may not unfamiliar.In every corner of the client-side program,we use the map(or hashtable) to store a variety of data.This paper describes just such a client NoSQL Key-Value store applications are being implemented.This application,both traditional-use the map stored data,but also the novel-is used to achieve a decoupling between modules.

关 键 词:NOSQL KEY-VALUE KVO 

分 类 号:TP393[自动化与计算机技术—计算机应用技术;自动化与计算机技术—计算机科学与技术]

 

参考文献:

正在载入数据...

 

二级参考文献:

正在载入数据...

 

耦合文献:

正在载入数据...

 

引证文献:

正在载入数据...

 

二级引证文献:

正在载入数据...

 

同被引文献:

正在载入数据...

 

相关期刊文献:

正在载入数据...

相关的主题
相关的作者对象
相关的机构对象