原文地址:https://www.cnblogs.com/shiluoliming/p/6604407.html 例如有如下表user: distinct会过滤掉它后面每个字段都重复的记录 用distinct来返回不重复的用户名:select distinct name from user;,结果为 ...
分类:
数据库 时间:
2020-07-12 22:37:52
阅读次数:
134
学习地址:https://www.bilibili.com/video/BV1mf4y1S72o?p=18 实例练习一(创建一个柱的族) using System; using System.Collections.Generic; using System.Linq; using System.T ...
分类:
其他好文 时间:
2020-07-12 16:24:00
阅读次数:
82
问题: 给定一个有n排,每排10个位置的影院,已被预订座位列表。 求一个4人组要定在连续相邻座位的可能性有多少种。 其中对过道(3和4之间,7和8之间),将其中一个人分开的话,不算满足相邻条件。 Example 1: Input: n = 3, reservedSeats = [[1,2],[1,3 ...
分类:
其他好文 时间:
2020-07-12 14:33:14
阅读次数:
64
[鉴于indexing随着数据集规模的增加,这一点非常重要,有人可以解释一下如何在一个database-agnostic级别上进行索引工作?如何将多行中的文本连接成SQL服务器中的单个文本字符串String?当我试图用一对多关系连接两个表时,我遇到了类似的问题。在SQL 2005中,我发现该XML ... ...
分类:
数据库 时间:
2020-07-12 09:15:33
阅读次数:
74
学习地址:https://www.bilibili.com/video/BV1mf4y1S72o?p=11 实例练习一 using System; using System.Collections.Generic; using System.Linq; using System.Text; usin ...
分类:
其他好文 时间:
2020-07-11 21:22:24
阅读次数:
136
using System.Xml.Linq 命名空间成员 XAttribute 表示一个xml元素的xml属性 <Student Id=123 /> XCData 表示XML文档中的CDATA部分 XComment 表示一个XML注释 <!--xxx --> XDeclaration表示一个XML文 ...
分类:
其他好文 时间:
2020-07-11 09:15:35
阅读次数:
61
####基础知识点 asp.net生命周期 wcf与webapi的区别 restful api与webservice区别 线程池的理解 数组与链表 Redis存储类型及作用 sql与存储过程优缺点 linq关联查询 Dto对象映射转换 为什么使用ioc ####数据库 死锁 事务隔离 ####asp ...
分类:
Web程序 时间:
2020-07-11 00:07:31
阅读次数:
86
hive mysql count distinct 多列 解释链接-mysql采坑之count distinct多列 不能使用算术比较运算符(如=,<或<>)来比较空值 COUNT(distinct expr)返回expr列中不同的且非空的行数 COUNT()有两个非常不同的作用:它可以统计某个列值 ...
分类:
数据库 时间:
2020-07-10 15:25:56
阅读次数:
116
XML文档解析,使用Linq to Xml方式操作确实很方便,好东西值得推荐 Models.AjaxResult.BlastSearchResult blastSearchResult = new Models.AjaxResult.BlastSearchResult(); var rssXDoc ...
分类:
Web程序 时间:
2020-07-10 11:37:15
阅读次数:
61
当前页:<span id="currentPage"></span> 总页数:<span id="totalPage"></span> 总条数:<span id="totalCount"></span> <input id="Button1" type="button" value="首页" onc ...
分类:
其他好文 时间:
2020-07-10 00:39:40
阅读次数:
71