测试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
public class TreeListUtil { private static Image[] imgs = null; private static int pos = 0; /// 为树控件设置数据源 /// </summary> /// <param name="treeList">树控 ...
分类:
其他好文 时间:
2020-12-18 12:27:35
阅读次数:
2
加密: /// <summary> /// 加密 /// </summary> /// <param name="content">要加密的串</param> /// <param name="aesKey">密钥</param> /// <returns></returns> public sta ...
#region 删除垃圾文件过程 /// <summary> /// 删除垃圾文件 /// </summary> /// <param name="sender"></param> /// <param name="e"></param> private void btn_delete_Click( ...
分类:
其他好文 时间:
2020-12-17 12:14:03
阅读次数:
2
利用wininet获取网页Cookie 模拟post请求取数据,使用普通的Cookies无法获取完整的Cookies信息 只能获取了一部分 ,导致取回来的是重新登陆的页面。 后来经过不懈的精神,终于找到了方法实现获取HTTPOnly。 WinInet WinInet(“Windows Interne ...
定义$p(x)\(表示\)\sum_^ bit(x,i)c_i$。一个序列的贡献定义为$\sum p(a_i\ xor \ a_{i+1})$。 给出$[l_i,r_i]$,构造一个序列满足$a_i\in [l_i,r_i]$,求最大贡献。 \(n,k\le 50\) %%%ll倒序开题爆切E。 为 ...
分类:
其他好文 时间:
2020-12-08 12:44:35
阅读次数:
4
直接新建个文件即可 ExLogic.cs public class ExLogic { #region 对象转成字典 /// <summary> /// 对象转换为字典 /// </summary> /// <param name="obj">待转化的对象</param> /// <returns> ...
分类:
其他好文 时间:
2020-12-07 12:20:51
阅读次数:
7
tensorflow版本:1.15.0 tf.summary.scalar,tf.summary.histogram,tf.summary.merge_all,tf.summary.merge,tf.summary.FileWriter,writer.add_summary用法简单演示! impor ...
分类:
其他好文 时间:
2020-12-03 11:45:54
阅读次数:
4