上一页 1 2 3 4 5 6 7 8 ··· 12 下一页
摘要: 1,安装时会出现ssl错误,协议不匹配 fatal: caused by javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropr 阅读全文
posted @ 2025-04-07 15:52 东岸 阅读(35) 评论(0) 推荐(0)
摘要: //1、使用wget下载tar包 wget https://downloads.mysql.com/archives/get/p/23/file/mysql-server_5.7.36-1ubuntu18.04_amd64.deb-bundle.tar //2、在目录下解压tar包 tar xvf 阅读全文
posted @ 2025-04-07 10:35 东岸 阅读(436) 评论(0) 推荐(0)
摘要: 1.在chrome地址栏输入chrome://flags/ 2.在页面的搜索栏搜索force color profile 3.在选项中选择所对应的颜色管理。(此处我选择的是P3) 阅读全文
posted @ 2024-11-14 16:11 东岸 阅读(130) 评论(0) 推荐(0)
摘要: 本周合并到 Linux 6.12-rc4 内核中的一个补丁删除了一些内核维护者,使其不再出现在官方 MAINTAINERS 文件中,该文件可识别所有驱动程序和子系统维护者。 其中包括宏碁 Aspire 1 EC 驱动程序、Cirrus Logic CLPS711X ARM 架构、Baikal-T1 阅读全文
posted @ 2024-10-24 10:10 东岸 阅读(54) 评论(0) 推荐(1)
摘要: github地址 https://github.com/donghao12138/Batch-generation-changeid 写的脚本,能够把每个提交重新提交一次,生成changeid 阅读全文
posted @ 2024-10-23 14:54 东岸 阅读(31) 评论(0) 推荐(0)
摘要: github地址 https://github.com/donghao12138/keyboard-control-windows-mouse 能直接使用键盘完成全部操作,熟练操作比鼠标快 阅读全文
posted @ 2024-10-23 14:52 东岸 阅读(18) 评论(0) 推荐(0)
摘要: qDebug()<<"QSslSocket="<<QSslSocket::sslLibraryBuildVersionString(); qDebug() << "OpenSSL支持情况:" << QSslSocket::supportsSsl(); 打印需要的版本和当前openssl的支持情况 如 阅读全文
posted @ 2024-09-23 10:01 东岸 阅读(882) 评论(0) 推荐(0)
摘要: 2024-09-09 11:01:57,029 [1446798] WARN - Emulator: Pixel 8 Pro API 35 - Failed to process .ini file C:\Users\钁f旦.android\avd<build>.ini for reading.如如 阅读全文
posted @ 2024-09-09 11:21 东岸 阅读(176) 评论(0) 推荐(0)
摘要: 输入 git config --global url."https://gitclone.com/".insteadOf https:// 直接git clone 即可 持续更新可用时间: 截至2024年8月28日,可用 阅读全文
posted @ 2024-08-28 15:46 东岸 阅读(1206) 评论(0) 推荐(0)
摘要: qDebug() << "当前函数:" << Q_FUNC_INFO << "当前行号:" << __LINE__; 阅读全文
posted @ 2024-08-27 09:35 东岸 阅读(59) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 12 下一页