摘要:
SQLite If Else Case SQLite 条件判断 SQLite 条件 判断 偶尔忘记了,百度出来乱七八糟的,所以记录一下: 1.函数方式: select iif(1==1,'a','b') as t 结果: 2.查询方式: select '张三' as name, case when 阅读全文
摘要:
C# net Queue 固定长度 不自动扩展大小 不可变大小 C# net 队列 固定长度 不自动扩展大小 不可变大小 新建文件 QueueLength.cs 拷贝下面的代码 using System; using System.Collections.Generic; using System. 阅读全文
摘要:
C# Net Linq 连续 字符串 数字 C# Net Linq 不连续的字符串 C# Net 集合 连续 字符串 数字 C# Net 数组 连续 字符串 数字 创建类 public class Dev { public string Name { get; set; } } 在控制台中的Main 阅读全文