单词 | SQLite | ||||||||||||||
释义 | SQLite
更多释义 收起释义 例句释义: 数据库,嵌入式数据库,数据库支持 1. Be aware that SQLite relies solely on the file system for its database permissions and has no concept of user accounts. 要知道,SQLite的数据库权限只依赖于文件系统,没有用户帐户的概念。 www-128.ibm.com 2. All SQL statements are compiled into easy-to-read assembly executed in the SQLite virtual machine. 所有SQL语句都被编译成易读的、可以在SQLite虚拟机中执行的程序集。 www.ibm.com 3. SQLite has no concept of user accounts, and instead relies on the file system for all database permissions. SQLite没有用户帐户概念,而是根据文件系统确定所有数据库的权限。 www.ibm.com 4. Embedding the SQLite engine in an application without need for external dlls, being able to use it in fully managed code with medium trust. 将SQLite引擎嵌入在程序中,而不需要额外的dlls,可以在中等信任级别中使用完全的托管代码。 www.infoq.com 5. To the best of my knowledge, since we first started pseudo over two years ago there have been no bugs caused by problems with SQLite. 根据我的记忆,自从两年前启动pseudo项目以来,再没出现过由于SQLite的问题造成的bug。 www.ibm.com 6. If the type doesn't match that of the associated column, an attempt will be made to convert the value to the column type. 如果该类型与关联的列不匹配,则SQLite会尝试将该值转换成列类型。 www.ibm.com 7. The only way to run SQLite on a different machine from the application is to run it from a network share. 从应用程序运行位于其他计算机上的SQLite的惟一方法是从网络共享运行。 www-128.ibm.com 8. Quality assurance in SQLite is done using full-coverage testing, not by compiler warnings or other static code analysis tools. SQLite使用全面覆盖的测试来保证质量,而不是依靠编译器警告或静态代码分析工具。 www.infoq.com 9. The class in Listing 5 completely encapsulates a SQLite database used for storing stock information. 清单5中的类完全封装了一个用于存储股票信息的SQLite数据库。 www.ibm.com 10. SQLite supports databases of up to 2 TB, with each database stored entirely in a single disk file. SQLite支持大小高达2TB的数据库,每个数据库完全存储在单个磁盘文件中。 www.ibm.com 1. SQLite is a lightweight database that requires no configuration and resides on disk as a simple file. SQLite是一个轻量级数据库,它不需要进行任何配置,自身能够以一个简单文件的形式存在于磁盘上。 www.ibm.com 2. If you want a fast and easy way to store a simple set of data, SQLite is a good way to do this. 如果您想使用一个快捷方便的方法存储一组简单的数据,SQLite是一个好的选择。 www.ibm.com 3. SQLite is a file-based relation database that requires no additional installation or configuration for the developer or end-user. SQLite是一个基于文件的关系型数据库,对于开发者和终端用户来说不需要额外的安装或者配置。 www.infoq.com 4. There are several things that should be taken into consideration before deciding whether to use SQLite in an application. 在确定是否在应用程序中使用SQLite之前,应该考虑以下几种情况 www.ibm.com 5. Write code that allows you to query SQLite databases from a Web page. 编写一些代码,使您能够从Web页面查询SQLite数据库。 www.ibm.com 6. Places is an SQLite-based storage engine that Firefox uses to track bookmarks and history and to populate the AwesomeBar. Places是基于SQLite的存储引擎,Firefox用它来追踪书签和历史记录,提供给AwesomeBar。 www.bing.com 7. SQLite implements isolated transactions through exclusive and shared locks at the database level. SQLite通过数据库级上的独占性和共享锁定来实现独立事务处理。 www-128.ibm.com 8. Developers might additionally choose to leverage the embedded SQLite features for relational data storage. 开发者也可以另外选择内嵌的SQLite特性来存储关系型数据。 www.infoq.com 9. There are a number of good Web-based SQLite database management systems. 目前有许多优秀的基于Web的SQLite数据库管理系统。 www-128.ibm.com 10. To download the latest version of SQLite and the command-line interface, as well as documentation and the latest news. 以下载最新版本的SQLite、命令行界面、文档和最新消息。 www-128.ibm.com 1. xCAT stores the cluster configuration in a database (the default database type is SQLite). xCAT在一个数据库内存储了集群配置(默认的数据库类型是SQLite)。 www.ibm.com 2. If you want to install SQLite in a directory other than the default, specify the directory with the --prefix= option. 如果您希望将SQLite安装到与缺省目录不同的其他目录中,可以使用--prefix=选项指定该目录。 www.ibm.com 3. Optionally, you can store the retrieved data on the iPhone using a local SQLite database integrated in the iPhone environment. 或者,您可以选择使用一个在iPhone环境中集成的本地SQLite数据库存储iPhone检索的数据。 www.ibm.com 4. YQL provides the data abstraction and caching that allows applications to access data on the server or on the local SQLite. YQL提供了数据得抽象和缓存,允许应用程序访问服务器上或本地SQLite上的数据。 www.infoq.com 5. When a value is inserted into the database, SQLite will examine its type. 当某个值插入数据库时,SQLite将检查它的类型。 www-128.ibm.com 6. Internally, SQLite consists of several components: an SQL compiler, a core, a back end, and accessories. 在内部,SQLite由以下几个组件组成:SQL编译器、内核、后端以及附件。 www.ibm.com 7. Detailed information on working with SQLite is beyond the scope of this article. 关于使用SQLite的详细信息不在本文范围之内。 www.ibm.com 8. The app involves shuffling words, quiz modes, search, and storing favorites so a "sqlite" is required. 该应用程序涉及到这么一洗牌“的SQLite”字,问答模式,搜索和储存我的最爱是必要的。 www.bing.com 9. To store the necessary file on the iPhone, you can use a local SQLite database integrated in the iPhone environment. 要在iPhone上存储重要文件,您可以使用iPhone环境中集成的本地SQLite数据库。 www.ibm.com 10. Basically, these objects wrap things like XHR, SQLite, cookies and other more interesting ways to get asynchronous data. 这类对象封装了例如XHR、SQLite、cookie以及其他获取异步数据的巧妙方法。 www.infoq.com 1. For easy SQLite database management and administration. 使SQLite数据库管理更方便。 www-128.ibm.com 2. And my goal was also to learn how SQLite worked. I enjoyed getting into the internals of the application. 这是一次学习的体验,我的目的也是学习SQLite的工作方式,我喜欢探索程序的内部结构。 www.infoq.com 3. It also serves as an example for writing applications that use the SQLite library. 它也充当写使用SQLite库的应用的一个例子。 en.wikipedia.org 4. This example uses SQLite as the database backend. 这个例子使用SQLite作为后台数据库。 www.ibm.com 5. For SQLite, this means creating a file in which to store the database. 对于SQLite,这意味着创建一个存储该数据库的文件。 www.ibm.com 6. Unlike the previous version, Firefox 3 backup the bookmarks file in places. sqlite rather than the usual bookmarks. html. 跟前一版本的火狐不一样,火狐3把书签文件保存在places.sqlite而不是通常的bookmarks.html文件里。 www.bing.com 7. The SQLite library reads and writes directly to and from the database files on disk. SQLite库直接读写磁盘上的数据库文件。 gr2.php.net 8. SQLite also includes a command-line utility aptly named sqlite3 that manages SQLite databases. SQLite还包括一种用于管理SQLite数据库的、名为sqlite3的命令行实用工具。 www.ibm.com 9. Many programming languages can call SQLite to persist data. 许多编程语言都可以调用SQLite以实现数据的持久化。 www.ibm.com 10. The contrib directory contains additional software that the core SQLite development team didn't provide. contrib目录中包含核心SQLite开发团队所没有提供的附加软件。 www.ibm.com 1. In this example, I use SQLite as the database backend. 在这个例子中,我们使用SQLite作为后台的数据库。 www.ibm.com 2. Sqlite has been built into Firefox since version 2. 0, but its API is only accessible from an add-on or a core Firefox component. 虽然Sqlite已经嵌入Firefox2.0以后的版本,但是它的API只能够被Firefox核心组件或者附加模块访问到。 www.bing.com 3. SQLite is quickly becoming the prefered database for development apps. SQLite迅速成为了开发中最受欢迎的数据库。 www.infoq.com 4. For a library such as SQLite, contrib might contain programming interfaces for popular languages such as C, Perl, PHP, and Python. 对于像SQLite这样的库,contrib中可能包含一些常用语言(如C、Perl、PHP和Python)的编程接口。 www.ibm.com 5. The data-storage burden is eased because the Android platform includes the popular open source SQLite database. 由于Android平台包括流行的开源SQLite数据库,因此缓解了数据存储的负担。 www.ibm.com 6. SQLite offers database-level locks only. SQLite只提供数据库级的锁定。 www.ibm.com 7. A content provider's job is to manage access to persisted data, such as a SQLite database. 内容提供程序的任务是管理对持久数据的访问,例如SQLite数据库。 www.ibm.com 8. It is good practice to separate SQLite databases from PHP code. 一个好的做法是将SQLite数据库与PHP代码分开。 www-128.ibm.com 9. There were some changes in PHP 5 regarding databases (MySQL and SQLite). 关于数据库(MySQL和SQLite)在PHP5中有些改变。 ru.php.net 10. Of all the design decisions I've made in the course of working on pseudo, "use SQLite" is the single most rewarding choice. 在开发pseudo期间做出的所有设计决策中,“使用SQLite”是最明智的决定。 www.ibm.com 1. As mentioned earlier, SQLite can support a Web site of roughly 100, 00 hits a day - and, in certain cases, has handled 10 times the traffic. 正如前面提到的,SQLite可以支持每天大约100,00次点击率的Web站点并且,在某些情况下,可以处理10倍于此的通信量。 www-128.ibm.com 2. One thing you will notice is that we used -d sqlite3, which tells the generator script to use SQLite as the database. 您会注意到,我们使用了-dsqlite3,这将告诉生成器脚本使用SQLite作为数据库。 www.ibm.com 3. Use SQLite documentation for data types supported, constraints, and so on. 查阅SQLite文档获得受支持的数据类型、限制等。 www.ibm.com 4. There are two ways to back up an SQLite database. 备份SQLite数据库有两种方法。 www-128.ibm.com 5. Do you intend to continue porting future versions of SQLite? 你会继续移植SQLite的后续版本么? www.infoq.com 6. What are your plans for the future (related to C#-SQLite, of course)? 你未来的计划是什么(当然是和C#-SQLite相关的)? www.infoq.com 7. SQLite's utilization of a virtual machine, the Virtual Database Engine (VDBE), makes it easy to debug, modify, and extend SQLite's core. SQLite通过利用虚拟机和虚拟数据库引擎(VDBE),使调试、修改和扩展SQLite的内核变得更加方便。 www.ibm.com 8. SQLite is an embeddable SQL database engine and is not a client library used to connect to a big database server (like MySQL or PostgreSQL). SQLite是一个可嵌入SQL数据库引擎,不是客户端连接库用来连接大型数据库服务器(如MySQL或PostgreSQL)的。 hu2.php.net 9. At the SQLite command line prompt, enter the SQL commands shown in Listing 3 to create a database table for the application variables 在SQLite命令行提示栏,输入清单3中的SQL命令,为应用程序变量创建一个数据库表 www.ibm.com 10. SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. SQLite是一个实现了自包含、可嵌入、零配置的SQL数据库引擎的小规模C代码库。 www.infoq.com 1. This article introduces the popular SQLite database engine and describes how to use it in application development. 本文将介绍流行的SQLite数据库引擎,并描述如何在应用程序开发中使用它。 www-128.ibm.com 2. SQLite requires only that the database engine and name be specified. SQLite只需要指定数据库引擎和数据库名即可。 www.ibm.com 3. The source code and supplemental files for SQLite are well organized and model how most software projects distribute source code 其中的源代码和SQLite补充文件经过了很好组织,并且模拟了大部分的软件项目分发源代码的方式 www.ibm.com 4. Application of Embedded Database SQLite in Hydrometry Monitoring System 嵌入式数据库SQLite在水情信息监测系统中的应用 www.ilib.cn 5. To create an SQLite database for your new application 要为您的新应用程序创建一个SQLite数据库 www.ibm.com 6. To manage the SQLite access from the iPhone application, you need to include the SQLite libraries in the tool. To do this 要从应用程序管理SQLite访问,您需要将SQLite库包含在工具中。 www.ibm.com 7. SQLite: A database for most occasions SQLite:适合大多数场合的数据库 www.ibm.com 8. REAL SQL Server is a multi-user database server based on the public domain SQLite database engine. REALSQLServer是基于公共域的SQLite数据库引擎的多用户数据库服务器软件。 www.realsoftware.com 9. SQLite, an extremely small, zero-configuration SQL database engine 一个相当小的、无需任何配置的SQL数据库引擎 www.ibm.com |
||||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。