打赏
上一页 1 2 3 4 5 6 7 ··· 60 下一页
摘要: public class Program { static void Main(string[] args) { int state1 = (int)EnumApplyVehicleState.Approving; int state2 = ApplyVehicleState.Approving; 阅读全文
posted @ 2022-02-17 15:14 刘奇云 阅读(81) 评论(0) 推荐(0)
摘要: CQRS MediatR中介者模式,这个讲的非常明白怎么用 MediatRInstall MediatR PM> Install-Package MediatRIMeditatorIRequese、IRequestIRequestHandler<in TRequest, TResponse> pub 阅读全文
posted @ 2022-02-16 18:00 刘奇云 阅读(88) 评论(0) 推荐(0)
摘要: 三.List List<string> list = new List<string>(); list.Add("1"); list.Contains("1"); list.Remove("1"); 阅读全文
posted @ 2022-02-16 16:42 刘奇云 阅读(68) 评论(0) 推荐(0)
摘要: 上篇我们已经基本搞清楚了Hashtable,我们趁热打铁,继续探索一下字典是怎么实现的吧 二.Dictionary Dictionary<string,string> d = new System.Collections.Generic.Dictionary<string, string>(10); 阅读全文
posted @ 2022-02-16 16:40 刘奇云 阅读(76) 评论(0) 推荐(0)
摘要: 面试场景1: 面试官:你了解过数据结构吗? 我:平时会用到的数组,List,Hashtable,Dictionary等 面试官:你知道他们的原理吗? 我:心里默默的说一句会用不就行了吗...怎么问题那么多,嘴上却说我不太清楚,但是我知道List,Hashtable,Dictionary线程不安全,一 阅读全文
posted @ 2022-02-16 16:34 刘奇云 阅读(215) 评论(0) 推荐(0)
摘要: https://www.520mg.com/a/inter/index.html 阅读全文
posted @ 2022-02-15 11:43 刘奇云 阅读(41) 评论(0) 推荐(0)
摘要: 步骤一安装埋点js <script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?40e68573a40fcc 阅读全文
posted @ 2022-02-09 11:06 刘奇云 阅读(544) 评论(0) 推荐(0)
摘要: 前端埋点能干啥: 基础分析: 1)行为分析:用户什么时间在哪里进行了哪些操作,通过什么渠道,用了多长时间,可帮助您了解用户的操作规律、访问路径及行为特点等信息 1.用户活跃时间分布:用户开始使用 App 的具体时间所在的时间段 2.用户日参与度:用户平均每日使用 App 的时长,用户平均每日打开 A 阅读全文
posted @ 2022-02-08 13:51 刘奇云 阅读(248) 评论(0) 推荐(0)
摘要: 埋点类型:1.页面访问量埋点引入了 mtracker 之后,每次打开页面都会在日志中记录一次访问,不需要额外的操作。2.点击埋点标签埋点和js主动触发埋点mtracker 会监听点击事件,自动为有 data-seed 属性的标签添加点击的日志,如下:<div `data-seed` ="seedna 阅读全文
posted @ 2022-02-07 13:59 刘奇云 阅读(326) 评论(0) 推荐(0)
摘要: .net core独立模块源码:https://github.com/aspnet .net core全家桶源码:https://github.com/dotnet/aspnetcore .net core拓展库源码:https://github.com/dotnet/extensions .net 阅读全文
posted @ 2022-01-29 15:20 刘奇云 阅读(358) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 60 下一页