A. Cards for Friends time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output For the New Year, Po ...
分类:
其他好文 时间:
2021-01-08 11:28:07
阅读次数:
0
Chapter 4 - Practical Data Visualization Segment 1 - Creating standard data graphics import numpy as np from numpy.random import randn import pandas a ...
分类:
编程语言 时间:
2021-01-06 12:27:05
阅读次数:
0
1.UDAF定义 spark中的UDF(UserDefinedFunction)大家都不会陌生, UDF其实就是将一个普通的函数, 包装为可以按 行 操作DataFrame中指定Columns的函数. 例如, 对某一列的所有元素进行+1操作, 它对应mapreduce操作中的map操作. 这种操作有 ...
分类:
其他好文 时间:
2021-01-04 11:31:11
阅读次数:
0
详解web容器 - Jetty与Tomcat孰强孰弱 Jetty 基本架构 体系结构 启动过程 接受请求 基于 HTTP 协议工作 基于 AJP 工作 基于 NIO 方式工作 处理请求 与 Jboss 集成 与 Tomcat 的比较 架构比较 性能比较 特性比较 总结 Jetty 基本架构 Jett ...
分类:
Web程序 时间:
2021-01-02 11:24:50
阅读次数:
0
# 一、下载CentOS镜像1. https://www.centos.org/ 注意是org结尾,不是com结尾2. 选择iso镜像![image.png](http://192.168.75.137:8090/upload/2020/12/image-2bae7d7c12e0490cb32972 ...
分类:
系统相关 时间:
2020-12-31 12:28:14
阅读次数:
0
standard singleTop singleTask singleInstance 1.创建一个新的工程。Application name 叫做LaunchModeTest。 2.将MainActivity重构改名为FirstActivity。 3.在MainActivity对应的布局文件中创 ...
分类:
移动开发 时间:
2020-12-30 11:00:19
阅读次数:
0
CMakeLists.txt cmake_minimum_required(VERSION 3.15) project(Test) enable_language(ASM_NASM) set(CMAKE_C_STANDARD 99) set(ASM_SOURCES test.asm ) set (S ...
分类:
系统相关 时间:
2020-12-30 10:27:07
阅读次数:
0
PUT test/_doc/1 { "content":"Hello World" } GET test/_analyze { "explain": true, "analyzer": "standard", "text": "Hello World" } POST test/_search { " ...
分类:
其他好文 时间:
2020-12-29 11:59:23
阅读次数:
0
前言 本文记录下生产一次cpu使用率低,但是load average高的情况,如下两图,load average很高,但是cpu使用率很低 先说下这个机器配置:16C16G,用于jenkins构建服务器 通常指的load average是和cpu有关,cpu越高,load average越高,但是本 ...
分类:
系统相关 时间:
2020-12-25 11:57:27
阅读次数:
0
STL stl基本概念 STL(Standard Template Library,标准模板库),是惠普实验室开发的一系列软件的统称。现在主要出现在 c++中,但是在引入 c++之前该技术已经存在很长时间了。 STL 从广义上分为: 容器(container) 算法(algorithm) 迭代器(i ...
分类:
其他好文 时间:
2020-12-25 11:54:42
阅读次数:
0