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
简单的大饼游戏,掌握pygame中直线以及圆弧的画法,以及对输入的响应。 1 import math 2 import pygame, sys 3 from pygame.locals import * 4 pygame.init() 5 screen = pygame.display.set_mo ...
分类:
其他好文 时间:
2016-05-05 22:37:04
阅读次数:
290
1、初始登陆设备:root密码为空;conf模式;密码至少6位数,字母+数字2、loadfactory-default;恢复出厂默认设置--系统恢复出厂后并不代表没有任何配置,系统缺省配置有Screen\DHCP\Policy等相关配置,你如果需要完整的删除,可以执行命令delete删除相关配置。3、setsystemroot-aut..
分类:
其他好文 时间:
2016-05-05 17:52:21
阅读次数:
1962
关于守护进程,在此会介绍一下几种: 1.screen 2.supervisord(python) 一:Screen 开始使用Screen 简单来说,Screen是一个可以在多个进程之间多路复用一个物理终端的窗口管理器。Screen中有会话的概念,用户可以在一个screen会话中创建多个screen窗 ...
分类:
系统相关 时间:
2016-05-04 17:08:49
阅读次数:
291
1:除去上下导航高度,文档可见宽度高度:window.innerHeight()/window.innerWidth 2:整个屏幕的宽高:screen.availHeight/Width 3:获取当前元素到父元素顶部的距离:height=当前元素.offsetTop 当前元素的绝对定位的父元素的距离 ...
分类:
其他好文 时间:
2016-05-03 17:47:28
阅读次数:
132
To make this launch image, I ran the app in the Simulator and chose File → Save Screen Shot. This puts a new PNG file on the Desktop. I then opened th ...
分类:
其他好文 时间:
2016-05-03 14:22:33
阅读次数:
1389
values 下dimens.xml <resources> <!-- Default screen margins, per the Android Design guidelines. --> <dimen name="activity_horizontal_margin">16dp</dime ...
分类:
移动开发 时间:
2016-05-03 10:42:49
阅读次数:
264
values 下面 dimens.xml <resources> <!-- Default screen margins, per the Android Design guidelines. --> <dimen name="activity_horizontal_margin">16dp</di ...
分类:
移动开发 时间:
2016-05-03 10:38:11
阅读次数:
333
四、常用screen参数 screen -S yourname -> 新建一个叫yourname的sessionscreen -ls -> 列出当前所有的sessionscreen -r yourname -> 回到yourname这个sessionscreen -d yourname -> 远程d ...
分类:
系统相关 时间:
2016-05-02 09:19:18
阅读次数:
236