一、使用场景: 有两个类都继承了同一个抽象类: /// <summary> /// 沙盒基类 /// </summary> abstract class SandBoxGanmeBase { /// <summary> /// 名称 /// </summary> public string Name ...
分类:
Web程序 时间:
2020-12-30 10:42:50
阅读次数:
0
/// <summary> /// Distinct去除重复项(可自己指定) /// </summary> /// <typeparam name="TSource"></typeparam> /// <typeparam name="TKey"></typeparam> /// <param na ...
分类:
其他好文 时间:
2020-12-30 10:26:45
阅读次数:
0
1.进入进入build.xml存放的路径 cmd 中进入build.xml存放的路径,然后执行ant -buildfile build.xml 2.进入你新建的testcase/report/html ,用浏览器打开html格式的文件,报告就有啦。 3.下面有几种模板提供下载1.Summary&Pa ...
分类:
其他好文 时间:
2020-12-29 12:08:27
阅读次数:
0
1 #region 正序 2 /// <summary> 3 /// 正序 4 /// </summary> 5 /// <typeparam name="T"></typeparam> 6 /// <param name="source"></param> 7 /// <param name="o ...
分类:
其他好文 时间:
2020-12-29 11:32:07
阅读次数:
0
1,这一步就是查询详情了,配合填写报表一起使用,这里直接开始写业务逻辑层 1 #region 查询海外仓情况报表-年报 2 /// <summary> 3 /// 查询海外仓情况报表-年报 4 /// </summary> 5 /// <param name="mainId">企业id</param ...
分类:
其他好文 时间:
2020-12-29 11:10:42
阅读次数:
0
Typora | How do i download and use Typora themes on my local computer system? Summary # General Steps # 从typora主面板,依次进入"文件"=>"偏好面板"=>"外观部分",打开当前使用的主题文 ...
分类:
其他好文 时间:
2020-12-28 11:55:50
阅读次数:
0
MAC地址 /// <summary> /// MAC地址 /// </summary> /// <returns></returns> public static string GetPcMac() { ManagementObjectSearcher mos = new ManagementOb ...
分类:
其他好文 时间:
2020-12-23 12:21:27
阅读次数:
0
测试TestTcp请求 处理Socket,代码如下: #region 测试TestTcp /// <summary> /// 测试TestTcp /// </summary> public static async void TestTcp() { var threadStart = new Thr ...
分类:
其他好文 时间:
2020-12-22 12:32:26
阅读次数:
0
skip:无条件跳过 @pytest.mark.skip 1 import pytest 2 3 class Test_One(): 4 @pytest.mark.skip 5 def test_01(self): 6 print(" > test_01") 7 8 def test_02(self ...
分类:
其他好文 时间:
2020-12-22 12:26:32
阅读次数:
0
【SVM最后一课】详解烧脑的SupportVectorRegression1KernelRidgeRegression首先回顾一下上节课介绍的RepresenterTheorem,对于任何包含正则项的L2-regularizedlinearmodel,它的最佳化解w都可以写成是z的线性组合形式,因此,也就能引入kernel技巧,将模型kernelized化。我们先把KernelRidgeRegre
分类:
其他好文 时间:
2020-12-22 11:44:23
阅读次数:
0