上周用monit搭建或者说定制了一个监控系统,来监控服务器发生事情。当然了主要是监控异常,因为我们的产品属于服务器类型,很多进程都daemon,要不停的运行。我们搭建监控目的不过是出现问题能够及时的知道,平时可从web
UI上看到整个系统的状况,同时它本身要轻量级,不要影响性能。当然了类似的产品很多...
分类:
其他好文 时间:
2014-05-01 19:56:08
阅读次数:
539
apapplication端吧 应用程序端 也C-S架构Cweb网页端
般封装httpservletrequest和httpservletresponse对象处理些操作 b-s架构
分类:
Web程序 时间:
2014-05-01 14:40:00
阅读次数:
333
1、检查是否关闭防火墙[root@gaosheng ~]# service iptables
statusFirewall is stopped.View
Code如果防火墙没有关闭,最好关闭;生产环境下,视具体情况而定.2、上传weblogic安装包wls1036_generic.jar此步骤略3...
分类:
Web程序 时间:
2014-05-01 10:36:19
阅读次数:
698
$("#delete").click(function () { var ID = ""; var
ary = []; var bb = document.getElementsByName("PersonI...
分类:
Web程序 时间:
2014-05-01 10:25:09
阅读次数:
462
ABAP中FORM参数的传递有以下几种方式。 1.引用传递(CALL BY REFERENCE)
传递参数时将参数的地址(ADDRESS)传至子程序中,也就是子程序中的参数变量与外部程序的参数变量共享地址内的值。又叫CALL BY
ADDRESS,若子程序中的参数变量的值发生了改变,那么,外...
分类:
其他好文 时间:
2014-05-01 08:39:35
阅读次数:
339
$("#delete").click(function () { var ID = ""; var
ary = []; var bb = document.getElementsByName("PersonI...
分类:
Web程序 时间:
2014-05-01 05:49:46
阅读次数:
570
$("#delete").click(function () { var ID = ""; var
ary = []; var bb = document.getElementsByName("PersonI...
分类:
Web程序 时间:
2014-05-01 04:10:20
阅读次数:
517
This article mainly introduces the process of
Memcached, libevent structure of the main thread and worker thread based on the
processing of the connec...
分类:
其他好文 时间:
2014-05-01 02:44:07
阅读次数:
571
客户端:/* *
=====================================================================================
* * Filename: client.cpp * * Description:...
分类:
Web程序 时间:
2014-04-30 20:27:45
阅读次数:
726
和我一样的新手想学Java就从自己搭建环境开始,请看完这边文章,我搜集资料的整合。Java的标准版本是Java SE,所说的JDK(Java
Development Kits)就是Java
SE的开发工具包,下面我开始搭建自己PC的环境。我用的是Win7系统。首项我们要去http://www.ora...
分类:
编程语言 时间:
2014-04-29 15:18:33
阅读次数:
649