using System; using System.Collections.Generic; using System.IO; using System.Text; /// <summary> /// 打印error类 /// </summary> public class LogUtil { p ...
using System; namespace EventDelegation { /// <summary> /// 事件参数类 /// </summary> public class EventDate : EventArgs { public int eventID; public int a ...
对于同一个input ,在某个正态分布上所在的区间更接近置信区间中心,对应的Y值大 ,说明它更像是这个label上的某一个样本 Geogebra 模拟 label0: label1: result summary: label0: meanVal : array([4.96571429, 3.388 ...
分类:
其他好文 时间:
2021-04-27 14:22:28
阅读次数:
0
一、swagger组件 swagger的主要作用是API接口文档+接口调试的作用 在WeatherForecastController里加了另外4个方法,如何调用接口呢?如何进行断点调试呢? /// <summary> /// 查询 /// </summary> /// <returns></ret ...
分类:
Web程序 时间:
2021-04-21 12:41:15
阅读次数:
0
var list={};//有时间的集合 createtime endtime 时间戳 int 单位 精确到秒 var ranges = new List<IEnumerable<int>>(); list.ForEach(s => ranges.Add( Enumerable.Range(s.cr ...
1 缺陷报告的组成:①缺陷编号(Defect ID):提交缺陷的顺序②缺陷标题(summary):简明扼要的描述缺陷③缺陷的发现者(Defected By):测试人员④缺陷发现日期(date):一般为当天⑤缺陷所属的模块(subject):在测试哪个功能模块时发现的bug.开发组可以据此决定由谁负责 ...
分类:
其他好文 时间:
2021-04-07 11:46:15
阅读次数:
0
Shortcut Keys Configure Summary You can use shortcut keys to quickly insert or modify styles or do other operations supported by Typora. You can find ...
分类:
其他好文 时间:
2021-04-06 14:21:02
阅读次数:
0
整理代码时发现的老代码,略微整理发上来,理论知识我就不细说了,大意就是这条线是所有点到这条线的垂直距离最短。 至于我写的对不对就由各位自己分辨,如果我写错请告诉我. GIF截图 代码 /// <summary> /// 简单最小二乘法 /// </summary> /// <param name=" ...
public class EdiOFSRestHelper { public string appKey { get { return ""; } } public string appsecret { get { return ""; } } /// <summary> /// 返回结果格式 // ...
分类:
Web程序 时间:
2021-04-05 12:00:50
阅读次数:
0
直接上代码: 需要引用using Microsoft.Extensions.Configuration; public class AppSettings { /// <summary> /// 配置文件的根节点 /// </summary> private static readonly ICon ...
分类:
移动开发 时间:
2021-03-26 15:23:11
阅读次数:
0