摘要: 使用SglSugar BulkCopy方法进行大批量插入时一直报错,检查了实体、数据库字段属性都无异常,最后发现数据库连接中配置了 Allow Zero Datetime=true;ConvertZeroDateTime= true;注释后异常解决。 Allow Zero Datetime=true 阅读全文
posted @ 2023-10-18 17:01 庸人l自扰 阅读(72) 评论(0) 推荐(0) 编辑
摘要: if (event) { event.stopPropagation ? event.stopPropagation() : (event.cancelBubble = true); } event.stopPropagation ? event.stopPropagation() : (event 阅读全文
posted @ 2019-09-06 10:31 庸人l自扰 阅读(207) 评论(0) 推荐(0) 编辑
摘要: var req = new { //经度 Longitude = 1, //纬度 Latitude = 1, //跳过条数 offset = 1, ... 阅读全文
posted @ 2019-08-13 09:11 庸人l自扰 阅读(642) 评论(0) 推荐(0) 编辑
摘要: 微信小程序想实现 模板消息推送的话 1.登录到微信公众平台 - 小程序 - 开发 - 开发设置 。 找到消息推送 2.验证消息的确来自微信服务器 微信只提供了php检验的代码段,还缺少返回参数的方法 3.填写服务器配置 然后就可以填写服务器配置,提交验证签名了! 阅读全文
posted @ 2019-03-19 20:07 庸人l自扰 阅读(433) 评论(0) 推荐(0) 编辑