1. 查看docker信息(version、info)# 查看docker版本$docker version # 显示docker系统的信息$docker info 2. 对image的操作(search、pull、images、rmi、history)# 检索image$docker search ...
分类:
其他好文 时间:
2016-05-09 11:09:22
阅读次数:
225
BOM 浏览器对象模型 BOM中的对象 Window对象:是指窗口对象,可通过Window对象的属性和方法控制窗口,例如打开或关闭一个窗口 History对象:指历史页面,通过History对象的属性和方法实现前进后退的功能 Location对象:指地址栏,通过属性的方法控制页面的跳转 Docume ...
分类:
其他好文 时间:
2016-05-08 23:56:55
阅读次数:
368
Description
Ignatius is so lucky that he met a Martian yesterday. But he didn't know the language the Martians use. The Martian gives him a history book of Mars and a dictionary when it leaves. Now...
分类:
其他好文 时间:
2016-05-07 09:36:31
阅读次数:
140
写在前面的话:
适值毕业之季,因毕业论文的需要,又恰好看到这篇博文,写的甚是不错,因此,进行了翻译,作为我的第一篇博文。这里给出原作者Blog Address(http://www.erogol.com/brief-history-machine-learning/)。
机器学习就是在非精确编程的情况下,让计算机根据训练过程进行自我学习的科学。在过去的十年中,机器学习极大的促进了好多高新技...
分类:
系统相关 时间:
2016-05-06 16:15:30
阅读次数:
500
1. document.write( " "); 输出语句 2.JS中的注释为// 3.传统的HTML文档顺序是:document- >html- >(head,body) 4.一个浏览器窗口中的DOM顺序是:window- >(navigator,screen,history,location,d ...
分类:
编程语言 时间:
2016-05-06 10:49:47
阅读次数:
215
一问题描述随着Zabbix监控的主机和监控项目增多,Zabbix的历史数据会越来越多,MySQL数据库磁盘空间很容易就爆满,同时Zabbix前端查询数据会变得越来越慢。特别是通过Zabbix的API生成自定义Screen的情况下,打开每个Screen非常慢查看Zabbix数据库目录文件#ls-lh|grepG
total248..
分类:
数据库 时间:
2016-05-06 02:22:43
阅读次数:
347
<input type=button value=刷新 onclick="window.location.reload()"><input type=button value=前进 onclick="window.history.go(1)"><input type=button value=后退 ...
分类:
编程语言 时间:
2016-05-04 18:59:13
阅读次数:
165
from collections import dequedef search(lines, pattern, history=5): previous_lines = deque(maxlen=history) for line in lines: if pattern in line: yiel ...
分类:
其他好文 时间:
2016-05-03 00:35:39
阅读次数:
124
这其实一个简单的模拟,但是我们第一交是过了,后来学长rejudge,我们又TLE了,这一下不仅耽误了我们的时间,也波动到了我们的心情,原先时间是2s,(原oj就是2s),后来改成了1s,我用的O(N*N)的循环直接超时了,这并不可怕,可怕的是我们被这个思路误导了,一直在O(N*N)的基础上优化,交了 ...
分类:
其他好文 时间:
2016-05-01 10:59:26
阅读次数:
145
数据准备
battery-historian工具需要使用bugreport中的Battery History
数据,我们在开始的时候需要通过以下命令来打开电池数据的获取以及重置:
adb shell dumpsys batterystats --enable full-wake-history
shell dumpsys batterystats --reset
123123
上...
分类:
移动开发 时间:
2016-04-29 20:02:45
阅读次数:
269