最新 最热

HDOJ 1390 Binary Numbers(进制问题)

Problem Description Given a positive integer n, find the positions of all 1’s in its binary representation. The position of the least significant bit is 0.

2021-01-21
1

HDOJ 1339 A Simple Task(简单数学题,暴力)

Problem Description Given a positive integer n and the odd integer o and the nonnegative integer p such that n = o2^p.

2021-01-21
1

Java 使用Spring-data-elasticsearch 为索引添加别名 修改及替换别名

一直感觉spring-data-es封装的很迷..调用起来奇奇怪怪 还是封装一层方便自己调用吧

2021-01-21
0

POJ 2027 No Brainer

Problem Description Zombies love to eat brains. Yum.

2021-01-19
1

HDOJ 1312 (POJ 1979) Red and Black

Problem Description There is a rectangular room, covered with square tiles. Each tile is colored either red or black. A man is standing on a black tile. From ...

2021-01-19
2

Jetpack-WorkManager

今天我们来讲以下google推荐我们使用jetpack进行后台任务处理的组件:workManager。 参考: https://mp.weixin.qq.com/s/OorUNDO3GVHATJrZOijh_A

2021-01-18
1

R语言进阶笔记4 | dplyr 汇总统计

之前写过一篇博文(汇总统计?一个函数全部搞定!),介绍R中编写一个函数,进行汇总统计。效果很不错。今天用tidyverse包实现一下,多角度尝试,然后尝试中学习。...

2021-01-12
1

大流行对隐私法的影响

我们所知的生活是在冠状病毒永远消失之前,大流行的后果将体现出许多变化。它将如何影响全球的隐私法?没有人可以肯定,而且直到冠状病毒消失之后我们才知道。网络犯罪分子长期以来一直在利用互联网,现在COVID-19的传播加快...

2021-01-08
1

Excel图表技巧02:绘制动态图表

当图表数据区域中的单元格数据增加或减少时,图表会自动相应变化,这就是我们所说的动态图表。本文介绍Excel中两种基本的制作动态图表的方法。

2021-01-06
1

Numpy中的一个函数用法:np.triu() & np.tril()

参考链接: Python中的numpy.triu今天帮朋友看一个代码,刚好里边有一个函数不太明白,因此看了源码之后在此做以记录: #取上三角阵def triu(m, k):m:表示一个矩阵 K:表示对角线的起始位置(k取值默认为0) 以一个5*5的矩阵举例说明...

2021-01-04
0