码迷,mamicode.com
首页 >  
搜索关键字:seconds    ( 2523个结果
磁盘性能测试
hdparm测试硬盘性能:物理机数据盘读取测试
分类:其他好文   时间:2019-03-25 20:36:56    阅读次数:151
贪心--cf、education62-C
"cf Education 62 C" 题目 C. Playlist time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output You h ...
分类:其他好文   时间:2019-03-24 09:22:11    阅读次数:141
四种定时定点任务实现
在我们实际工作与学习中我们经常使用定时任务,例如:1>定点备份数据库,凌晨对重要数据进行备份;2>定时生生成token;.....下面我们来介绍Python中常用的定时任务实现:1>循环等待;2>使用Timer模块;3>sched模块;4>定时框架:APScheduler在开始之前我们设定一个任务(这样不用依赖外部环境):1:定时或者定点监测CPU与内存使用率;
分类:其他好文   时间:2019-03-22 11:51:11    阅读次数:756
秒转为日时分秒(00:00:00:00格式)
日志记录job执行耗时, 格式为00:00:00:00, 例如:00:23:15:00, 代表执行了23小时15分钟. 工具类写了个方法: 效果: 感谢: https://blog.csdn.net/github_38765507/article/details/80663430 https://b ...
分类:其他好文   时间:2019-03-21 15:45:25    阅读次数:623
C# .net 中 Timeout 的处理及遇到的问题
C 中 Timeout 的处理 前言 最近在项目中要实现一个功能,是关于 的,主要是要在要在 TCP 连接建立的时间 和 整个请求完成的时间,在这两个时间层面上,如果超出了设置的时间,就抛出异常,程序中断。 研究了一下项目的代码中,发现在使用HTTP协议,发送请求时,主要用的是微软的 这个类来发起请 ...
分类:Windows程序   时间:2019-03-17 19:49:29    阅读次数:448
HIVE优化
1.概述 继续《那些年使用Hive踩过的坑》一文中的剩余部分,本篇博客赘述了在工作中总结Hive的常用优化手段和在工作中使用Hive出现的问题。下面开始本篇文章的优化介绍。 2.介绍 首先,我们来看看Hadoop的计算框架特性,在此特性下会衍生哪些问题? 数据量大不是问题,数据倾斜是个问题。 job ...
分类:其他好文   时间:2019-03-15 17:26:05    阅读次数:157
封装一个axios请求后台的通用方法
import axios from 'axios'; import constant from '@/js/const'; import alert from '@/js/alertView'; let env = process.env.NODE_ENV; var needLogin = ""; ... ...
分类:移动开发   时间:2019-03-15 14:43:15    阅读次数:348
CodeForces - 893B Beautiful Divisors
题目链接 CodeForces - 893B time limit per test:2 seconds memory limit per test:256 megabytes memory limit per test:256 megabytes input:standard input inpu ...
分类:其他好文   时间:2019-03-15 13:09:10    阅读次数:136
prometheus告警模板
#cpu使用率(100-(avgby(instance)(irate(node_cpu_seconds_total{mode="idle"}[5m]))*100))>10#内存使用率((node_memory_MemTotal_bytes-(node_memory_MemFree_bytes+node_memory_Buffers_bytes+node_memory_Cached_bytes
分类:其他好文   时间:2019-03-14 19:52:24    阅读次数:535
cf div.2(1061)
贪心、 B. Views Matter time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output 贪心、 B. Views Matter ...
分类:其他好文   时间:2019-03-14 01:06:26    阅读次数:205
2523条   上一页 1 ... 46 47 48 49 50 ... 253 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!