摘要: yum install -y gcc nasm libxcb mkdir -p /usr/local/ffmpeg wget https://johnvansickle.com/ffmpeg/release-source/ -O ffmpeg-4.1.tar.xz tar -xf ffmpeg-4. 阅读全文
posted @ 2023-09-21 00:01 JeromePowell 阅读(45) 评论(0) 推荐(0) 编辑
摘要: 切换到Windows经典菜单 reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve 恢复Windows11默认菜单 reg delete "HKCU\Sof 阅读全文
posted @ 2023-08-22 17:09 JeromePowell 阅读(90) 评论(0) 推荐(0) 编辑
摘要: 最大连接数 show variables like 'max_connections'; 超时时间 show global variables like '%timeout%'; 超时分析: TimeoutError: QueuePool limit of size 10 overflow 10 r 阅读全文
posted @ 2023-07-25 14:53 JeromePowell 阅读(2) 评论(0) 推荐(0) 编辑
摘要: You can’t specify target table ‘aaa′ for update in FROM clause 使用MySQL 执行DELETE FROM时,若子查询的 FROM 子句和更新/删除对象使用同一张表,会出现错误。 针对“同一张表”这个限制,撇开效率不谈,多数情况下都可以通 阅读全文
posted @ 2023-07-20 20:19 JeromePowell 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-07-20 19:58 JeromePowell 阅读(12) 评论(0) 推荐(0) 编辑
摘要: # 安装 yum install -y qrencode apt install -y qrencode echo "你的字符串" |qrencode -t UTF8 qrencode -t ansiutf8 < file.conf # qrencode qrencode version 3.4.1 阅读全文
posted @ 2023-07-19 13:37 JeromePowell 阅读(95) 评论(0) 推荐(0) 编辑
摘要: Project on GitHub: https://github.com/gildas-lormeau/SingleFile Chrome插件市场 https://chrome.google.com/webstore/detail/singlefile/mpiodijhokgodhhofbcjde 阅读全文
posted @ 2023-07-19 13:28 JeromePowell 阅读(47) 评论(0) 推荐(0) 编辑
摘要: ➜ ~ mount |grep ntfs /dev/disk4s1 on /Volumes/XXX硬盘品牌名称 (ntfs, local, nodev, nosuid, read-only, noowners) ➜ ~ sudo umount /dev/disk4s1 ➜ ~ sudo mount_ 阅读全文
posted @ 2023-07-19 13:21 JeromePowell 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 英文 https://marabos.nl/atomics/ 中文 https://rustcc.github.io/Rust_Atomics_and_Locks/ https://github.com/fwqaaq/Rust_Atomics_and_Locks 阅读全文
posted @ 2023-07-10 13:04 JeromePowell 阅读(45) 评论(0) 推荐(0) 编辑
摘要: 下载 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 阅读全文
posted @ 2023-07-07 12:00 JeromePowell 阅读(384) 评论(0) 推荐(0) 编辑