Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只是好奇,当我找不到 sqlite3.exe 文件时,我怎么可能执行 sqlite3 命令?
试图在程序文件中找到它,没有找到。试图在环境变量中找到它,也没有找到。有任何想法吗?
谢谢。
仅仅因为你不能并不意味着系统不能:-)
该where.exe命令可用于查看在何处找到可执行文件:
where.exe
> where sqlite3.exe
(可执行文件应位于当前工作目录中或%PATH%作为环境变量中列出的路径之一中的文件。)
%PATH%
它的命令行 shell,不包含在 SQLite 框架中, 你可以从这里下载它 更多种类的下载看这里