avatar

刘刚刚的blog

采菊东篱下,悠然见南山🦥

  • 首页
  • 大模型应用
  • 常用软件/工具
  • Halo
  • 关于
Home 杂记
文章

杂记

Posted 2024-04-24 Updated 2024-04- 24
By Administrator
0~0 min read
  1. 计算四舍五入的一种方式:

对数字+0.5然后取整。

默认分类
License:  CC BY 4.0
Share

Further Reading

Apr 24, 2024

杂记

计算四舍五入的一种方式: 对数字+0.5然后取整。

Feb 18, 2024

mysql技巧杂记

GROUP_CONCAT GROUP_CONCAT在使用的时候,如果忘记了写group关键字,会导致结果中出现一条所有值都为null的数据 INNER JOIN INNER JOIN在使用时,在与主表的行匹配上才会返回。可以利用INNER JOIN这一特性来处理一些数据的筛选

Feb 5, 2024

Mysql中关联字段值为NULL的处理

在sql进行关联查询时,如果出现了值为null的字段,那么是关联不到数据的。 例如: select * from table_a a left join table b on a.name = b.name and a.type=b.type 当出现类似以下的数据时,因为type列为NULL,那么

OLDER

mysql技巧杂记

NEWER

如何在一台电脑上使用多个git身份

Recently Updated

  • 文本切分-语义分割(Semantic Chunking)
  • dify 并发配置优化
  • Typing
  • 大模型返回中json_schema与json_mode的区别
  • Async

Trending Tags

Halo 运维 postgresql 设计模式 linux就该这么学 nas rag odoo python 文本切分

Contents

©2025 刘刚刚的blog. Some rights reserved.

Using the Halo theme Chirpy