type
status
date
slug
summary
tags
category
icon
password
  1. mariadb创建schema
    1. create schema aaaautf collate utf8mb4_unicode_ci;
  1. 创建表
    1. 插入数据
      1. INSERT INTO novel.book (bid, name, author, type, icon, `desc`, updateTime, lastChapter) VALUES ('2', '2', 'aaa', 'aaa', 'aaa', 'aaa', 'aaaa', '{"cid":"1213", "name":"ds1fs"}');
    1. 删除数据
      1. DELETE FROM novel.book WHERE bid = '1';
    1. 查询数据
      1. select * from novel.book where JSON_VALUE(lastChapter, '$.name') = 'ds1fs';
    1. 修改数据
      1. UPDATE novel.book t SET t.type = 'aaa1' WHERE t.bid='2';
    1. json操作
    1. 创建索引
    1. 创建主键
     
    openwrt在docker中部署作为旁路由Fiddler使用注意事项
    Loading...
    leiax00
    leiax00
    让每一天都有意义🍚
    最新发布
    异地组网-zerotier
    2025-4-10
    apt/snap常用操作
    2025-4-7
    ubuntu操作备忘录
    2025-4-1
    git常用操作
    2025-4-1
    小智聊天机器人使用记录
    2025-3-31
    k8s/docker常用操作
    2025-3-26
    公告