Wesley13 Wesley13
4年前
java动态调用groovy代码
pom文件引入groovy包<dependency<groupIdorg.codehaus.groovy</groupId<artifactIdgroovyall</artifactId<version2.5.5</version</depende
Stella981 Stella981
4年前
Spring Security开发安全的REST服务
第1章课程导学项目介绍Java实战:SpringSecurity开发安全的REST服务,来自慕客网的视频(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fcoding.imooc.com%2Fclass%2F134.html),主要讲认证和授权。
Stella981 Stella981
4年前
SpringBoot中使用rabbitmq,activemq消息队列和rest服务的调用
1\.activemq  首先引入依赖  pom.xml文件<dependency<groupIdorg.springframework.boot</groupId<artifactIdspringbootstarteractivemq</artifactId</depe
Stella981 Stella981
4年前
RabbitMQ通过shovel插件迁移数据
前言生产环境中会遇到RabbitMQ(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.huaweicloud.com%2Fproduct%2Frabbitmq.html%3Fout)数据迁移的场景,例如:切换云服务厂商、不同Region之间数据迁移、新搭建Rabbit
Easter79 Easter79
4年前
SpringBoot中使用rabbitmq,activemq消息队列和rest服务的调用
1\.activemq  首先引入依赖  pom.xml文件<dependency<groupIdorg.springframework.boot</groupId<artifactIdspringbootstarteractivemq</artifactId</depe
Wesley13 Wesley13
4年前
.net core redis的全套操作
原文:.netcoreredis的全套操作(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2Fhailang8%2Fp%2F11391975.html)Redis支持五种数据类型:string(字符串),hash(哈希),list(列表),se
Wesley13 Wesley13
4年前
(转)60s快速分析Linux性能
  之前在地铁上看到过一篇快速分析Linux系统性能的文章,觉得以后有用,今天就找了一下,转载过来。原文出处:http://techblog.netflix.com/2015/11/linuxperformanceanalysisin60s.html(https://www.oschina.net/action/GoToLink?urlht
Wesley13 Wesley13
4年前
IOS 百度地图点聚合使用
//xxx.m 文件import "BasicMapAnnotation.h"import "BMKClusterManager.h"/ 点聚合Annotation /@interface ClusterAnnotation : BMKPointAnnotation
Stella981 Stella981
4年前
JS中toFixed()方法的四舍五入问题解决方法
最近发现JS当中toFixed()方法存在一些问题,采用原生的Number对象的原型对象上的toFixed()方法时,规则并不是所谓的“四舍五入”。原文见  https://www.cnblogs.com/wangsaiming/p/4644790.html<scripttype"text/javascript"Numbe
Stella981 Stella981
4年前
Spring 的循环依赖:真的必须非要三级缓存吗?
!(https://oscimg.oschina.net/oscnet/528472489c4c4d5b954ce05655be1ad7.gif)_作者__:青石路_www.cnblogs.com/youzhibing/p/14337244.html写作背景做Java开发的,一般都绕不开Spring,那么面试中肯定