相关文章
sql:SQL优化知识点记录(十二)
(1)读锁案例讲解 加读锁和写锁 查看是否上锁:In_use:变成了1 读写锁对我们数据产生哪些影响: 读锁:是共享锁,其他线程可以查看: 加了读锁:session1不能修改自己…
建站知识
2025/1/11 18:31:46
elk安装篇之 Kibana安装
Kibana是一个开源的分析与可视化平台,设计出来用于和Elasticsearch一起使用的。你可以用kibana搜索、查看存放在Elasticsearch中的数据。是es的可视化客户端之一。
一:下载 https://www.elastic.co/cn/kibana 我的es是elasticsearch-7.10.2版本&#x…
建站知识
2025/1/11 18:35:31
minio文件服务器开启https
一、准备证书
你要有https安全证书,我的是适用于nginx的证书
私钥 xxxx.key
公钥 xxxx.pem
二、上传证书到minio服务器
然后看看你的minio docker 有没有把 /root/.minio 挂载在主机上,如果有那么把两个证书文件放在/root/.minio/certs目录里面。…
建站知识
2025/1/11 18:49:12
Android WIFI工具类 特别兼容Android12
直接上代码:
package com.realtop.commonutils.utils;import android.annotation.SuppressLint;
import android.bluetooth.BluetoothDevice;
import android.bluetooth.BluetoothManager;
import android.bluetooth.BluetoothProfile;
import android.content.Con…
建站知识
2024/12/11 12:28:37
【postgresql 基础入门】psql客户端的使用方法
psql 客户端使用 专栏内容: postgresql内核源码分析手写数据库toadb并发编程 开源贡献: toadb开源库 个人主页:我的主页 管理社区:开源数据库 座右铭:天行健,君子以自强不息;地势坤…
建站知识
2024/12/19 20:56:21
记:一次关于paddlenlp、python、版本之间的兼容性问题
兼容版本
Python 3.10.8
absl-py1.4.0
accelerate0.19.0
addict2.4.0
aiofiles23.1.0
aiohttp3.8.3
aiosignal1.3.1
alembic1.10.4
aliyun-python-sdk-core2.13.36
aliyun-python-sdk-kms2.16.0
altair4.2.2
altgraph0.17.3
aniso86019.0.1
antlr4-python3-runtime4.9.3
anyi…
建站知识
2024/9/29 15:15:19
LeetCode 2605. Form Smallest Number From Two Digit Arrays【数组,哈希表,枚举;位运算】1241
本文属于「征服LeetCode」系列文章之一,这一系列正式开始于2021/08/12。由于LeetCode上部分题目有锁,本系列将至少持续到刷完所有无锁题之日为止;由于LeetCode还在不断地创建新题,本系列的终止日期可能是永远。在这一系列刷题文章…
建站知识
2025/1/8 3:54:53