I m 建造一个服务器应用程序,通过一个可再生能源技术网络服务连接世界,并使用MongoDB储存。 当时,网络服务的JSON资源与设在Mongo的BSON文件的结构相当接近。
虽然我通常使用一个面向目标的DAO抽象概念来掩盖持续执行的细节,但似乎在本案中最为合适,因为我真的想要做的是,根据询问和从亚洲开发银行获得的文件。 作为中间人建造物体图表似乎过分。
是否有人建议采用适合该法案的抽象模式?
<><>Edit>: 移走了1AM, 只是不使用任何抽象和只是直接使用Mongo司机。
I m 建造一个服务器应用程序,通过一个可再生能源技术网络服务连接世界,并使用MongoDB储存。 当时,网络服务的JSON资源与设在Mongo的BSON文件的结构相当接近。
虽然我通常使用一个面向目标的DAO抽象概念来掩盖持续执行的细节,但似乎在本案中最为合适,因为我真的想要做的是,根据询问和从亚洲开发银行获得的文件。 作为中间人建造物体图表似乎过分。
是否有人建议采用适合该法案的抽象模式?
<><>Edit>: 移走了1AM, 只是不使用任何抽象和只是直接使用Mongo司机。
抽象程度取决于你们、你们的需要和要求。 本地的蒙戈非银行司机中,有不同的语言特殊层。 应由你们来决定你们的需要,而不是我们。 没有更准确和详细的背景,我们就无法提出建议。 如果你问一个一般性问题,你会收到一个一般性问题。
谁给这个+1? 什么?
Suppose I would like to depict data flow between two servers in Visio. I have boxes to represent servers and arrows to represent communication / data flow. In this situation: Server A always ...
I m setting up an application, and I m looking into purchasing a license for SQL Server. My question is pretty simple (though may have a complicated answer...) How many users accounts do I really ...
I m currently working with an online application that requires multiple screens/steps in order to complete. The application domain is modeled using an object graph. Persistence to and from a database ...
我有一个网络应用程序,由数据、业务和数据分析项目安排。 随着该系统的发展,所有三个项目都进行了部署,并将其部署在一个一揽子计划中。 ......
Why does the high part of the stack (in Exception.StackTrace) gets truncated? Let s see a simple example: public void ExternalMethod() { InternalMethod(); } public void InternalMethod() { try ...
I would like to know how do i incorporate a feature like wcf within and MVC application. My current idea of the architecture is as follows: EntityFramework -> ASP.NET MVC (Views) ...
I ve moved to a new project team and while going over the codebase, found that the team have created a number of local web services which then get called by server code in other web pages within the ...
I am starting a project to create an "object versioning" feature for our software (.NET 3.5 / SQL Server 2008), basically it needs to do this: a user is looking at a customer: last name is "Smith-...