1.nagios要添加一个监控服务,监控客户端上扫描引擎的的数量,引擎运行在kvm虚拟机上,如下: [root@localhostlibexec]#virshlistIdNameState----------------------------------31avpscan_000running32...
分类:
移动开发 时间:
2014-10-09 22:42:11
阅读次数:
225
1、安装相关组建yuminstallmailxsendmail*chkconfigsendmailonservicesendmailstart2、测试邮件echo"HelloWorld"|mailabc@abc.com3、编辑command.cfg#‘notify-host-by-email‘commanddefinitiondefinecommand{ command_name notify-host-by-email command_line /usr/bin/printf"..
分类:
移动开发 时间:
2014-10-09 20:13:28
阅读次数:
214
打开eclipse目录下的eclipse.ini文件,修改–launcher.XXMaxPermSize属性,其中此属性有两处 -startup
plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32...
分类:
编程语言 时间:
2014-10-09 15:49:38
阅读次数:
184
ASDoc路径:X:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\eclipse\plugins\com.adobe.flexbuilder.help_4.7.0.349722Outline视图的图标路径:X:\Program Files...
分类:
其他好文 时间:
2014-10-09 14:30:24
阅读次数:
153
mave 的配置检出项目遇到问题:Could not calculate build plan: Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.7.1 from http://repo1.maven....
分类:
其他好文 时间:
2014-10-09 13:55:13
阅读次数:
233
方法一:link安装
1、从官网下载site-1.6.18.zip文件。
2、从中解压出features与 plugins文件夹,复制到D:\MyEclipse\myPlugin\svn里面,其它的*.xml文件不要。
3、在 D:\MyEclipse\MyEclipse8.6\dropins下新建文件svn.link,内容是:path=D:\\MyEclipse\\myPlugin\\...
分类:
其他好文 时间:
2014-10-08 13:29:05
阅读次数:
150
原文转自:http://scottksmith.com/blog/2014/09/29/3-essential-sublime-text-plugins-for-node-and-javascript-developers/Check out these 3 great and essential ...
分类:
编程语言 时间:
2014-10-07 03:59:42
阅读次数:
312
------------------------------------------------------------------------------------------------------------App Framework - 查询选择器库App Framework 是一个异常快...
分类:
移动开发 时间:
2014-10-06 23:43:40
阅读次数:
262
市面上有很多开源的监控系统:Cacti、nagios、zabbix。感觉都不符合我的需求,为什么不自己做一个呢用Python两个小时徒手撸了一个简易的监控系统,给大家分享一下,希望能对大家有所启发首先数据库建表建立一个数据库“falcon”,建表语句如下: 1 CREATE TABLE `stat`...
分类:
编程语言 时间:
2014-10-04 18:19:56
阅读次数:
371
1.新建maven项目 2.pom.xml文件中添加插件 ? 代码: ?? ???? <plugins> ?? ??? ??? ?<plugin> ?? ??? ??? ??? ?<groupId>org.mybatis.generator</groupId> ?? ??? ??? ???...
分类:
其他好文 时间:
2014-10-04 07:04:16
阅读次数:
223