码迷,mamicode.com
首页 >  
搜索关键字:second    ( 4896个结果
8.5 JavaScript的BOM
8.5 JavaScript的BOM 即 浏览器对象模型(Browser Object Model) 浏览器对象包括 一、Window(窗口) 如果需要打开一个新的网站,应该通过超级链接等方式让用户主动打开,在没有告知用户的前提下就打开一个新的网站会影响用户的体验。 二、Navigator(浏览器) ...
分类:编程语言   时间:2019-09-18 18:00:04    阅读次数:117
CodeForces1209B
"CodeForces1209B" 水题,枚举就好了,我枚举到了129个周期. 别忘了一个灯如果亮了就会一直亮着除非到下次改变状态. cpp include include include include include include include include include include ...
分类:其他好文   时间:2019-09-17 19:09:12    阅读次数:91
zookeeper(3)分布式锁
如何实现分布式锁?
分类:其他好文   时间:2019-09-17 17:32:16    阅读次数:70
Codeforces Round #585 (Div. 2)
"传送门" A. Yellow Cards 细心点即可。 Code cpp include define fi first define se second define MP make_pair using namespace std; typedef long long ll; typedef ...
分类:其他好文   时间:2019-09-16 23:33:50    阅读次数:132
Kubernetes运维之使用ELK Stack收集K8S平台日志
Kubernetes运维之使用ELKStack收集K8S平台日志目录:收集哪些日志ELKStack日志方案容器中的日志怎么收集K8S平台中应用日志收集一、收集哪些日志?K8S系统的组件日志比如kubectlgetcs下面的组件master节点上的controller-manager,scheduler,apiservernode节点上的kubelet,kube-proxy?K8SCluster里面
分类:Web程序   时间:2019-09-16 14:19:48    阅读次数:354
Linux命令:iostat命令
Linux系统中的 iostat是I/O statistics(输入/输出统计)的缩写,iostat工具将对系统的磁盘操作活动进行监视。它的特点是汇报磁盘活动统计情况,同时也会汇报出CPU使用情况。同vmstat一样,iostat也有一个弱点,就是它不能对某个进程进行深入分析,仅对系统的整体情况进行 ...
分类:移动开发   时间:2019-09-16 12:16:29    阅读次数:145
2019 上海网络赛G 手写哈希map+字符串hash
https://nanti.jisuanke.com/t/41415 因为对于询问$\sum |s|<=1e5$,因此$|s|$的种类数$<=\sqrt{1e5}$ 我们分组标记,就变成了$\sqrt{1e5}$次询问了,我们暴力去跑, 复杂度$1e5\sqrt{1e5}*hashmap$ 暴力+哈 ...
分类:其他好文   时间:2019-09-16 10:04:19    阅读次数:79
codeforces 915 C(思维+模拟)
C. Permute Digits time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output You are given two posit ...
分类:其他好文   时间:2019-09-16 10:03:05    阅读次数:109
Apache Flink SQL
本篇核心目标是让大家概要了解一个完整的 Apache Flink SQL Job 的组成部分,以及 Apache Flink SQL 所提供的核心算子的语义,最后会应用 TumbleWindow 编写一个 End-to-End 的页面访问的统计示例。 1.Apache Flink SQL Job 的 ...
分类:数据库   时间:2019-09-15 23:58:01    阅读次数:190
hdu6172&&hdu6185——BM算法
hdu6172 模板的简单应用 先根据题中的表达式求出前几项,再上BM,注意一下n的大小关系。 #include <bits/stdc++.h> using namespace std; #define rep(i,a,n) for (long long i=a;i<n;i++) #define p ...
分类:编程语言   时间:2019-09-15 19:40:45    阅读次数:148
4896条   上一页 1 ... 82 83 84 85 86 ... 490 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!