https://arc100.contest.atcoder.jp/tasks/arc100_c 一个很自然的想法是,对于每个K求出i or j=k的所有a[i]+a[j]的最大值ans[k],答案就是ans[]的前缀最大值。 但问题是很难快速找到所有i or j=k的a[i]+a[j]最大值,考虑 ...
分类:
其他好文 时间:
2018-07-10 11:26:57
阅读次数:
123
Error:..\FreeRTOS\portable\RVDS\ARM_CM3\port.c,378Error:..\FreeRTOS\portable\RVDS\ARM_CM3\port.c,378Error:..\FreeRTOS\portable\RVDS\ARM_CM3\port.c,378 ...
分类:
其他好文 时间:
2018-07-08 20:12:27
阅读次数:
915
本文将测试一下使用cgroup的blkio组来控制IO吞吐量 : 测试环境CentOS 7.x x64 创建一个继承组 继承组自动创建对应的限制文件 继承组的tasks为空. 找一个块设备作为测试目标, 注意现在只能控制块设备, 不能控制单个分区. 例如我这里要控制/dev/sda这个块设备 : 将 ...
分类:
其他好文 时间:
2018-07-06 01:37:05
阅读次数:
232
在实际开发过程中,会遇到很多耗时操作,这时如果不采取措施,程序会进入到阻塞状态,直到耗时任务完成,为了保证整个项目的流畅性,通常会对这些耗时任务进行异步操作,具体步骤如下: 1.创建celery_tasks用于保存celery异步任务 2.在celery_tasks目录下创建config.py文件, ...
分类:
其他好文 时间:
2018-07-05 00:43:36
阅读次数:
197
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication9 { cl... ...
分类:
数据库 时间:
2018-07-04 22:48:33
阅读次数:
183
创建软链:file: - name: create link hosts: "{{hosts_ip}}" tasks: - name: create link file: src={{src_path}} dest={{dest_link_path}} state=link 运行脚本: - name ...
分类:
其他好文 时间:
2018-07-04 17:39:41
阅读次数:
170
修改cat /etc/ansible/hosts [test]10.27.235.108 host_name=test_host_name - hosts: test user: root gather_facts: true tasks: - name: rsync dir filebeat ho ...
分类:
其他好文 时间:
2018-07-04 17:31:24
阅读次数:
1157
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication8 { cl... ...
分类:
编程语言 时间:
2018-07-04 01:04:10
阅读次数:
156
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Text; using System.Threading.Tasks;... ...
分类:
其他好文 时间:
2018-07-03 15:17:03
阅读次数:
146
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Security.Cryptography... ...
分类:
其他好文 时间:
2018-07-03 15:02:55
阅读次数:
170