#include using namespace std; int n,dp[100001],v[100001],c[100001],l[100001],r[100001],maxx=0,ok[100001],ll,num=0,m=0; vector hash[100000]; //方法:使用一维数... ...
分类:
编程语言 时间:
2020-06-06 22:02:23
阅读次数:
68
06月 Being a kid is a wonderful thing. Second it is over, you start wishing you could have it back again. 当孩子是一件好事,一旦童年结束,你就会开始祈祷它能回来。——2020.06.01 Don' ...
分类:
其他好文 时间:
2020-06-02 19:07:29
阅读次数:
243
Don't Use the Object 建设者 Object构造函数允许我们创建一个对象。但是,由于有更短的创建对象的方法,因此不需要创建对象。 例如,代替使用Object构造函数创建对象来编写以下内容,我们可以编写为: const obj = new Object();obj.a = 1;obj ...
分类:
编程语言 时间:
2020-05-18 12:37:32
阅读次数:
51
DRY原则:(don’t repeat yourself): writing code more than once is not a good fit for a lazy developer ;) It also makes your software more difficult to mai ...
分类:
其他好文 时间:
2020-05-13 11:53:27
阅读次数:
56
一:JdbcTemplate概述及入门 “Don‘t Reinvent the Wheel” , 这是一句很经典的话,出自Spring官方,翻译过来就是说 “不要重复发明轮子” 。由此我们可以猜测,JdbcTemplate的存在使我们开发人员可以摒弃JDBC的原始开发模式,使我们不必重复性的写JDB ...
分类:
数据库 时间:
2020-05-12 19:59:42
阅读次数:
77
In package.json file: "prepare": "npm run build", "postpublish": "git push --tags", "prepare": make sure we don't forget to run build before publish t ...
分类:
其他好文 时间:
2020-05-04 19:24:31
阅读次数:
49
Don't Block the Event Loop (or the Worker Pool) | Node.js https://nodejs.org/en/docs/guides/dont-block-the-event-loop/ Don't Block the Event Loop (or ...
分类:
其他好文 时间:
2020-04-29 00:52:59
阅读次数:
56
sftp客户端上传文件到服务器失败,报错 Server and client capabilities don't match. Client list was: aes128-cbc,3des-cbc.Server list was chacha20-poly1305@openssh.com,ae ...
分类:
其他好文 时间:
2020-04-28 15:05:31
阅读次数:
188
出现错误 For direct MetaStore DB connections , we don't suport reries at the client level. 修改字符集为 latin1 解决 alter database hve character set latin1 ...
分类:
其他好文 时间:
2020-04-23 11:47:03
阅读次数:
49
http://www.softwareok.com/?Download=DontSleep Don't Sleep is a small program to prevent system Shutdown, Stand By, Turn Off , Restart, Hibernate. Espe ...