上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 45 下一页
摘要: https://www.xuxueli.com/xxl-job/#%E3%80%8A%E5%88%86%E5%B8%83%E5%BC%8F%E4%BB%BB%E5%8A%A1%E8%B0%83%E5%BA%A6%E5%B9%B3%E5%8F%B0XXL-JOB%E3%80%8B 1.调度中心 运行调 阅读全文
posted @ 2024-04-04 16:11 lwx_R 阅读(20) 评论(0) 推荐(0)
摘要: 1.是什么 基于角色的访问控制:根据角色分配权限 2.NIST标准包含的4级RBAC模型 2.1 RBAC0(Core RBAC):基本模型有三个元素:用户、角色和权限。 模型设计基于“多对多”原则,即多个用户可以具有相同的角色,一个用户可以具有多个角色。同样,您可以将同一权限分配给多个角色,也可以 阅读全文
posted @ 2024-04-04 00:40 lwx_R 阅读(89) 评论(0) 推荐(0)
摘要: 1.原因 1.1 并发操作:当多个事务同时对同- -张表进行读写操作时,可能会发生锁表的情况。例如,在一个高并发的系统中,多个用户同时对同- -张订单表进行更新,就可能导致订单表被锁定,其他用户无法进行操作。 1.2 事务未提交:当一个事务对一张表进行写操作时,其他事务无法读取和写入该表,直到该事务 阅读全文
posted @ 2024-04-04 00:18 lwx_R 阅读(113) 评论(0) 推荐(0)
摘要: 1.公共mapper.xml 其他模块的配置 mybatis: mapper-locations: classpath*:org/example/common/web/mappers/*.xml typeAliasesPackage: org.example.common.web.domain # 阅读全文
posted @ 2024-04-03 23:12 lwx_R 阅读(34) 评论(0) 推荐(0)
摘要: DDL:数据定义语言,create,alter DML:数据操纵语言: select,update 2.关键字 LIMIT: OFFSET: 3.JOIN 1.JSON类型 1.1 1. 函数 JSON_ARRAY(1, "abc", NULL, TRUE, CURTIME()) json数组 JS 阅读全文
posted @ 2024-04-03 22:16 lwx_R 阅读(13) 评论(0) 推荐(0)
摘要: 1.安装和配置 npm install uview-ui@2.0.36 main.js import uView from "uview-ui"; Vue.use(uView); 2.icon <u-icon slot="right" color="#2979ff" size="28" name=" 阅读全文
posted @ 2024-04-02 23:18 lwx_R 阅读(45) 评论(0) 推荐(0)
摘要: 1.table 1.1 根据字段枚举值展示对应内容 <el-table-column :formatter="typeFormat" prop="id" label="" width="180" align="center"> </el-table-column> const typeFormat 阅读全文
posted @ 2024-03-01 06:00 lwx_R 阅读(70) 评论(0) 推荐(0)
摘要: 1, // tcpmux 7, // echo 9, // discard 11, // systat 13, // daytime 15, // netstat 17, // qotd 19, // chargen 20, // ftp data 21, // ftp access 22, // 阅读全文
posted @ 2024-02-20 23:29 lwx_R 阅读(17) 评论(0) 推荐(0)
摘要: Vite 阅读全文
posted @ 2024-02-20 16:59 lwx_R 阅读(23) 评论(0) 推荐(0)
摘要: VueRouter 阅读全文
posted @ 2024-02-19 23:43 lwx_R 阅读(9) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 45 下一页