07 2023 档案
摘要:最大连接数 show variables like 'max_connections'; 超时时间 show global variables like '%timeout%'; 超时分析: TimeoutError: QueuePool limit of size 10 overflow 10 r
阅读全文
摘要:You can’t specify target table ‘aaa′ for update in FROM clause 使用MySQL 执行DELETE FROM时,若子查询的 FROM 子句和更新/删除对象使用同一张表,会出现错误。 针对“同一张表”这个限制,撇开效率不谈,多数情况下都可以通
阅读全文
摘要:# 安装 yum install -y qrencode apt install -y qrencode echo "你的字符串" |qrencode -t UTF8 qrencode -t ansiutf8 < file.conf # qrencode qrencode version 3.4.1
阅读全文
摘要:Project on GitHub: https://github.com/gildas-lormeau/SingleFile Chrome插件市场 https://chrome.google.com/webstore/detail/singlefile/mpiodijhokgodhhofbcjde
阅读全文
摘要:➜ ~ mount |grep ntfs /dev/disk4s1 on /Volumes/XXX硬盘品牌名称 (ntfs, local, nodev, nosuid, read-only, noowners) ➜ ~ sudo umount /dev/disk4s1 ➜ ~ sudo mount_
阅读全文
摘要:英文 https://marabos.nl/atomics/ 中文 https://rustcc.github.io/Rust_Atomics_and_Locks/ https://github.com/fwqaaq/Rust_Atomics_and_Locks
阅读全文
摘要:下载 https://www.openssl.org/source/openssl-1.1.1u.tar.gz 安装 tar -zxf openssl-1.1.1u.tar.gz cd openssl-1.1.1u/ yum install -y gcc ./config --prefix=/usr
阅读全文
摘要:知乎UP: https://www.zhihu.com/people/qsy-90-12 选购建议: https://zhuanlan.zhihu.com/p/163819638 https://www.zhihu.com/tardis/bd/ans/1789236852 https://www.z
阅读全文
摘要:Dockerfile ARG VERSION FROM docker.elastic.co/elasticsearch/elasticsearch:${VERSION} AS Baseline FROM openjdk:17-jdk-buster ARG VERSION ARG HTTP_PROXY
阅读全文
摘要:yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logrotate \ docker-logrotate \ docker-engine
阅读全文
摘要:.env # Password for the 'elastic' user (at least 6 characters) ELASTIC_PASSWORD=elastic@password # Password for the 'kibana_system' user (at least 6 c
阅读全文
摘要:宿主机/etc/sysctl.conf文件末尾添加一行 vm.max_map_count=262144 宿主机执行 sysctl -p
阅读全文
摘要:将ChatGPT应用于你的企业的8种策略 1.工作坊 → 举办一个ChatGPT工作坊 → 找一个团队成员来做,或者外聘人员 2.为每个人购买ChatGPT Plus账户 → 这可能是你能得到的最高的投资回报率 → 有些公司已经这么做,并且已经看到了结果 3.在Chrome中将ChatGPT设为每个
阅读全文
摘要:https://github.com/samejack/sc-dictionary 超齊百萬字典檔 檔案為 UTF-8 編碼 字典檔已經包含繁體中文與簡體中文字碼 字典檔為詞庫,目前有 1,109,412 個詞,不包含單中文字 格式:每一行一個詞,使用 \n (0x0A) 斷行
阅读全文