上一页 1 2 3 4 5 6 7 8 9 10 ··· 14 下一页
  2022年12月19日
摘要: windows中 sql 列名 表明 大小写不敏感, Mysql 列名的值 大小写也不敏感(ANSI规范不严谨), 单双引号 支持 但是Oracle 的 列名的值 敏感 ,双引号 不支持 mysql 运算字符 没有 ASII 转换,异种比较会 隐式转换 失败激就是0 同种比较 不会 隐式转换 阅读全文
posted @ 2022-12-19 11:05 daofree 阅读(52) 评论(0) 推荐(0) 编辑
  2022年12月11日
摘要: 阅读全文
posted @ 2022-12-11 11:25 daofree 阅读(184) 评论(0) 推荐(0) 编辑
  2022年11月28日
摘要: 阅读全文
posted @ 2022-11-28 16:19 daofree 阅读(140) 评论(0) 推荐(0) 编辑
  2022年11月27日
摘要: https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/user-login/code2Session.html https://developers.weixin.qq.com/apiExplorer?apiName=addMessa 阅读全文
posted @ 2022-11-27 16:42 daofree 阅读(92) 评论(0) 推荐(0) 编辑
摘要: https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/subscribe-message/subscribeMessage.send.html#%E8%AE%A2%E9%98%85%E6%B6%88%E6%81%A 阅读全文
posted @ 2022-11-27 00:47 daofree 阅读(786) 评论(0) 推荐(0) 编辑
  2022年11月20日
摘要: // List<Map.Entry<String,Long>> lstEntry = new ArrayList<>(collect.entrySet());// Collections.sort(lstEntry,((o1, o2) -> {// return o1.getValue().comp 阅读全文
posted @ 2022-11-20 10:50 daofree 阅读(13) 评论(0) 推荐(0) 编辑
  2022年11月19日
摘要: 项目需求设计想得太多,无从下手 阅读全文
posted @ 2022-11-19 18:24 daofree 阅读(3) 评论(0) 推荐(0) 编辑
  2022年11月18日
摘要: 平台项目 其实就是对 数据的处理 增删改查 将外面的推送过来来的数据,存储, 展示在管理页面平台,进行处理,改状态,查数据,改数据,删除数据 2022.11.8 入职新公司新项目,遇到项目紧急的项目组。没有实习期,要尽快业务口,梳理业务。 梳理业务后,知道数据来源后,就要,就会,就能 , 就敢 创建 阅读全文
posted @ 2022-11-18 21:59 daofree 阅读(18) 评论(0) 推荐(0) 编辑
  2022年11月12日
摘要: 新版的Mysql中的时区默认设置与本地时区之间是不同的,因此会报错。由此,解决方法即为修改时区设置即可 ?serverTimezone=UTC 阅读全文
posted @ 2022-11-12 22:41 daofree 阅读(93) 评论(0) 推荐(0) 编辑
  2022年11月10日
摘要: 参考 http://www.5imoban.net/jiaocheng/other/202208015064.html 阅读全文
posted @ 2022-11-10 14:03 daofree 阅读(209) 评论(2) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 14 下一页