vjudge题库 A-A 题目–> There is a pile of n wooden sticks. The length and weight of each stick are known in advance. The sticks are to be processed by a wo ...
分类:
其他好文 时间:
2020-04-14 09:15:36
阅读次数:
78
HDOJ 1051. Wooden Sticks 题目 There is a pile of n wooden sticks. The length and weight of each stick are known in advance. The sticks are to be process ...
分类:
其他好文 时间:
2020-04-08 20:48:30
阅读次数:
82
Problem Description There is a pile of n wooden sticks. The length and weight of each stick are known in advance. The sticks are to be processed by a ...
分类:
其他好文 时间:
2020-04-04 11:44:53
阅读次数:
65
[TOC] 学习视频地址: https://www.bilibili.com/video/BV1Fb411878x/?spm_id_from=333.788.videocard.0 deepin录视频 调整声道 录制的视频声音如果只有左声道有声音, 可以选中声音右键->音频轨道 把上的R的勾换到L上 ...
分类:
其他好文 时间:
2020-04-03 00:50:21
阅读次数:
657
题目:圆圈中最后剩下的数字 0,1,,n-1这n个数字排成一个圆圈,从数字0开始,每次从这个圆圈里删除第m个数字。求出这个圆圈里剩下的最后一个数字。 例如,0、1、2、3、4这5个数字组成一个圆圈,从数字0开始每次删除第3个数字,则删除的前4个数字依次是2、0、4、1,因此最后剩下的数字是3。 示例 ...
分类:
其他好文 时间:
2020-03-30 23:41:26
阅读次数:
127
BizCharts 双坐标轴: https://github.com/alibaba/BizCharts/blob/master/doc/api/facet.md https://g2plot.antv.vision/zh/docs/manual/advanced/overlapped-combo- ...
分类:
其他好文 时间:
2020-03-22 17:57:41
阅读次数:
344
一、数据结构 同HashMap,数组+链表+红黑树,关键属性也和HashMap相同 ConCurrentHashMap支持高并发的访问和更新,它是线程安全的 检索操作不用加锁,get方法是非阻塞的 key和value都不允许为null 二、spread() //高低16位异或处理static fin ...
分类:
其他好文 时间:
2020-03-15 20:48:53
阅读次数:
72
恢复内容开始 # This is a configuration file for Zabbix server daemon# To get more information about Zabbix, visit http://www.zabbix.com ############ GENERAL ...
分类:
其他好文 时间:
2020-03-13 19:11:32
阅读次数:
73
1、egg简述 Egg.js,为企业级框架和应用而生,是阿里开源的企业级 Node.js 框架。 2、特点 Egg 奉行『约定优于配置』,按照一套统一的约定进行应用开发,团队内部采用这种方式可以减少开发人员的学习成本。 基于 Koa 开发,性能优异。 3、基于eggjs的 restful api示例 ...
分类:
Web程序 时间:
2020-02-28 15:38:09
阅读次数:
181
前言 一个合格的开发者,应该要熟练地使用Google、Baidu等搜索引擎(不然怎么复制别人的代码)。而搜索引擎为了方便用户的使用,基本都提供了高级搜索功能。而今天介绍的 "Github" ,作为全球最大的同性交友网站,存储的代码量可能是全世界最多的。为了方便大家寻找自己需要的代码,同样提供了很多方 ...
分类:
其他好文 时间:
2020-02-22 23:40:05
阅读次数:
250