码迷,mamicode.com
首页 >  
搜索关键字:linux下mysql insert update delete 事务 用户管理    ( 54677个结果
21-5-01_innodb内幕
5.6 B+树索引的使用 5.6.1 不同应用中B+树索引的使用 OLTP(on-line transaction processing)翻译为联机事务处理, OLAP(On-Line Analytical Processing)翻译为联机分析处理,从字面上来看OLTP是做事务处理,OLAP是做分析 ...
分类:数据库   时间:2021-05-04 15:27:37    阅读次数:0
stm32f767 无操作系统 LwIP 移植 (二)
Build started: Project: stm32f767 *** Using Compiler 'V5.06 update 6 (build 750)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin' Build target 'stm32f767' compili ...
分类:其他好文   时间:2021-05-03 12:11:12    阅读次数:0
Mysql权限整理
all privileges权限有哪些: select, insert, update, delete, create, drop,references, index,alter,create temporary tables,lock tables,execute,create view,show ...
分类:数据库   时间:2021-05-03 12:11:00    阅读次数:0
TX-LCN分布式事务-- LCN事务模式(生产者模块)
自己学习用,待补充! 工程结构: pom: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLS ...
分类:其他好文   时间:2021-05-03 12:04:13    阅读次数:0
描述符
'''1.描述符是什么:描述符本质就是一个新式类,在这个新式类中,至少实现了__get__(),__set__(),__delete__()中的一个,这也被称为描述符协议__get__():调用一个属性时,触发__set__():为一个属性赋值时,触发__delete__():采用del删除属性时, ...
分类:其他好文   时间:2021-05-03 12:03:08    阅读次数:0
TX-LCN分布式事务-- LCN事务模式(消费者模块)
自己学习用,待补充! pom: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema- ...
分类:其他好文   时间:2021-05-03 12:02:46    阅读次数:0
TX-LCN分布式事务-- TCC事务模式(生产者模块)
自己学习用,待补充! 对比 LNC模块,就改一下 Controller (注解要换): @Controller public class TccController { @Autowired ProducerInfoMapper producerInfoMapper; @Autowired Rest ...
分类:其他好文   时间:2021-05-03 12:02:17    阅读次数:0
TX-LCN分布式事务-- TCC事务模式(消费者模块)
自己学习用,待补充! 对比 LNC模块,就改一下 Controller (注解要换): @Controller public class TccController { @Autowired ConsumerInfoMapper consumerInfoMapper; private static ...
分类:其他好文   时间:2021-05-03 12:01:21    阅读次数:0
service层,抽取为接口
抽取为接口后, springboot事务开启,不在报错。 @Transactional public interface DescriptionService { public Description addDescription(Description description) ; 启动类 @Sp ...
分类:其他好文   时间:2021-04-30 12:36:32    阅读次数:0
SpringMVC
SpringMVC是围绕DispatcherServlet设计的 SpringMVC的执行原理 DispatcherServlet表示前置控制器。是整个SpringMVC的控制中心,用户发送请求,DispatcherServlet接收并拦截请求 HandlerMapping为处理器映射,Dispat ...
分类:编程语言   时间:2021-04-30 12:28:44    阅读次数:0
54677条   上一页 1 ... 29 30 31 32 33 ... 5468 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!