Easter79 Easter79
3年前
springboot2.1.3.RELEASE+jsp笔记war部署tomcat
springbootjsp<packagingwar</packaging<parent<groupIdorg.springframework.boot</groupId<artifactIdspringbootstarterparent</artifa
Stella981 Stella981
3年前
Spring Cloud Gateway跨域配置
版本:Greenwich.SR2 1.官网配置https://cloud.spring.io/springcloudstatic/springcloudgateway/2.2.1.RELEASE/reference/html/corsconfiguration(https://www.oschina.net/action/GoTo
Wesley13 Wesley13
3年前
MongoDB副本集故障测试和解决方案
一、环境$ cat /etc/redhatrelease CentOS Linux release 7.0.1406 (Core) $ uname aLinux zhaopin2201 3.10.0123.el7.x86_64 1 SMP Mon Jun 30 12:09:22 UTC 2014
Stella981 Stella981
3年前
AbstractQueuedSynchronizer(队列同步器,AQS)源码剖析(三)
1.1release      接下来我们在看看如何释放锁,源码如下publicfinalbooleanrelease(intarg){//释放锁方法(独占模式)if(tryRelease(arg)){//尝试释放锁Nodehhead;if(h!null&&h
Stella981 Stella981
3年前
SpringBoot(2.0.4.RELEASE)+Elasticsearch(6.2.4)+Gradle简单整合
记录一下SpringBoot(2.0.4.RELEASE)Elasticsearch(6.2.4)Gradle整合的一个小例子。1.在Gradle内加入相关jar包的依赖:compile('org.springframework.boot:springbootstarterweb')compile('org.springf
Wesley13 Wesley13
3年前
MySQL5.7 在线调整Innodb_Buffer_Pool_size不用重启mysql进程
MySQL5.7在线调整Innodb\_Buffer\_Pool\_size不用重启mysql进程!(https://csdnimg.cn/release/blogv2/dist/pc/img/reprint.png)weixin\_3427
Stella981 Stella981
3年前
C#Excl表格的导入功能
1,添加NOPI的引用下载地址:http://downloadcodeplex.sec.smsft.com/Download/Release?ProjectNamenpoi&DownloadId1432518&FileTime130691232697500000&Build210662,添加命名空间usingNPOI.HSSF.Us
Stella981 Stella981
3年前
Spring 整合 RabbitMQ
1.导入依赖<properties.....<!spring<spring.version5.1.1.RELEASE</spring.version<!log4j日志包版本号<slf4j.version
Stella981 Stella981
3年前
Spring Cloud Hoxton.RELEASE 正式发布!异步即未来
Spring社区宣布,SpringCloudHoxtonRELEAS正式发布。该版本可以在MavenCentral中找到。您可以查看Hoxton发行说明以获取更多信息。<dependencymanagement<dependencies<dependency
京东云开发者 京东云开发者
11个月前
Nacos 配置中心源码 | 京东物流技术团队
客户端入口在引入配置中心maven依赖的jar文件中找到springcloudstarteralibabanacosconfig2.2.5.RELEASE.jar!/METAINF/spring.factories,在该配置文件找到NacosConfigB