上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 48 下一页
摘要: 特别详细的MQ消息队列的介绍: URL地址:https://blog.csdn.net/HD243608836/article/details/80217591 阅读全文
posted @ 2019-11-07 17:00 Curedfisher 阅读(691) 评论(0) 推荐(0) 编辑
摘要: 转载URL地址: https://blog.csdn.net/qq_40434646/article/details/89300724 阅读全文
posted @ 2019-11-07 16:22 Curedfisher 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 1.Web服务器专门处理HTTP请求(request),但是应用程序服务器是通过很多协议来为应用程序提供(serves)商业逻辑(business logic) 2.WebSphere Application Server 是一种功能完善、开放的Web应用程序服务器,是IBM电子商务计划的核心部分; 阅读全文
posted @ 2019-11-07 14:58 Curedfisher 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 1.类目录 2.LatchTest.java类 package com.test; import java.util.concurrent.CountDownLatch; public class LatchTest { static Runnable taskTemp = new Runnable 阅读全文
posted @ 2019-11-07 10:16 Curedfisher 阅读(475) 评论(0) 推荐(0) 编辑
摘要: 1.pom.xml文件引入依赖如下: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-log4j</artifactId> <version>1.3.8.RELEASE< 阅读全文
posted @ 2019-11-07 10:01 Curedfisher 阅读(5448) 评论(0) 推荐(0) 编辑
摘要: 1.报错原因: Description Resource Path Location TypeCannot change version of project facet Dynamic Web Module to 2.5. sxnx-sms line 1 Maven Java EE Configu 阅读全文
posted @ 2019-11-07 08:04 Curedfisher 阅读(3409) 评论(0) 推荐(0) 编辑
摘要: 你看一下你连接数据库的用户,需要有DBA权限才能看到这个表。 阅读全文
posted @ 2019-11-06 16:27 Curedfisher 阅读(3074) 评论(0) 推荐(0) 编辑
摘要: 转载URL:https://blog.csdn.net/zhangjinwei417/article/details/92823438 阅读全文
posted @ 2019-11-06 09:42 Curedfisher 阅读(3671) 评论(0) 推荐(0) 编辑
摘要: 1.1 maxActive 连接池支持的最大连接数。一般取值20就可以了,一般把maxActive设置成可能的并发量就行了设 0 为没有限制。 1.2 maxIdle 连接池中最多可空闲maxIdle个连接 ,这里取值为20,表示即使没有数据库连接时依然可以保持20空闲的连接,而不被清除,随时处于待 阅读全文
posted @ 2019-11-06 08:34 Curedfisher 阅读(2560) 评论(0) 推荐(1) 编辑
摘要: 1.pom.xml <?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instanc 阅读全文
posted @ 2019-11-06 08:14 Curedfisher 阅读(544) 评论(0) 推荐(0) 编辑
上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 48 下一页