会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
lshan
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
56
57
58
59
60
61
62
63
64
···
83
下一页
2019年3月12日
redisUtils
摘要: 依赖: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependency> redisUtils: import
阅读全文
posted @ 2019-03-12 16:07 lshan
阅读(140)
评论(0)
推荐(0)
编辑
2019年3月8日
redis 安装 (3种方式)
摘要: 参考: https://blog.csdn.net/qq_26709459/article/details/80159468 redis 安装与配置 Remark: 请务必开放端口 6379 ,否则其它服务无法连接 Team Server IP Domain port $Dev IP 192.160
阅读全文
posted @ 2019-03-08 14:19 lshan
阅读(1322)
评论(0)
推荐(0)
编辑
rabbitmq安装与使用 --修改RabbitMQ数据存储位置 docker
摘要: 参考:https://blog.csdn.net/tianjiewang/article/details/58383062 docker run -itd --restart=always --hostname my-rabbit --name sea-rabbit -p 15672:15672 -
阅读全文
posted @ 2019-03-08 11:08 lshan
阅读(1989)
评论(0)
推荐(0)
编辑
ribbbitMq 教程,详细
摘要: https://blog.csdn.net/hellozpc/article/details/81436980
阅读全文
posted @ 2019-03-08 10:32 lshan
阅读(207)
评论(0)
推荐(0)
编辑
2019年3月7日
spring 的 切片Aspect 最常用记录方法执行时间
摘要: <- 依赖 !-> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-aop</artifactId> </dependency> @Aspect @Component p
阅读全文
posted @ 2019-03-07 17:48 lshan
阅读(489)
评论(0)
推荐(0)
编辑
2019年3月6日
Spring-data-jpa 常用的时间注解
摘要: @Entity //不写@Table默认为user @Table(name="t_user",schema="DB_name") //自定义表名 public class user { @Id //主键 @GeneratedValue(strategy = GenerationType.AUTO)//采用数据库自增方式生成主键 //JPA提供的四种标准用法为TABLE...
阅读全文
posted @ 2019-03-06 12:06 lshan
阅读(1596)
评论(0)
推荐(1)
编辑
2019年2月25日
redis 做默认缓存(1)
摘要: 依赖: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependency> 配置: server.port=999
阅读全文
posted @ 2019-02-25 16:08 lshan
阅读(432)
评论(0)
推荐(0)
编辑
2019年2月22日
otter 数据同步
摘要: 阿里巴巴分布式数据库同步系统(解决中美异地机房) 基本介绍: https://github.com/alibaba/otter 快速使用: https://github.com/alibaba/otter/wiki/QuickStart
阅读全文
posted @ 2019-02-22 14:56 lshan
阅读(350)
评论(0)
推荐(0)
编辑
canal 入门(基于docker)&& mysql install
摘要: 查看 binlog是否开启 show variables like '%log_bin%' 第一步:安装MySQL:(可以参考:https://my.oschina.net/amhuman/blog/1941540) 命令: sudo docker run -it -d --restart unle
阅读全文
posted @ 2019-02-22 12:33 lshan
阅读(807)
评论(0)
推荐(0)
编辑
2019年2月20日
分布式任务调度平台XXL-JOB
摘要: 该项目自带文档,非常之详细 参考:https://www.cnblogs.com/xuxueli/p/5021979.html http://www.xuxueli.com/xxl-job/#/?id=%E3%80%8A%E5%88%86%E5%B8%83%E5%BC%8F%E4%BB%BB%E5%
阅读全文
posted @ 2019-02-20 17:04 lshan
阅读(442)
评论(0)
推荐(0)
编辑
上一页
1
···
56
57
58
59
60
61
62
63
64
···
83
下一页