240 发简信
IP属地:甘肃
  • mysql数据迁移到gauss数据库

    参考地址 https://docs.opengauss.org/zh/docs/latest/docs/InstallationGuide/%E...

  • docker创建可ssh访问的centos容器

    因缺少datakit迁移数据需要的物理机,使用docker容器代替参考https://blog.huochengrm.cn/pc/34366.h...

  • mysql迁移人大金仓踩坑记录

    0.确定人大金仓版本,不同版本间区别较大,不完全兼容以下使用的是v9r1c1b30版本比如v8版本无法使用auto_increment自增,需要...

  • 初始化代码上传git

    git initgit add .git commit -m ‘init’git remote add origin 仓库地址git push ...

  • docker修改容器端口映射

    以mysql为例1.停止容器docker stop mysql(容器名或id)2.修改容器配置docker inspect mysql | gr...

  • seata1.6.1docker方式部署与springcloud集成

    部署seata 1.下载镜像,启动容器 docker run -d --name seata-server -p 8091:8091 seata...

  • docker部署mysql主从

    参考https://blog.csdn.net/qq_35771266/article/details/128101019 部署主库: 1.do...

  • Springboot3集成MybatisPlus启动报错'sqlSessionFactory' or 'sqlSessionTemplate' are required

    版本兼容问题,springboot3.1.2使用最新版mybatisplus3.5.3.1解决

  • quartz报错'Unable to store Job : 'XXX', because one already exists with this identification.'

    quartz报错'Unable to store Job : 'XXX', because one already exists with th...