🤖SQLlite 安裝和教學
00 min
2024-6-19
2024-6-19
type
status
date
slug
password
summary
tags
category
icon

SQLlite安裝

在 Windows 上安装 SQLite 请访问 SQLite 下载页面,从 Windows 区下载预编译的二进制文件。
您需要下载 sqlite-tools-win32-.zip 和 sqlite-dll-win32-.zip 压缩文件。
创建文件夹 C:\sqlite,并在此文件夹下解压上面两个压缩文件,将得到 sqlite3.def、sqlite3.dll 和 sqlite3.exe 文件。
添加 C:\sqlite 到 PATH 环境变量,最后在命令提示符下,使用 sqlite3 命令,将显示如下结果。

我的操作 (web作業)

新增一個User數據庫
上一篇
How to specify a default Jupyter kernel via configuration?
下一篇
Machine Learning Note: (Translation)

Comments
Loading...