添加引用: ThoughtWorks.QRCode.dll System.Drawing using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Mi ...
https://docs.microsoft.com/zh-cn/ef/core/querying/complex-query-operators#groupjoin EFCore 3 好像天生就不支持 lambda写法的 GroupJoin 只能默默的换成 linq 版的left join ...
分类:
其他好文 时间:
2020-10-24 10:05:58
阅读次数:
28
对mysql数据库的授权和使用 权限: create user 'guest'@'ip地址' identified by '123' //ipconfig 授权: grant 权限的具体使用 on.to 用户名@ip地址 identified by ''密码'' grant select,inser ...
分类:
数据库 时间:
2020-10-22 23:15:47
阅读次数:
48
原文内容:oracle中的(+)是一种特殊的用法,(+)表示外连接,并且总是放在非主表的一方。 例如 左外连接:select A.a,B.a from A LEFT JOIN B ON A.b=B.b; 等价于select A.a,B.a from A,B where A.b = B.b(+); 再 ...
分类:
数据库 时间:
2020-10-22 23:07:49
阅读次数:
48
对于请求反馈使用线程来提速 """ Function: get similarity query Author: dengyx DateTime: 20201019 """ import jieba import time import tqdm import threading import qu ...
分类:
编程语言 时间:
2020-10-22 22:46:19
阅读次数:
27
再记不住的话就扇自己巴掌 SELECT * FROM class1 c INNER JOIN class2 p ON c.id = p.id INNER JOIN class3 s ON c.id = s.id 2333, 和暴走大事件一起更博客吧 ...
分类:
数据库 时间:
2020-10-21 21:36:09
阅读次数:
41
--写法中jg_info中的中包装与小包装为一行,出现重复行selectdjbh,spbh,spmch,kuansbh,is_jg,sl,js,lss,decode(bzlb,0,‘整件‘,1,‘中包装‘,2,‘小包装‘,bzlb)包装类别,casewhenbzlb=0thenJS-count(jiang_cd)whenbzlb=1thenSL/ku
分类:
其他好文 时间:
2020-10-21 20:58:30
阅读次数:
24
代码: using Microsoft.AspNetCore.Razor.TagHelpers; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; name ...
分类:
Web程序 时间:
2020-10-21 20:55:42
阅读次数:
36
Canal是阿里巴巴旗下的一款开源项目,利用Java开发。主要用途是基于MySQL数据库增量日志解析,提供增量数据订阅和消费,目前主要支持MySQL。 ...
分类:
数据库 时间:
2020-10-20 16:24:09
阅读次数:
50
用户类,保存登录信息:usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Threading.Tasks;namespaceGroupProject{///<summary>///此类专门用来保存登录用户的信息///方便使用之时调用///</summar