相关文章
编译安装适用于树梅派4B的android系统
一、下载android源码 aosp
一般来说需要通过storage.googleapis.com 下载,但是由于网络限制的原因,采用通过清华源镜像来下载。
1.打开 清华源AOSP镜像 (可以参考里面步骤下载)
2.下载repo 工具
mkdir ~/bin
PATH~/bin:$PATH
curl https://storage…
建站知识
2024/10/5 21:56:33
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