摘要: class QuantityTable { public string NAME { get; set; } public string T { get; set; } public string UNIT { get; set; } public decimal DAYWQUAN { get; s 阅读全文
posted @ 2021-12-14 12:51 林间山下 阅读(69) 评论(0) 推荐(0) 编辑
摘要: 前段时间项目中要用到缓存已解决效率的问题,研究了一下.net中的Cache缓存,结果是研究了半天最后还是没有用这种方式,哎,很多问题从业务上就能优化,不说了 using System; using System.Collections.Generic; using System.Linq; usin 阅读全文
posted @ 2021-12-14 11:53 林间山下 阅读(588) 评论(0) 推荐(0) 编辑
摘要: create table tastTable(id number,name varchar2(50)); insert into tastTable(Id, Name)values(1,'张三');insert into tastTable(Id, Name)values(2,'李四');inser 阅读全文
posted @ 2021-12-14 11:35 林间山下 阅读(102) 评论(0) 推荐(0) 编辑