上一页 1 2 3 4 5 6 7 8 9 10 ··· 32 下一页
摘要: 在日常项目中,大多的时候我们用的是短连接,一个请求过来,一个线程处理完该请求,线程被线程池回收,这个请求就关闭了.虽然这能满足很大部分的需求,但是也有些问题,比如说:如果客户端发的请求比较多,比较频繁,服务端就会忙于建立连接处理请求,由于服务端的线程数也有限,并发比较大的话有可能会造成服务端的崩溃. 阅读全文
posted @ 2022-02-11 17:31 moonsoft 阅读(1330) 评论(0) 推荐(0)
摘要: 程序事务 报错: Cannot call Connection.rollback in distributed transaction. Transaction Manager will commit the resource manager when the distributed transac 阅读全文
posted @ 2021-09-26 09:59 moonsoft 阅读(243) 评论(0) 推荐(0)
摘要: Check the statement (query failed). Cause: java.sql.SQLSyntaxErrorException: ORA-00936: missing expression 阅读全文
posted @ 2021-08-16 21:09 moonsoft 阅读(315) 评论(0) 推荐(0)
摘要: 图一: 图二: 图三: 古沔阳地域宽广。仅以隋大业三年的沔阳郡而言,东起汉口,西含监利全境,南抵长江,北括竟陵(今天门市境),相当于今汉阳、汉川、天门、监利、洪湖、仙桃和潜江(东部),共7县市区。1951年析沔阳南境置洪湖县;洪湖西侧划入监利县;汉江以北从多祥穿沉湖、张池口、玉皇关至脉旺,划归天门、 阅读全文
posted @ 2021-08-12 16:23 moonsoft 阅读(1058) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-07-04 11:19 moonsoft 阅读(324) 评论(0) 推荐(0)
摘要: ConsistencyProtocol 类: package com.alibaba.nacos.consistency; import com.alibaba.nacos.consistency.entity.ReadRequest; import com.alibaba.nacos.consis 阅读全文
posted @ 2021-07-01 14:16 moonsoft 阅读(2607) 评论(1) 推荐(0)
摘要: 下载更新 PlantUML Eclipse 插件,打开 Eclipse,Help-> Install new software...。 填入相应的 URL: 下载安装成功后,重启 Eclipse。会在 Windows->Show View->Other 看到 PlantUML 的图标。 阅读全文
posted @ 2021-06-16 22:42 moonsoft 阅读(359) 评论(0) 推荐(0)
摘要: https://www.typora.io/ 阅读全文
posted @ 2021-06-11 18:58 moonsoft 阅读(32) 评论(0) 推荐(0)
摘要: RocketMQ 解决 No route info of this topic 异常步骤 Exception in thread "main" org.apache.rocketmq.client.exception.MQClientException: No route info for this 阅读全文
posted @ 2021-05-28 00:56 moonsoft 阅读(6474) 评论(0) 推荐(0)
摘要: Start Name Server > nohup sh bin/mqnamesrv & > tail -f ~/logs/rocketmqlogs/namesrv.log The Name Server boot success... 1、先启动NameServer: 在bin下执行: nohup 阅读全文
posted @ 2021-05-28 00:08 moonsoft 阅读(525) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 32 下一页