Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M. For example, two is written as II in Roman numeral, just two one's ...
分类:
编程语言 时间:
2019-04-25 16:09:29
阅读次数:
129
In the previous post Kafka connect in practice(1): standalone, I have introduced about the basics of kafka connect configuration and demonstrate a loc ...
分类:
数据库 时间:
2019-04-24 19:40:25
阅读次数:
197
传送门:QAQQAQ 题意:有一个数组a和一个数组k,数组a一直保持一个性质:a[i + 1] >= a[i] + k[i]。有两种操作:1,给某个元素加上x,但是加上之后要保持数组a的性质。比如a[i]加上x之后,a[i + 1]<a[i] + k[i],那么a[i + 1]就变成a[i] + k ...
分类:
其他好文 时间:
2019-04-20 14:25:30
阅读次数:
161
题意 给两个数组分别为$a$和$k$,有若干次操作: 1.给$a_x$加上$y$,并以此对$a_{x + i}(i \ge 1)$赋值为$\max \{a_{x + i}, a_{x + i 1} + k_{x + i 1}\}$。 2.询问区间$[l, r]$的$a_i$的和。 题解 自闭了啊。 ...
分类:
其他好文 时间:
2019-04-18 09:20:32
阅读次数:
132
The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font ...
分类:
其他好文 时间:
2019-04-14 10:03:07
阅读次数:
165
题目要求 Roman numerals are represented by seven different symbols: I, V, X, L, C, Dand M. For example, two is written as II in Roman numeral, just two on ...
分类:
其他好文 时间:
2019-04-13 10:44:01
阅读次数:
166
A - Cooking Competition "Miss Kobayashi's Dragon Maid" is a Japanese manga series written and illustrated by Coolkyoushinja. An anime television serie ...
分类:
其他好文 时间:
2019-04-09 20:45:31
阅读次数:
141
Separate compilation allows programs to be written in logical parts. let us split our programs into several files, each of which can be compiled indep ...
分类:
编程语言 时间:
2019-04-09 00:20:16
阅读次数:
179
反编译工具Jad,下载地址:https://varaneckas.com/jad/ 本文翻译JAD的Readme.txt,先用英文,上班没事的时候翻译。 This is README file for Jad - the fast Java Decompiler.Jad home page: htt ...
分类:
其他好文 时间:
2019-04-06 23:04:15
阅读次数:
332
The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font ...
分类:
其他好文 时间:
2019-04-04 10:01:03
阅读次数:
153