学习android ,初学,最影响最深的就是活动了,active 了。现在有数据库了,那是一个激动,但是查看SQLite 数据库用命令还是特别不习惯,就要还是一个 SU 命令。在此备份,分享快乐
Microsoft Windows [版本 6.1.7601]
版权所有 (c) 2009 Microsoft Corporation。保留所有权利。
C:\Users\yy06>cd C:\Program Files (x86)\Android\android-sdk\platform-tools
C:\Program Files (x86)\Android\android-sdk\platform-tools>adb shell
generic_x86:/ $ su
generic_x86:/ # cd data
generic_x86:/data # cd data
generic_x86:/data/data # ls
android
com.android.backupconfirm
com.android.bookmarkprovider
com.android.calculator2
com.android.camera
com.android.captiveportallogin
com.android.carrierconfig
com.android.cellbroadcastreceiver
com.android.certinstaller
com.android.chrome
com.android.contacts
com.android.cts.ctsshim
com.android.cts.priv.ctsshim
com.android.customlocale2
com.android.defcontainer
com.android.deskclock
com.android.development
com.android.dialer
com.android.documentsui
com.android.dreams.basic
com.android.egg
com.android.emergency
com.android.emulator.smoketests
com.android.externalstorage
com.android.fallback
com.android.gallery3d
com.android.gesture.builder
com.android.htmlviewer
com.android.inputdevices
com.android.inputmethod.latin
com.android.keychain
com.android.location.fused
com.android.managedprovisioning
com.android.mms.service
com.android.mtp
com.android.netspeed
com.android.pacprocessor
com.android.phone
com.android.printspooler
com.android.protips
com.android.providers.blockednumber
com.android.providers.calendar
com.android.providers.contacts
com.android.providers.downloads
com.android.providers.downloads.ui
com.android.providers.media
com.android.providers.partnerbookmarks
com.android.providers.settings
com.android.providers.telephony
com.android.providers.userdictionary
com.android.proxyhandler
com.android.sdksetup
com.android.server.telecom
com.android.settings
com.android.sharedstoragebackup
com.android.shell
com.android.smoketest
com.android.smoketest.tests
com.android.statementservice
com.android.storagemanager
com.android.systemui
com.android.vending
com.android.vpndialogs
com.android.wallpaper.livepicker
com.android.wallpaperbackup
com.android.widgetpreview
com.breel.geswallpapers
com.example.android.apis
com.example.android.livecubes
com.example.android.softkeyboard
com.google.android.apps.docs
com.google.android.apps.maps
com.google.android.apps.messaging
com.google.android.apps.nexuslauncher
com.google.android.apps.photos
com.google.android.apps.wallpaper
com.google.android.apps.wallpaper.nexus
com.google.android.backuptransport
com.google.android.calendar
com.google.android.configupdater
com.google.android.ext.services
com.google.android.ext.shared
com.google.android.feedback
com.google.android.gm
com.google.android.gms
com.google.android.googlequicksearchbox
com.google.android.gsf
com.google.android.gsf.login
com.google.android.music
com.google.android.nexusicons
com.google.android.onetimeinitializer
com.google.android.packageinstaller
com.google.android.partnersetup
com.google.android.printservice.recommendation
com.google.android.setupwizard
com.google.android.syncadapters.contacts
com.google.android.talk
com.google.android.tts
com.google.android.videos
com.google.android.webview
com.google.android.youtube
com.ustwo.lwp
jp.co.omronsoft.openwnn
org.chromium.webview_shell
yanming.com.databasetest
generic_x86:/data/data # cd yanming.com.databasetest
generic_x86:/data/data/yanming.com.databasetest # cd databases
generic_x86:/data/data/yanming.com.databasetest/databases # ls
BookStore2.db BookStore2.db-journal bookstore2.db
qlite3 BookStore2.db; <
SQLite version 3.9.2 2015-11-02 18:31:45
Enter ".help" for usage hints.
sqlite> .schema
CREATE TABLE android_metadata (locale TEXT);
CREATE TABLE Book(id integer primary key autoincrement,author text,price real,pa
ges integername text);
sqlite> .scheman
Error: unknown command or invalid arguments: "scheman". Enter ".help" for help
sqlite> .schema
CREATE TABLE android_metadata (locale TEXT);
CREATE TABLE Book(id integer primary key autoincrement,author text,price real,pa
ges integername text);
sqlite>
相关推荐
Sqlite数据库操作
易语言sqlite3高效模块源码,sqlite3高效模块,生成树型框数据库,保存树型框配置,读取树型框配置,逻辑关系转换,utf8ToAnsi,ansiToUtf8,置标准日期,置标准时间,执行sql,连接,置缓存大小,关闭,是否已连接,取错误文本,...
这里的`myDatabase.db`是SQLite数据库文件的路径,`Version=3`表示使用SQLite 3.x版本。 **执行SQL语句** ```vb Dim command As New SQLiteCommand("CREATE TABLE Employees (ID INTEGER PRIMARY KEY, Name TEXT)",...
在“QLiteExpert数据库查看工具(绿色)”中,“绿色”通常指的是该软件是便携版,无需安装即可使用,不写入注册表,方便用户随身携带或在多台电脑上使用,不会留下任何痕迹。这使得QLiteExpert成为对系统环境要求较低...
例如:`$db = sqlite_open('database.db')`,这会在当前工作目录创建一个名为`database.db`的SQLite3数据库。 3. **执行SQL语句**: - 使用`sqlite_query()`函数执行SQL查询。例如:`$result = sqlite_query($db, ...
QLite 是基于微服务的 NewSQL 型数据库系统,与传统的一体化数据库不同,该系统将本该内置的多种数据结构(STL)拆分成多个服务模块,每个模块都是独立的一个节点,每个节点都与其主网关进行连接,从而形成分布式...
SQLite3是一种轻量级、自包含的数据库引擎,被广泛应用于各种嵌入式系统和桌面应用中。然而,原生的SQLite3并不直接支持数据加密,这可能导致敏感数据在存储和传输过程中面临安全风险。为了解决这个问题,我们可以...
一、简介: SQLite是目前最流行的开源嵌入式数据库,和很多其他嵌入式存储引擎相比(NoSQL),如BerkeleyDB、MemBASE等,SQLite可以很好的支持关系型... 3). 可以非常方便的以多种形式嵌入到其他应用程序中,如静态
QLite QLite是一个很小的(小于3KB)JavaScript 库。 优雅地用大约100行,其灵感来自,该也是使用的的参考。目录: 下载当然,您可以下载或克隆此存储库,但如果使用程序包管理器,则更好。 QLite可作为软件包提供:...
在本主题"Qt与Qlite封装和调用"中,我们将深入探讨如何在Qt应用中集成SQLite,实现数据存储和查询功能。 首先,让我们了解如何在Qt项目中引入SQLite库。在Qt Creator中,你需要在.pro文件中添加`QT += sql`来启用...
在这个版本集成加密功能,集成C++操作类>代码基础上开发的查看器,功能很简单,就是查看,建表只能用SQL文,导入数据同样也只能SQL文 用VC2010开发,使用时请保证有必要的.net之类运行库
qlite数据库远程管理器,只要在SQLITE数据文件所在目录下运行SQLITE3SERVER服务器程序就可以在于之联网的机器管理SQLITE数据库。可同时管理多台SQLITE数据库服务器。 实现的功能如下: 1、可列出远程SQLITE数据库...
1. 内嵌数据库一般是用sqlite进行轻量级管理的。网上可以下到sqlite-shell-win32-x86: sqlite3.exe 2. 为了方便命令行执行,将sqlite3.exe放到svn 项目的主目录下,和.svn目录同级下。 3. cmd进入该目录下,执行 ...
SQLite3是一种轻量级、自包含的数据库引擎,主要用于嵌入式系统,它不需要单独的服务器进程,并且完全支持SQL标准。在这个64位版本的SQLite动态库中,包含了`.dll`(动态链接库)、`.lib`(静态链接库)和`.h`...
3. **数据库操作简便**:QT提供QSqlDatabase模块,可以直接与SQLite交互,简化了数据库操作。开发者可以通过QSqlQuery等类来执行SQL命令,实现数据的增删改查。 4. **数据持久化**:SQLite数据库文件存储在本地,...
在Python编程中,SQLite3是一种轻量级的数据库,它非常适合小型项目或作为学习数据库管理的基础。当使用Python处理SQLite3数据库时,我们通常会使用pandas库来方便地读取和操作数据。然而,从SQLite3数据库读取数据...
QLite操作驱动的dll。下载完成后,新建一个winform项目,在引用中添加[System.Data.SQLite.dll],并在[Form.cs]中添加[using System.Data.SQLite;]
IAM-Identity-Gen 专为QLite设计,可轻松创建和查找IAM哈希值,并将其从QLite base-27转换为base-...3IOTA:GCZOLCYBKBDNHYGIFQJHYKSDTDWRTOFYTJQLHP9H9JZKJHHXHYOEWIUILTP9LTNP9WMDB9DCHLIDRIVG9KRMS9JJFD - -结尾 -
它能做什么?简单说能提供以下VB...简单下载、JSON、JPG压缩解码、音频设备访问、物理引擎、Webkit浏览器、QLite数据库、基于Cairo的2D绘图、 打印、RPC、Web服务器…… 多到你想不到的功能,而且一直在不断扩展中。
cordova-plugin-network-information 1.0.1“网络信息”#查看网络状态cordova-plugin-whitelist 1.0.0“ Whitelist”#默认情况下cordova-sqlite-storage 0.7.9“ Cordova sqlite storage plugin” ...