03 2023 档案

摘要:mysql中时间字段datetime怎么判断为空和不为空一般为空都用null表示,所以一句sql语句就可以。select * from 表名 where 日期字段 is null;这里要注意null的用法,不可以用=null这样的形式表示。相反,要取出不为空的数据,就是is trueselect * 阅读全文
posted @ 2023-03-20 11:24 hbg-rohens 阅读(98) 评论(0) 推荐(0) 编辑
摘要:when use libucrl (c++) to code in ubuntu 16.04, then docker it to the centos 8, report this error: [ERROR] 2023-03-13_13:33:56 line 715 curl_oper.cpp: 阅读全文
posted @ 2023-03-14 09:49 hbg-rohens 阅读(284) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示