- 2025-01-09mysql如果updatedate is null就把createdate设置到updatedate
mysql>select*frome_task3instance_struct_8whereupdatedateisnull;+---------------------+----------------+--------------------+------------------+----------+--------------+----------+-----------+--------------------+----------+-------+--------
- 2024-12-05vxe-table 树表格单元格选择复制粘贴
vxe-table树表格单元格选择复制粘贴,树结构默认是平级粘贴,可以通过clip-config.isDeepPaste启用深层数据结构的粘贴;需要注意只支持tree-config.transform模式<template><div><vxe-tablebordershow-overflowkeep-sourceheight="500"
- 2024-11-30vxe-table 树结构单元格选取与复制粘贴
vxe-table树结构单元格选取与复制粘贴,通过tree-config.transform使用树形表格<template><div><vxe-tablebordershow-overflowkeep-sourceheight="600":column-config="columnConfig":tree-config=&quo
- 2023-11-22vxe-gird前端日期段查询,通过手工sql是有数据,但是在前端无数据。
前端查询的时候,日期是返回这种数组:["2023-11-0120:00:00","2023-11-0220:00:00"]1、那么有二种方式,一直是直接传给服务端,由服务端去处理。@RequestParam(value="createDate[]",required=false)String[]createDates用这种形式放到controller的参数列表里就可以。2、
- 2023-10-25C# Linq to Enitty Lamda中日期格式化,请使用SqlFunctions.DateName及SqlFunctions的其它用法
vardata=db.Invoice.Select(i=>newInvoiceVM{InvoiceId=i.InvoiceId,GroupIds=SqlFunctions.DateName("yyyy",i.BillDate)+"-"+SqlFunctions.DateName("MM",i.BillDate),Description=i.Description,CreateDate=i.Cre
- 2023-05-06SpringBoot 操作 MongoDB 新增和查询
MongoDBJAVA新增+查询上接SpringBoot整合MongoDB,记一下MongoDB的CRUD方法。Create新增使用MongoRepository方式的新增非常简单,之前的整合中已经尝试过,这里再总结一下:首先需要有对应的实体类对象:@Data@AllArgsConstructor@NoArgsConstructor@ToStringpublicc
- 2023-03-29sql 过滤重复字段,取最早或最新记录
--可以将重复字段,取最早的一次,同理,也可以取时间最新的一次--方法一withtmpas(selectrow_number()over(partitionby分组字段orderby时间字段)i,
- 2023-03-03EF Core 客户端与服务器评估
写linq语句时需要比较数据库中的日期和当前日期,写的代码如下vartaskInCount=repository.DbContext.Set<Wms_TaskHistory>().Where(q=>DateTime.Parse(q.CreateDate.
- 2023-01-29django Orm group by
在django的orm里面想要groupby一个模型的时候遇到一个问题,根据官方文档的调教,怎么都没办法。1、ormmodelclassCvmAlarmDataByMetric(models.Model):"""cv
- 2023-01-17mysql timestampdiff 计算二个时间的间隔
selecttimestampdiff(MINUTE,createDate,now())asinteralFROMtable; 说明:上面的是计算createDate与now()之间相间多少分钟。语法:TIMESTAMPDIFF(unit,da
- 2022-10-28C# OrderBy多个字段排序
C#OrderBy多个字段排序先按Sort字段正序排序,再按CreateDate降序排序,如果三个字段进行排序,我才是再后面再加ThenByDescendingvarresult=_IDbConnection.Query<Query
- 2022-10-20Linq分组取分组中的最大值,并且拿到最大值对应的id
Linq分组取分组中的最大值,并且拿到最大值对应的idList<PhoneCallCTIPushData>phoneCallCTIPushDatas=newList<PhoneCallCTIPushData>();P
- 2022-09-23mybatis不知道取什么名字的标题
<!--根据多个id--><foreachcollection="ids"index="index"item="item"open="("separator=","close=")">#{item}</foreach><!--日期截取指定的-->
- 2022-09-01Can't find resource for bundle java.util.PropertyResourceBundle, key product.order.createDate
读取的key与properties文件中的key不一致,大概率是写错了如果这个key用了,他就点亮,输入错误,或者没用到就是灰色