1 2 3 4 5 ··· 98 下一页
摘要: OPTIMIZE TABLE test_replacing FINAL; 阅读全文
posted @ 2025-04-27 09:56 newmiracle宇宙 阅读(11) 评论(0) 推荐(0)
摘要: EXPLAIN ESTIMATE 查询clickhouse 查询性能 直接看 row就行了 阅读全文
posted @ 2025-04-25 11:53 newmiracle宇宙 阅读(9) 评论(0) 推荐(0)
摘要: clickhouse文件迁移解决方案 数据库文件迁移过去了 配置路径也该 记住一定要重启服务器 阅读全文
posted @ 2025-04-15 10:50 newmiracle宇宙 阅读(26) 评论(0) 推荐(0)
摘要: 关于跨域访问解决方案先用apipost运行下 看看有没有报错 这个是关键 很多时候是报错没有执行跨域代码 阅读全文
posted @ 2025-04-14 11:22 newmiracle宇宙 阅读(5) 评论(0) 推荐(0)
摘要: location ^~ /ssaaa/ { proxy_pass http://127.0.0.1:8789/; } 阅读全文
posted @ 2024-11-19 20:36 newmiracle宇宙 阅读(14) 评论(0) 推荐(0)
摘要: 非常好用检测端口有没有开防火墙 https://tool.chinaz.com/port 阅读全文
posted @ 2024-11-12 20:49 newmiracle宇宙 阅读(13) 评论(0) 推荐(0)
摘要: import('java.io.File') import('java.lang.*') import('java.util.Arrays') import('android.content.Context') import('android.hardware.Sensor') import('an 阅读全文
posted @ 2024-11-02 20:34 newmiracle宇宙 阅读(201) 评论(0) 推荐(0)
摘要: <?php // 封装分组逻辑的函数 function groupBy($array, $key) { $result = []; foreach ($array as $element) { $result[$element[$key]][] = $element; } $new=[]; fore 阅读全文
posted @ 2024-10-16 20:35 newmiracle宇宙 阅读(12) 评论(0) 推荐(0)
摘要: 视频放大改变速率 加镜像 加转场加滤镜 加字幕 阅读全文
posted @ 2024-09-23 09:44 newmiracle宇宙 阅读(23) 评论(0) 推荐(0)
摘要: 接下来我输入中文 你给我合适的变量命名 阅读全文
posted @ 2024-08-31 18:38 newmiracle宇宙 阅读(12) 评论(0) 推荐(0)
1 2 3 4 5 ··· 98 下一页