摘要:
📟 Switch your input method through terminal. Contribute to daipeihust/im-select development by creat...... im-select Installation macOS Homebrew Run 阅读全文
2023年2月11日 #
摘要:
数据库 以下是数据的一些基本内容 Q 什么是主从数据库 主从数据库就是把数据库架构分为主数据库和从数据库。 从数据库是主数据库的备份,以提高数据的安全性,不至于一个数据库崩掉而导致整个项目也运行不起来。可以有效的防止财产的损失。 一般从库只做查询操作,而主库则做更改操作,也就是所谓的读写分离。 Q 阅读全文
摘要:
vscode vim 插件官方说明 Input Method Disable input method when exiting Insert Mode. SettingDescriptionvim.autoSwitchInputMethod.enableBoolean denoting wheth 阅读全文
摘要:
sqlite tortoise crud from enum import IntEnum from tortoise import connections, fields, models from tortoise.expressions import F, Q, RawSQL, Subquery 阅读全文
摘要:
tortoise-orm在fastapi中的使用 """ Tortoise ORM """ from tortoise.contrib.fastapi import register_tortoise from tortoise.contrib.pydantic import pydantic_mo 阅读全文