datastore造句
例句与造句
- error retrieving information from user datastore devices
从用户数据存储中检索信息时发生错误(设备) - first, we define the data that we will store in the datastore
首先,定义要存储在数据存储器中的数据。 - simulated data access objects essentially simulate a back-end datastore
模拟数据访问对象实际上模拟后端数据存储。 - in this case, i start by writing a dao to provide search capabilities on the product catalog datastore
在这个示例中,我从编写dao开始,用它提供对产品目录数据存储的搜索功能。 - any other program that knows the attributes of our objects can use the same datastore more on this under
任何知道对象属性的其它程序都可以使用同样的数据存储器(这方面的详细信息在 - It's difficult to find datastore in a sentence. 用datastore造句挺难的
- in the persistent classes, the datastore is an abstract storage device, which can be a file or a database, for example
在persistent类中,数据存储器是抽象存储设备,例如,它可以是文件或数据库。 - and even then, if you move away from relational database as your underlying datastore, then you are totally dead
甚至于,如果您不使用关系数据库作为底层数据存储库,那么jdbc实现也将完全不能工作。 - when you call a method on one of pixie s proxy objects, it magically connects to the pixie datastore and fetches the real object for you
当您调用其中一个pixie代理对象的方法时,它神奇地连接到pixie数据存储并为您获取真正需要的对象。 - finally, we look through the datastore for objects whose name key contains the string homework 1 and perform an operation on each of those objects
最后,遍历数据存储器,查找那些name键包含字符串homework1的对象,然后对这些对象中的每一个执行操作。 - when you add a local datastore to your application, you will have a single place through which all data storage and retrieval requests pass
:当你为你的应用程序增加一个本地数据存储时,你将有一个单独的位置用来处理你所有的数据存储以及取回经过的请求。 - it may be that performance can become nearly equal to or even better than that of a hand-coded jdbc routine-but with less work, more reuse, and datastore independence
可以让性能接近甚至优于手工编写的jdbc程序-且工作量更少,更利于重用,并与存储库无关。 - because we just cleared the datastore, we know that there will be no conflicting name keys, but normally we would check so we don t cause an exception when trying to overwrite an existing key with the save method
因为刚刚清除过数据存储器,所以我们知道,不会有name键冲突,但是,通常要进行检查,以便在用save方法试图重写现有键时不会导致异常。 - in this case, a session bean is used to control workflow and interact directly with the client which happens to be a servlet and it in turn interacts with an entity bean that further interacts with the datastore that persists it
在这种情况下,会话bean被用来控制工作流并直接与客户机(这恰巧是servlet)交互,它接着与实体bean交互,实体bean进一步与使它持久的数据存储交互。 - this bean is persisted to the datastore and then transfers execution back to the servlet which will place the values in a java bean, set that bean into the session, and dispatch the entire request and response to the jsp for presentation to the user
这个bean与数据存储保持一致,然后把执行转回servlet,这个servlet把值放在javabean中,把这个bean设置到会话中,然后把整个请求和响应分派给jsp以便显示给用户看。