上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 24 下一页
摘要: 参考网址:https://github.com/alibaba/otter/wiki/QuickStart 参考网址: https://www.aliyun.com/jiaocheng/1127326.html?spm=5176.100033.2.6.7d367a39Hl0EHP 1.zookeep 阅读全文
posted @ 2018-10-22 18:23 zhaoqiang1980 阅读(332) 评论(0) 推荐(0)
摘要: 参考文章:在linux系统上安装Greenplum数据库 https://blog.csdn.net/mingli_a/article/details/78779189 Greenplum安装步骤 https://blog.csdn.net/u013181216/article/details/72 阅读全文
posted @ 2018-10-19 20:14 zhaoqiang1980 阅读(618) 评论(0) 推荐(0)
摘要: virtual直接在官网上下载即可。 下载iso的镜像文件。新建 -》设置创建 redhat 根据镜像文件选择需要创建的版本。 创建后运行,如果出现一直黑屏,需要查看电脑支持虚拟是否启动。 右Ctrl 可以切出虚拟机。 任务管理器 -》 性能 -》cpu 右下角可看到虚拟化是否禁用。 cpu虚拟化w 阅读全文
posted @ 2018-10-18 09:28 zhaoqiang1980 阅读(156) 评论(0) 推荐(0)
摘要: 参考文章:Canal - 安装 https://www.aliyun.com/jiaocheng/1131288.html?spm=5176.100033.2.7.7b422237XAirIe 前提摘要:mysql的binlog要开启状态,并配置binlog模式为row。 canal下载地址: ht 阅读全文
posted @ 2018-10-18 09:10 zhaoqiang1980 阅读(126) 评论(0) 推荐(0)
摘要: Adaptive Communication Environment(自适配通信环境),简称ACE。 reference artfile:zookeeper单节点与集群的安装https://blog.csdn.net/xfz0330/article/details/52434237 5分钟让你了解 阅读全文
posted @ 2018-10-16 16:43 zhaoqiang1980 阅读(321) 评论(0) 推荐(0)
摘要: 1. 首先需要将mysql的binlog日志打开。默认是关闭的。 参考网址:Windows下Mysql5.7开启binlog步骤及注意事项(https://www.cnblogs.com/wangwust/p/6433453.html) 参考网址:https://blog.csdn.net/zjer 阅读全文
posted @ 2018-10-15 10:56 zhaoqiang1980 阅读(733) 评论(0) 推荐(0)
摘要: 目录: windows linux yum tar 参考文章:https://blog.csdn.net/xyang81/article/details/51759200 (yum安装) http://www.cnblogs.com/sybblogs/p/5633956.html (tar安装) h 阅读全文
posted @ 2018-10-14 16:04 zhaoqiang1980 阅读(144) 评论(0) 推荐(0)
摘要: 1.The type org.springframework.core.NestedRuntimeException cannot be resolved. It is indirectly referenced from required .class files spring的core包异常,在 阅读全文
posted @ 2018-10-11 20:12 zhaoqiang1980 阅读(187) 评论(0) 推荐(0)
摘要: Mybatis 的官方使用指南:https://mybatis.org/mybatis-3/zh/sqlmap-xml.html (写的很详细) springboot引入mybatis要植入mvn依赖: <dependency> <groupId>org.mybatis.spring.boot</g 阅读全文
posted @ 2018-09-27 18:48 zhaoqiang1980 阅读(129) 评论(0) 推荐(0)
摘要: mybatis采用弱连接,在一定程度上集中管理了sql的语句编写,又实现了自动映射bean。 此处以最基础的mybatis连接为例: 引入jar包: mybatis-3.4.5.jar ojdbc-6.jar 在src下创建文件:mybatis.cfg.xml 在src下创建ojdbc.proper 阅读全文
posted @ 2018-09-27 17:36 zhaoqiang1980 阅读(113) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 24 下一页