会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
newmiracle宇宙
提供cocoscreator shader pixijs PHP等各种技术分享
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
5
···
98
下一页
2025年4月27日
clickhouse去重
摘要: OPTIMIZE TABLE test_replacing FINAL;
阅读全文
posted @ 2025-04-27 09:56 newmiracle宇宙
阅读(11)
评论(0)
推荐(0)
2025年4月25日
EXPLAIN ESTIMATE 查询clickhouse 查询性能 直接看 row就行了
摘要: EXPLAIN ESTIMATE 查询clickhouse 查询性能 直接看 row就行了
阅读全文
posted @ 2025-04-25 11:53 newmiracle宇宙
阅读(9)
评论(0)
推荐(0)
2025年4月15日
clickhouse文件迁移解决方案
摘要: clickhouse文件迁移解决方案 数据库文件迁移过去了 配置路径也该 记住一定要重启服务器
阅读全文
posted @ 2025-04-15 10:50 newmiracle宇宙
阅读(26)
评论(0)
推荐(0)
2025年4月14日
关于跨域访问解决方案
摘要: 关于跨域访问解决方案先用apipost运行下 看看有没有报错 这个是关键 很多时候是报错没有执行跨域代码
阅读全文
posted @ 2025-04-14 11:22 newmiracle宇宙
阅读(5)
评论(0)
推荐(0)
2024年11月19日
重定向
摘要: location ^~ /ssaaa/ { proxy_pass http://127.0.0.1:8789/; }
阅读全文
posted @ 2024-11-19 20:36 newmiracle宇宙
阅读(14)
评论(0)
推荐(0)
2024年11月12日
非常好用检测端口有没有开防火墙
摘要: 非常好用检测端口有没有开防火墙 https://tool.chinaz.com/port
阅读全文
posted @ 2024-11-12 20:49 newmiracle宇宙
阅读(13)
评论(0)
推荐(0)
2024年11月2日
懒人精灵写法
摘要: 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)
2024年10月16日
PHP 模拟mysql group con_cat最完美的分组方案
摘要: <?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)
2024年9月23日
剪映去重方法
摘要: 视频放大改变速率 加镜像 加转场加滤镜 加字幕
阅读全文
posted @ 2024-09-23 09:44 newmiracle宇宙
阅读(23)
评论(0)
推荐(0)
2024年8月31日
chagpt 变量命名提示语
摘要: 接下来我输入中文 你给我合适的变量命名
阅读全文
posted @ 2024-08-31 18:38 newmiracle宇宙
阅读(12)
评论(0)
推荐(0)
1
2
3
4
5
···
98
下一页
公告