相关文章
Seata分布式事务
AT模式
整体架构 使用示例
这里以 Dubbo Seata 为例,微服务架构体系是分布式事务的常见运用场景,多个微服务分散到不同的机器上,通过远程调用串联起来,此时如何使用Seata建立起分布式事务呢?
Seata的AT模式做到了业…
建站知识
2024/10/5 18:56:11
android 点击EdiText 禁止弹出系统键盘
找了很多都不好用,最后使用
editText.setShowSoftInputOnFocus(false);
editText.getViewTreeObserver().addOnGlobalLayoutListener(new ViewTreeObserver.OnGlobalLayoutListener() {Overridepublic void onGlobalLayout() {InputMethodManager imm (InputMetho…
建站知识
2024/10/5 21:56:31
杭电oj 2050 折线分割平面 C语言
#include<stdio.h>void main()
{int c, n, i;long long sum;while (~scanf_s("%d", &c)){while (c--){scanf_s("%d", &n); sum 0;sum 2 * n * n - n 1;printf("%lld\n", sum);}}
}
建站知识
2024/10/5 21:56:29
2023Linux常见命令手册
目录
文件命令
文件和目录命令
文件的权限命令
文件搜索命令
进程命令
查看进程命令
关闭进程命令
用户和群组命令
网络命令
firewall-cmd
网络应用命令
高级网络命令
网络测试命令
网络安全命令
网络配置命令
软件管理命令
系统信息命令
vi编辑器
关机命令…
建站知识
2024/10/10 18:00:53
debian10 开启rdp安装firefox,firefox 中文乱码
debian10 开启rdp安装firefox
apt -y install tigervnc-standalone-server
apt -y install xrdp tigervnc-standalone-server
systemctl enable xrdpapt install firefox-esrmstsc连接 firefox-settings-general-fonts-advanced-Simplified Chinese
建站知识
2024/10/7 5:08:55
全链路监控--pinpoint
一、pinpoint架构原理
架构组成 Pinpoint Agent:和自己运行的应用关联起来的探针
Pinpoint Collector:收集各种性能数据
Pinpoint-Web: 将收集到的数据显成为 WEB网页显示
HBase Storage: 存储收集到的数据
工作原理
pinpoint的核心思想是在各个服务节点之间彼此调用时&a…
建站知识
2024/10/19 17:35:58