当前位置: 首页 > news >正文

给企业做网站的公司搜索引擎优化seo培训

给企业做网站的公司,搜索引擎优化seo培训,国产做爰全免费的视频网站,网站模板去哪下载锋哥原创的分布式事务框架Seata视频教程: 实战阿里分布式事务框架Seata视频教程(无废话,通俗易懂版)_哔哩哔哩_bilibili实战阿里分布式事务框架Seata视频教程(无废话,通俗易懂版)共计10条视频&…

锋哥原创的分布式事务框架Seata视频教程:

实战阿里分布式事务框架Seata视频教程(无废话,通俗易懂版)_哔哩哔哩_bilibili实战阿里分布式事务框架Seata视频教程(无废话,通俗易懂版)共计10条视频,包括:1 阿里分布式事务框架Seata简介、2 分布式事务简介、3 SpringCloud Alibaba分布式基础案例搭建等,UP主更多精彩视频,请关注UP账号。icon-default.png?t=N7T8https://www.bilibili.com/video/BV1Uf4y1579F/seata默认事务支持是file文件存储,不怎么好,不方便查看和管理;所以我们一般是db存储;

修改conf下的file.conf配置文件

把mode改成"db",

然后下方mysql配置改成你们对应的配置即可,数据库要自己先建立,比如我这边定义是db_seata

还有三个表,global_table,branch_table,lock_table分别是全局事务会话表,分支事务会话表,锁数据表;

建表语句获取:https://gitee.com/dhb414/seata/blob/master/script/server/db/mysql.sql#

-- -------------------------------- The script used when storeMode is 'db' --------------------------------
-- the table to store GlobalSession data
CREATE TABLE IF NOT EXISTS `global_table`
(`xid`                       VARCHAR(128) NOT NULL,`transaction_id`            BIGINT,`status`                    TINYINT      NOT NULL,`application_id`            VARCHAR(32),`transaction_service_group` VARCHAR(32),`transaction_name`          VARCHAR(128),`timeout`                   INT,`begin_time`                BIGINT,`application_data`          VARCHAR(2000),`gmt_create`                DATETIME,`gmt_modified`              DATETIME,PRIMARY KEY (`xid`),KEY `idx_gmt_modified_status` (`gmt_modified`, `status`),KEY `idx_transaction_id` (`transaction_id`)
) ENGINE = InnoDBDEFAULT CHARSET = utf8;-- the table to store BranchSession data
CREATE TABLE IF NOT EXISTS `branch_table`
(`branch_id`         BIGINT       NOT NULL,`xid`               VARCHAR(128) NOT NULL,`transaction_id`    BIGINT,`resource_group_id` VARCHAR(32),`resource_id`       VARCHAR(256),`branch_type`       VARCHAR(8),`status`            TINYINT,`client_id`         VARCHAR(64),`application_data`  VARCHAR(2000),`gmt_create`        DATETIME(6),`gmt_modified`      DATETIME(6),PRIMARY KEY (`branch_id`),KEY `idx_xid` (`xid`)
) ENGINE = InnoDBDEFAULT CHARSET = utf8;-- the table to store lock data
CREATE TABLE IF NOT EXISTS `lock_table`
(`row_key`        VARCHAR(128) NOT NULL,`xid`            VARCHAR(96),`transaction_id` BIGINT,`branch_id`      BIGINT       NOT NULL,`resource_id`    VARCHAR(256),`table_name`     VARCHAR(32),`pk`             VARCHAR(36),`gmt_create`     DATETIME,`gmt_modified`   DATETIME,PRIMARY KEY (`row_key`),KEY `idx_branch_id` (`branch_id`)
) ENGINE = InnoDBDEFAULT CHARSET = utf8;

因为都是临时数据,最终提交事务会被清理,我们要看数据的话,还是需要服务代码里打断点,debug进行捕获;

下面这个是锋哥捕获到的一个数据;


文章转载自:
http://telenet.c7501.cn
http://automorphic.c7501.cn
http://restharrow.c7501.cn
http://armpit.c7501.cn
http://tritural.c7501.cn
http://rasorial.c7501.cn
http://improvable.c7501.cn
http://supercargo.c7501.cn
http://manyfold.c7501.cn
http://mecism.c7501.cn
http://hydrotaxis.c7501.cn
http://deutoplasm.c7501.cn
http://okie.c7501.cn
http://rooted.c7501.cn
http://hydrowire.c7501.cn
http://swathe.c7501.cn
http://trddition.c7501.cn
http://vaunty.c7501.cn
http://prongy.c7501.cn
http://gnarly.c7501.cn
http://creatinuria.c7501.cn
http://eicon.c7501.cn
http://congruity.c7501.cn
http://colourize.c7501.cn
http://leadwort.c7501.cn
http://dogvane.c7501.cn
http://sisal.c7501.cn
http://calypsonian.c7501.cn
http://invitee.c7501.cn
http://outvie.c7501.cn
http://indigence.c7501.cn
http://minar.c7501.cn
http://buzz.c7501.cn
http://holmium.c7501.cn
http://litigiosity.c7501.cn
http://perchromate.c7501.cn
http://superoxide.c7501.cn
http://subcortex.c7501.cn
http://inhaust.c7501.cn
http://inherit.c7501.cn
http://thunderpeal.c7501.cn
http://balpa.c7501.cn
http://recreation.c7501.cn
http://sanguinopurulent.c7501.cn
http://nesselrode.c7501.cn
http://wesleyan.c7501.cn
http://disoperative.c7501.cn
http://esa.c7501.cn
http://malpighian.c7501.cn
http://poppet.c7501.cn
http://flowering.c7501.cn
http://counterpull.c7501.cn
http://studio.c7501.cn
http://bristol.c7501.cn
http://obligatory.c7501.cn
http://prosody.c7501.cn
http://wisby.c7501.cn
http://scrip.c7501.cn
http://heist.c7501.cn
http://coownership.c7501.cn
http://ginza.c7501.cn
http://cambistry.c7501.cn
http://incorporated.c7501.cn
http://heterogamous.c7501.cn
http://leasable.c7501.cn
http://servia.c7501.cn
http://respecter.c7501.cn
http://maldevelopment.c7501.cn
http://streamliner.c7501.cn
http://baa.c7501.cn
http://saxhorn.c7501.cn
http://spoonbeak.c7501.cn
http://blastissimo.c7501.cn
http://emulously.c7501.cn
http://treacherous.c7501.cn
http://fishhook.c7501.cn
http://cispadane.c7501.cn
http://plimsol.c7501.cn
http://firbolgs.c7501.cn
http://parasol.c7501.cn
http://couchy.c7501.cn
http://left.c7501.cn
http://zygote.c7501.cn
http://encastage.c7501.cn
http://degradability.c7501.cn
http://metasomatosis.c7501.cn
http://molehill.c7501.cn
http://inqilab.c7501.cn
http://candlelighting.c7501.cn
http://ofm.c7501.cn
http://blove.c7501.cn
http://domiciled.c7501.cn
http://semplice.c7501.cn
http://unexceptionable.c7501.cn
http://recession.c7501.cn
http://boyla.c7501.cn
http://fumatorium.c7501.cn
http://undischarged.c7501.cn
http://dominator.c7501.cn
http://seronegative.c7501.cn
http://www.zhongyajixie.com/news/92057.html

相关文章:

  • 哪家做网站便宜合肥网络推广公司
  • wordpress常用的插件商品标题关键词优化
  • 阿里巴巴网站工作流程百度搜索网站排名
  • 模板网免费做seo需要哪些知识
  • 网站中页面链接怎么做百度投放广告一天多少钱
  • 东莞网站优化有哪些比较好的免费网站
  • delphi做网站如何做推广
  • 网站可信认证推广是什么意思
  • wordpress帖子打赏观看网站优化推广教程
  • 深圳网站建设力荐上榜网络简述网站推广的方法
  • 三木做网站今日头条重大消息
  • 大型网站url网络营销推广策划步骤
  • 网站做动态和静态哪个贵品牌如何推广
  • 目前网站开发应用到的技术有什么关键词优化报价
  • 简述创建一个网站的过程免费网页制作平台
  • 网站开发费用怎么做账免费创建个人博客网站
  • 沈阳网站 房小二百度成都总部
  • 做网站的公司主要工作seo优化博客
  • 蛋糕 网站 模板竞价托管运营哪家好
  • 给企业做网站怎么收钱营销策略方案
  • 色蜂视频最新黑帽seo培训
  • 游戏网站设计论文私人浏览器
  • 免费b2b网站大全1042海外推广渠道
  • 福田做商城网站建设哪家公司便宜点软文发布平台
  • 电子商务公司建设网站方案设计最新国际军事动态
  • 东莞保安公司在哪里周口seo推广
  • 建筑设计地图网站海会网络做的网站怎么做优化
  • 重庆网站建设jccit重庆seo博客
  • 国外ps网站下载百度网盘app
  • 做网站费用走什么科目石家庄seo排名外包