准备回到紫色了,转了一圈回来其实实力是变强了的吧?收集了一些暂时体现不出来的经验。而且比赛这种东西的确很难说的,不会就是不会。 题目链接:https://codeforces.com/contest/1300 A Non zero 题意:有一个(可正可负的)整数序列,每次操作把一个数++,求最少的操 ...
分类:
其他好文 时间:
2020-02-11 09:16:39
阅读次数:
57
解析模块的使用 一、使用 服务器根据设置的请求头content type接收客户端对应的数据信息 二、源码分析 python 1.对数据进行二次解析 def dispatch(self, request, args, kwargs): """ is pretty much the same as D ...
分类:
其他好文 时间:
2020-02-10 16:29:16
阅读次数:
86
相关资料: https://www.cnblogs.com/h2285409/p/11714576.html https://www.cnblogs.com/findumars/p/5789404.html 1 uses 2 EncdDecd; 3 4 function FileToBase64(F ...
"传送门" A. Non zero 签到。 Code B. Assigning to Classes 贪心即可。 我们选出的两个数中,假设在左边的为$a$,右边的为$b$,那么小于$a$的有$x$个,大于$a$的有$x$个;同理小于$b$和大于$b$的都有$y$个。那么左侧为$x+y$个,右侧为$x ...
分类:
其他好文 时间:
2020-02-10 12:04:50
阅读次数:
49
先来一道题,试试水平 上面的打印结果你猜对了吗? /D:/github/java_common/target/classes/ sun.misc.Launcher|AppClassLoader@18b4aac2 sun.misc.Launcher|ExtClassLoader@1a86f2f1 nu ...
分类:
其他好文 时间:
2020-02-08 17:15:49
阅读次数:
65
写在前面的话 相关背景及资源: "曹工说Spring Boot源码(1) Bean Definition到底是什么,附spring思维导图分享" "曹工说Spring Boot源码(2) Bean Definition到底是什么,咱们对着接口,逐个方法讲解" "曹工说Spring Boot源码(3) ...
分类:
编程语言 时间:
2020-02-07 10:48:39
阅读次数:
73
#线性支持向量机 #代码: from sklearn import datasetsx,y = datasets.make_classification(n_samples=100,n_features=2,n_redundant=0,n_classes=2,random_state=7816)x. ...
分类:
其他好文 时间:
2020-02-06 14:13:49
阅读次数:
71
Problem: time series classification shapelet-based method: two issues 1. for multi-class imbalanced classification tasks, these methods will ignore th ...
分类:
Web程序 时间:
2020-02-06 01:44:11
阅读次数:
127
本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs; type TForm1 = class(TForm) ...
分类:
其他好文 时间:
2020-02-04 20:34:42
阅读次数:
96
idea启动项目的时候报了如下错误:OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 解决 ...
分类:
移动开发 时间:
2020-02-03 20:54:58
阅读次数:
259